Revision: 140851 https://trac.macports.org/changeset/140851 Author: devans@macports.org Date: 2015-10-04 12:13:09 -0700 (Sun, 04 Oct 2015) Log Message: ----------- libpeas: update to version 1.16.0. Modified Paths: -------------- trunk/dports/gnome/libpeas/Portfile Added Paths: ----------- trunk/dports/gnome/libpeas/files/patch-configure.ac.diff Property Changed: ---------------- trunk/dports/gnome/libpeas/ Property changes on: trunk/dports/gnome/libpeas ___________________________________________________________________ Modified: svn:mergeinfo - /users/devans/GNOME-3/stable/dports/gnome/libpeas:118155-136044 /users/devans/GNOME-3/unstable/dports/gnome/libpeas:117866-118151,133226-134393 + /users/devans/GNOME-3/stable/dports/gnome/libpeas:118155-140741 /users/devans/GNOME-3/unstable/dports/gnome/libpeas:117866-118151,133226-134393,138011-140539 Modified: trunk/dports/gnome/libpeas/Portfile =================================================================== --- trunk/dports/gnome/libpeas/Portfile 2015-10-04 19:12:12 UTC (rev 140850) +++ trunk/dports/gnome/libpeas/Portfile 2015-10-04 19:13:09 UTC (rev 140851) @@ -5,7 +5,7 @@ PortGroup gobject_introspection 1.0 name libpeas -version 1.14.0 +version 1.16.0 license LGPL-2 set branch [join [lrange [split ${version} .] 0 1] .] description libpeas is a GObject-based plugins engine @@ -18,8 +18,8 @@ use_xz yes -checksums rmd160 51db7e66974cbc78bbf5121019e941dc86c795c1 \ - sha256 5e4b3a8968b71497ab26a7a528c414c4c640c5724328fa3507854f04788e2d76 +checksums rmd160 b5c5119567025a3b8dee5ceaaf15b0942b4706b6 \ + sha256 b093008ecd65f7d55c80517589509698ff15ad41f664b11a3eb88ff461b1454e depends_build port:pkgconfig \ port:intltool \ @@ -33,6 +33,8 @@ gobject_introspection yes +patchfiles patch-configure.ac.diff + # reconfigure using upstream autogen.sh for intltool 0.51 compatibility post-patch { @@ -43,6 +45,8 @@ configure.args --enable-gtk \ --disable-glade-catalog \ + --disable-lua5.1 \ + --disable-luajit \ --disable-python2 \ --disable-python3 \ --disable-silent-rules @@ -54,7 +58,7 @@ # supports one version each of python2 python3 in parallel -variant python27 description {Use python 2.7} { +variant python27 description {Enable Python 2.7 plugin support} { depends_lib-append port:py27-gobject3 set python_prefix ${frameworks_dir}/Python.framework/Versions/2.7 configure.pkg_config_path ${python_prefix}/lib/pkgconfig @@ -67,7 +71,7 @@ # python3 minimum version is 3.2.0 -variant python34 description {Use python 3.4} { +variant python34 description {Enable Python 3.4 plugin support} { depends_lib-append port:py34-gobject3 set python_prefix ${frameworks_dir}/Python.framework/Versions/3.4 configure.pkg_config_path ${python_prefix}/lib/pkgconfig Copied: trunk/dports/gnome/libpeas/files/patch-configure.ac.diff (from rev 140741, users/devans/GNOME-3/stable/dports/gnome/libpeas/files/patch-configure.ac.diff) =================================================================== --- trunk/dports/gnome/libpeas/files/patch-configure.ac.diff (rev 0) +++ trunk/dports/gnome/libpeas/files/patch-configure.ac.diff 2015-10-04 19:13:09 UTC (rev 140851) @@ -0,0 +1,14 @@ +--- configure.ac.orig 2015-06-25 08:09:27.000000000 -0700 ++++ configure.ac 2015-06-25 08:12:46.000000000 -0700 +@@ -305,9 +305,9 @@ + fi + + if test "x$found_lua51" != "xyes"; then +- PKG_CHECK_EXISTS([lua5.1 >= $LUA51_REQUIRED], [ ++ PKG_CHECK_EXISTS([lua-5.1 >= $LUA51_REQUIRED], [ + found_lua51=yes +- with_lua51=lua5.1 ++ with_lua51=lua-5.1 + ], [ + found_lua51=no + ])