[127526] trunk/dports/gnome/libgit2-glib
devans at macports.org
devans at macports.org
Tue Oct 28 19:58:54 PDT 2014
Revision: 127526
https://trac.macports.org/changeset/127526
Author: devans at macports.org
Date: 2014-10-28 19:58:53 -0700 (Tue, 28 Oct 2014)
Log Message:
-----------
libgit2-glib: drop +python32 +python33 variants, add optional variant +python34.
Modified Paths:
--------------
trunk/dports/gnome/libgit2-glib/Portfile
Property Changed:
----------------
trunk/dports/gnome/libgit2-glib/
Property changes on: trunk/dports/gnome/libgit2-glib
___________________________________________________________________
Modified: svn:mergeinfo
- /users/devans/GNOME-3/stable/dports/gnome/libgit2-glib:119419-125387
+ /users/devans/GNOME-3/stable/dports/gnome/libgit2-glib:119419-127525
Modified: trunk/dports/gnome/libgit2-glib/Portfile
===================================================================
--- trunk/dports/gnome/libgit2-glib/Portfile 2014-10-29 02:56:32 UTC (rev 127525)
+++ trunk/dports/gnome/libgit2-glib/Portfile 2014-10-29 02:58:53 UTC (rev 127526)
@@ -5,6 +5,7 @@
name libgit2-glib
version 0.0.22
+revision 1
license LGPL-2.1
set branch [join [lrange [split ${version} .] 0 1] .]
description Glib wrapper library around the libgit2 git access library.
@@ -30,18 +31,11 @@
configure.args --disable-silent-rules \
--enable-python=no
-variant python32 description {Enable Python support, using python32} conflicts python33 {
+variant python34 description {Enable Python support, using python34} {
configure.args-delete --enable-python=no
configure.args-append --enable-python=yes
- depends_lib-append port:py32-gobject3
- configure.pkg_config_path-append ${frameworks_dir}/Python.framework/Versions/3.2/lib/pkgconfig/
+ depends_lib-append port:py34-gobject3
+ configure.pkg_config_path-append ${frameworks_dir}/Python.framework/Versions/3.4/lib/pkgconfig/
}
-variant python33 description {Enable Python support, using python33} conflicts python32 {
- configure.args-delete --enable-python=no
- configure.args-append --enable-python=yes
- depends_lib-append port:py33-gobject3
- configure.pkg_config_path-append ${frameworks_dir}/Python.framework/Versions/3.3/lib/pkgconfig/
-}
-
livecheck.type gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141028/865b5676/attachment.html>
More information about the macports-changes
mailing list