[127521] trunk/dports/gnome/eog-plugins
devans at macports.org
devans at macports.org
Tue Oct 28 19:50:41 PDT 2014
Revision: 127521
https://trac.macports.org/changeset/127521
Author: devans at macports.org
Date: 2014-10-28 19:50:40 -0700 (Tue, 28 Oct 2014)
Log Message:
-----------
eog-plugins: drop +python32 +python33 variants, use +python34 as default.
Modified Paths:
--------------
trunk/dports/gnome/eog-plugins/Portfile
Property Changed:
----------------
trunk/dports/gnome/eog-plugins/
Property changes on: trunk/dports/gnome/eog-plugins
___________________________________________________________________
Modified: svn:mergeinfo
- /users/devans/GNOME-3/stable/dports/gnome/eog-plugins:113175-126096
/users/devans/GNOME-3/unstable/dports/gnome/eog-plugins:116525-118152,124221-125772
+ /users/devans/GNOME-3/stable/dports/gnome/eog-plugins:113175-127519
/users/devans/GNOME-3/unstable/dports/gnome/eog-plugins:116525-118152,124221-125772
Modified: trunk/dports/gnome/eog-plugins/Portfile
===================================================================
--- trunk/dports/gnome/eog-plugins/Portfile 2014-10-29 02:49:01 UTC (rev 127520)
+++ trunk/dports/gnome/eog-plugins/Portfile 2014-10-29 02:50:40 UTC (rev 127521)
@@ -5,6 +5,7 @@
name eog-plugins
version 3.14.0
+revision 1
license GPL-2+
set branch [join [lrange [split ${version} .] 0 1] .]
description Extra plugins for the Eye of GNOME image viewer
@@ -52,23 +53,7 @@
# requires python32 or later
-variant python32 conflicts python33 python34 description {Use python 3.2} {
- depends_build-append port:python32
- 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
-}
-
-variant python33 conflicts python32 python34 description {Use python 3.3} {
- depends_build-append port:python33
- configure.python ${prefix}/bin/python3.3
- set python_framework ${frameworks_dir}/Python.framework/Versions/3.3
- configure.pkg_config_path ${python_framework}/lib/pkgconfig
- configure.args-replace --disable-python --enable-python
-}
-
-variant python34 conflicts python32 python33 description {Use python 3.4} {
+variant python34 conflicts description {Use python 3.4} {
depends_build-append port:python34
configure.python ${prefix}/bin/python3.4
set python_framework ${frameworks_dir}/Python.framework/Versions/3.4
@@ -76,9 +61,7 @@
configure.args-replace --disable-python --enable-python
}
-if {![variant_isset python32] && ![variant_isset python34]} {
- default_variants +python33
-}
+default_variants +python34
post-activate {
system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141028/70094ad9/attachment.html>
More information about the macports-changes
mailing list