Modified: users/devans/GNOME-3/unstable/dports/gnome/eog-plugins/Portfile (116429 => 116525)
--- users/devans/GNOME-3/stable/dports/gnome/eog-plugins/Portfile 2014-01-24 22:14:59 UTC (rev 116429)
+++ users/devans/GNOME-3/unstable/dports/gnome/eog-plugins/Portfile 2014-01-27 16:36:34 UTC (rev 116525)
@@ -4,8 +4,7 @@
PortSystem 1.0
name eog-plugins
-version 3.10.1
-revision 1
+version 3.11.4
license GPL-2+
set branch [join [lrange [split ${version} .] 0 1] .]
description Extra plugins for the Eye of GNOME image viewer
@@ -19,8 +18,8 @@
use_xz yes
-checksums rmd160 28859d3ade22dc275b452a28930c8155fa89e65f \
- sha256 d5b32c49dbf1e0b6cf56c9fdc6c19186c92e98d92b71aa98805491e2bb2f8e12
+checksums rmd160 8b4b76661708c5688bea22fd53ef6b180db97607 \
+ sha256 44235ab89c8ebb21e10dead06b50be43b92e279c6939ae83cad14ec5e9402006
depends_build port:pkgconfig \
port:intltool
@@ -41,21 +40,19 @@
--disable-schemas-compile \
--disable-silent-rules
-# provided python plugins use libpeas python2 loader only
-# libpeas python2 loader supports python27
+# requires python32 or later
-variant python27 description {Use python 2.7} {
- depends_lib-append port:py27-pygtk
- configure.python ${prefix}/bin/python2.7
- set python_framework ${frameworks_dir}/Python.framework/Versions/2.7
+variant python32 description {Use python 3.2} {
+ configure.python ${prefix}/bin/python3.2
+ set python_framework ${frameworks_dir}/Python.framework/Versions/3.2
configure.pkg_config_path ${python_framework}/lib/pkgconfig
configure.args-replace --disable-python --enable-python
}
-default_variants +python27
+default_variants +python32
post-activate {
system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
}
-livecheck.type gnome
+livecheck.type gnome-with-unstable
Modified: users/devans/GNOME-3/unstable/dports/gnome/eog-plugins/files/patch-configure.diff (116429 => 116525)
--- users/devans/GNOME-3/stable/dports/gnome/eog-plugins/files/patch-configure.diff 2014-01-24 22:14:59 UTC (rev 116429)
+++ users/devans/GNOME-3/unstable/dports/gnome/eog-plugins/files/patch-configure.diff 2014-01-27 16:36:34 UTC (rev 116525)
@@ -1,14 +1,14 @@
---- configure.orig 2013-09-24 05:28:31.000000000 -0700
-+++ configure 2013-11-03 02:22:45.000000000 -0800
-@@ -14418,9 +14418,9 @@
+--- configure.orig 2014-01-07 14:49:38.000000000 -0800
++++ configure 2014-01-24 14:33:25.000000000 -0800
+@@ -14372,9 +14372,9 @@
- PYTHON_PREFIX='${prefix}'
-+ PYTHON_PREFIX=`$PYTHON -c 'import sys; print sys.prefix;'`
++ PYTHON_PREFIX=`$PYTHON -c 'import sys; print (sys.prefix);'`
- PYTHON_EXEC_PREFIX='${exec_prefix}'
-+ PYTHON_EXEC_PREFIX=`$PYTHON -c 'import sys; print sys.exec_prefix;'`
++ PYTHON_EXEC_PREFIX=`$PYTHON -c 'import sys; print (sys.exec_prefix);'`