[108418] trunk/dports/gnome/gnome-common

devans at macports.org devans at macports.org
Mon Jul 22 22:09:56 PDT 2013


Revision: 108418
          https://trac.macports.org/changeset/108418
Author:   devans at macports.org
Date:     2013-07-22 22:09:56 -0700 (Mon, 22 Jul 2013)
Log Message:
-----------
gnome-common: update to version 3.6.0.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-common/Portfile
    trunk/dports/gnome/gnome-common/files/patch-gnome-autogen.sh.diff

Modified: trunk/dports/gnome/gnome-common/Portfile
===================================================================
--- trunk/dports/gnome/gnome-common/Portfile	2013-07-23 05:02:48 UTC (rev 108417)
+++ trunk/dports/gnome/gnome-common/Portfile	2013-07-23 05:09:56 UTC (rev 108418)
@@ -4,8 +4,7 @@
 PortSystem      1.0
 
 name            gnome-common
-version         2.34.0
-revision        1
+version         3.6.0
 set branch      [join [lrange [split ${version} .] 0 1] .]
 maintainers     nomaintainer
 categories      gnome
@@ -17,17 +16,16 @@
 description     Files that should be in pretty much every GNOME application.
 
 long_description \
-    $description
+                $description
 
 homepage        http://www.gnome.org/
 master_sites    gnome:sources/${name}/${branch}/
-use_bzip2       yes
 
-checksums       sha256  7a9c4f9ab975501c36be3192aa61641abca045a215d519d7d00527706f1de1df \
-                rmd160  0f2d5e977af8ff6ab471698d35afe34a5dd2ca38
+use_xz          yes
 
+checksums       rmd160  6c672c672f7e1ec437375b88f05acdda9c5ccf17 \
+                sha256  e10f09de06bddcc8f980422e3bfdcd8185eee7f1eae11543a765ec8e764b8d95
+
 patchfiles      patch-gnome-autogen.sh.diff
 
-depends_build   port:pkgconfig
-
 livecheck.type  gnome

Modified: trunk/dports/gnome/gnome-common/files/patch-gnome-autogen.sh.diff
===================================================================
--- trunk/dports/gnome/gnome-common/files/patch-gnome-autogen.sh.diff	2013-07-23 05:02:48 UTC (rev 108417)
+++ trunk/dports/gnome/gnome-common/files/patch-gnome-autogen.sh.diff	2013-07-23 05:09:56 UTC (rev 108418)
@@ -1,6 +1,6 @@
---- macros2/gnome-autogen.sh.orig	2013-05-10 09:09:31.000000000 -0700
-+++ macros2/gnome-autogen.sh	2013-05-10 09:10:49.000000000 -0700
-@@ -112,7 +112,7 @@
+--- macros2/gnome-autogen.sh.orig	2012-10-15 15:58:19.000000000 -0700
++++ macros2/gnome-autogen.sh	2013-07-20 16:05:13.000000000 -0700
+@@ -117,7 +117,7 @@
      if [ "$vc_status" != 0 ]; then
  	printerr "***Error***: You must have $vc_package $vc_comparator $vc_min_version installed"
  	printerr "  to build $PKG_NAME.  Download the appropriate package for"
@@ -9,17 +9,18 @@
          printerr "    $vc_source"
  	printerr
  	exit $vc_status
-@@ -316,57 +316,59 @@
+@@ -346,14 +346,15 @@
  
  case $REQUIRED_AUTOMAKE_VERSION in
      1.4*) automake_progs="automake-1.4" ;;
--    1.5*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5" ;;
--    1.6*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6" ;;
--    1.7*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;;
--    1.8*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8" ;;
--    1.9*) automake_progs="automake-1.11 automake-1.10 automake-1.9" ;;
--    1.10*) automake_progs="automake-1.11 automake-1.10" ;;
--    1.11*) automake_progs="automake-1.11" ;;
+-    1.5*) automake_progs="automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5" ;;
+-    1.6*) automake_progs="automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6" ;;
+-    1.7*) automake_progs="automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;;
+-    1.8*) automake_progs="automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8" ;;
+-    1.9*) automake_progs="automake-1.12 automake-1.11 automake-1.10 automake-1.9" ;;
+-    1.10*) automake_progs="automake-1.12 automake-1.11 automake-1.10" ;;
+-    1.11*) automake_progs="automake-1.12 automake-1.11" ;;
+-    1.12*) automake_progs="automake-1.12" ;;
 +    1.5*) automake_progs="automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5" ;;
 +    1.6*) automake_progs="automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6" ;;
 +    1.7*) automake_progs="automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;;
@@ -32,12 +33,11 @@
  esac
  version_check automake AUTOMAKE "$automake_progs" $REQUIRED_AUTOMAKE_VERSION \
      "http://ftp.gnu.org/pub/gnu/automake/automake-$REQUIRED_AUTOMAKE_VERSION.tar.gz"
- ACLOCAL=`echo $AUTOMAKE | sed s/automake/aclocal/`
+@@ -361,43 +362,43 @@
  
  if $want_libtool; then
--    version_check libtool LIBTOOLIZE libtoolize $REQUIRED_LIBTOOL_VERSION \
+     version_check libtool LIBTOOLIZE "libtoolize glibtoolize" $REQUIRED_LIBTOOL_VERSION \
 -        "http://ftp.gnu.org/pub/gnu/libtool/libtool-$REQUIRED_LIBTOOL_VERSION.tar.gz"
-+    version_check libtool LIBTOOLIZE glibtoolize $REQUIRED_LIBTOOL_VERSION \
 +        "sudo port install libtool"
      require_m4macro libtool.m4
  fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130722/ddb640b1/attachment.html>


More information about the macports-changes mailing list