Revision: 140570 https://trac.macports.org/changeset/140570 Author: devans@macports.org Date: 2015-09-23 11:47:16 -0700 (Wed, 23 Sep 2015) Log Message: ----------- GNOME-3/stable: 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. Modified Paths: -------------- users/devans/GNOME-3/stable/dports/gnome/gnome-common/Portfile users/devans/GNOME-3/stable/dports/gnome/gnome-common/files/patch-gnome-autogen.sh.diff Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-common/Portfile =================================================================== --- users/devans/GNOME-3/stable/dports/gnome/gnome-common/Portfile 2015-09-23 18:33:22 UTC (rev 140569) +++ users/devans/GNOME-3/stable/dports/gnome/gnome-common/Portfile 2015-09-23 18:47:16 UTC (rev 140570) @@ -4,17 +4,15 @@ PortSystem 1.0 name gnome-common -version 3.14.0 +version 3.18.0 set branch [join [lrange [split ${version} .] 0 1] .] -maintainers nomaintainer +maintainers devans openmaintainer categories gnome platforms darwin license GPL-3 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: users/devans/GNOME-3/stable/dports/gnome/gnome-common/files/patch-gnome-autogen.sh.diff =================================================================== --- users/devans/GNOME-3/stable/dports/gnome/gnome-common/files/patch-gnome-autogen.sh.diff 2015-09-23 18:33:22 UTC (rev 140569) +++ users/devans/GNOME-3/stable/dports/gnome/gnome-common/files/patch-gnome-autogen.sh.diff 2015-09-23 18:47:16 UTC (rev 140570) @@ -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