[127474] users/devans/GNOME-3/stable/dports/gnome/libgit2-glib

devans at macports.org devans at macports.org
Tue Oct 28 13:20:20 PDT 2014


Revision: 127474
          https://trac.macports.org/changeset/127474
Author:   devans at macports.org
Date:     2014-10-28 13:20:20 -0700 (Tue, 28 Oct 2014)
Log Message:
-----------
GNOME-3/stable: libgit2-glib, drop +python32 +python33 variants, add optional variant +python34.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/libgit2-glib/Portfile

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/gnome/libgit2-glib/


Property changes on: users/devans/GNOME-3/stable/dports/gnome/libgit2-glib
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/libgit2-glib:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/libgit2-glib:119419-122659
/users/rmstonecipher/gnome/libgit2-glib:102363-103172
   + /branches/mld-qt-481/dports/gnome/libgit2-glib:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/libgit2-glib:119419-127473
/users/rmstonecipher/gnome/libgit2-glib:102363-103172

Modified: users/devans/GNOME-3/stable/dports/gnome/libgit2-glib/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/libgit2-glib/Portfile	2014-10-28 20:10:53 UTC (rev 127473)
+++ users/devans/GNOME-3/stable/dports/gnome/libgit2-glib/Portfile	2014-10-28 20:20:20 UTC (rev 127474)
@@ -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/ec563371/attachment-0001.html>


More information about the macports-changes mailing list