Revision: 140572 https://trac.macports.org/changeset/140572 Author: devans@macports.org Date: 2015-09-23 11:57:51 -0700 (Wed, 23 Sep 2015) Log Message: ----------- gnome-common: update to version 3.18.0, configure to install in parallel with autoconf-archive fixing conflict, now has run time dependency on autoconf-archive, assume maintainership (#45427). Modified Paths: -------------- trunk/dports/gnome/gnome-common/Portfile trunk/dports/gnome/gnome-common/files/patch-gnome-autogen.sh.diff Property Changed: ---------------- trunk/dports/gnome/gnome-common/ Property changes on: trunk/dports/gnome/gnome-common ___________________________________________________________________ Modified: svn:mergeinfo - /users/devans/GNOME-3/stable/dports/gnome/gnome-common:118192-140528 + /users/devans/GNOME-3/stable/dports/gnome/gnome-common:118192-140570 Modified: trunk/dports/gnome/gnome-common/Portfile =================================================================== --- trunk/dports/gnome/gnome-common/Portfile 2015-09-23 18:56:16 UTC (rev 140571) +++ trunk/dports/gnome/gnome-common/Portfile 2015-09-23 18:57:51 UTC (rev 140572) @@ -4,7 +4,7 @@ PortSystem 1.0 name gnome-common -version 3.14.0 +version 3.18.0 set branch [join [lrange [split ${version} .] 0 1] .] maintainers devans openmaintainer categories gnome @@ -13,8 +13,6 @@ installs_libs no supported_archs noarch -conflicts autoconf-archive - description Files that should be in pretty much every GNOME application. long_description $description @@ -24,9 +22,13 @@ use_xz yes -checksums rmd160 4ce69a5bb5c428b4aadc155e0bae51a04e897cad \ - sha256 4c00242f781bb441289f49dd80ed1d895d84de0c94bfc2c6818a104c9e39262c +checksums rmd160 d6ee8c9cfa1bcdd91da5101a108668098b1f98ca \ + sha256 22569e370ae755e04527b76328befc4c73b62bfd4a572499fde116b8318af8cf +depends_run port:autoconf-archive + patchfiles patch-gnome-autogen.sh.diff +configure.args --with-autoconf-archive + 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 2015-09-23 18:56:16 UTC (rev 140571) +++ trunk/dports/gnome/gnome-common/files/patch-gnome-autogen.sh.diff 2015-09-23 18:57:51 UTC (rev 140572) @@ -1,6 +1,6 @@ --- macros2/gnome-autogen.sh.orig 2014-03-24 05:16:46.000000000 -0700 +++ macros2/gnome-autogen.sh 2014-03-24 22:43:38.000000000 -0700 -@@ -110,7 +110,7 @@ +@@ -128,7 +128,7 @@ if [ "$vc_status" != 0 ]; then printerr "***Error***: You must have $vc_package >= $vc_min_version installed" printerr " to build $PKG_NAME. Download the appropriate package for"
participants (1)
-
devans@macports.org