adium 3020:41c37147b672: Start using the latest version of json-...

commits at adium.im commits at adium.im
Fri Dec 4 02:33:26 UTC 2009


details:	http://hg.adium.im/adium/rev/41c37147b672
revision:	3020:41c37147b672
author:		Evan Schoenberg
date:		Thu Dec 03 20:37:10 2009 -0600

Start using the latest version of json-glib, and version the prereq and source direct name so that if the URL is changed an existing build directory will update (that this wasn't done before is why #13542 could happen, refs #13542)

diffs (17 lines):

diff -r 7f60291afceb -r 41c37147b672 Dependencies/phases/build_dependencies.sh
--- a/Dependencies/phases/build_dependencies.sh	Wed Dec 02 23:11:56 2009 -0600
+++ b/Dependencies/phases/build_dependencies.sh	Thu Dec 03 20:37:10 2009 -0600
@@ -238,10 +238,10 @@
 #
 JSON_GLIB_VERSION=1.0
 build_jsonglib() {
-	prereq "json-glib" \
-		"http://ftp.gnome.org/pub/GNOME/sources/json-glib/0.8/json-glib-0.8.2.tar.gz"
+	prereq "json-glib-0.9.2" \
+		"http://ftp.gnome.org/pub/GNOME/sources/json-glib/0.9/json-glib-0.9.2.tar.gz"
 	
-	quiet pushd "$ROOTDIR/source/json-glib"
+	quiet pushd "$ROOTDIR/source/json-glib-0.9.2"
 	
 	if needsconfigure $@; then
 	(




More information about the commits mailing list