[119259] users/devans/dports/gnome/gexiv2

devans at macports.org devans at macports.org
Mon Apr 21 11:44:13 PDT 2014


Revision: 119259
          https://trac.macports.org/changeset/119259
Author:   devans at macports.org
Date:     2014-04-21 11:44:12 -0700 (Mon, 21 Apr 2014)
Log Message:
-----------
devans/dports: gexiv2, update to version 0.10.0 for testing, add +python32 variant, default now +python33, use gnome stable livecheck.

Modified Paths:
--------------
    users/devans/dports/gnome/gexiv2/Portfile

Property Changed:
----------------
    users/devans/dports/gnome/gexiv2/


Property changes on: users/devans/dports/gnome/gexiv2
___________________________________________________________________
Added: svn:mergeinfo
   + /trunk/dports/gnome/gexiv2:116764-119258

Modified: users/devans/dports/gnome/gexiv2/Portfile
===================================================================
--- users/devans/dports/gnome/gexiv2/Portfile	2014-04-21 18:42:54 UTC (rev 119258)
+++ users/devans/dports/gnome/gexiv2/Portfile	2014-04-21 18:44:12 UTC (rev 119259)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            gexiv2
-version         0.9.1
+version         0.10.0
 license         GPL-2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     gexiv2 is a GObject-based wrapper around the exiv2 library.
@@ -22,8 +22,8 @@
 
 use_xz          yes
 
-checksums       rmd160  d7d41ce347241a1bcbc2ae382f13b80f38721ab9 \
-                sha256  1e7d9367410b931856b13356fabd23c43f3072b5ade6bd691121802ae3cc2739
+checksums       rmd160  b53717fbc50d74aa76717af5cc57ba6a86b5f18d \
+                sha256  9c8c97b36a0d4ca6656488b88908e4c94efb0dfc1b0e3e0850e38b90a9a30031
 
 depends_build   port:pkgconfig \
                 port:libtool
@@ -48,20 +48,25 @@
     configure.env-append    PYTHON2=${prefix}/bin/python2.7
 }
 
-variant python32 conflicts python33 description {Build with support for Python 3.2} {
+variant python32 conflicts python33 python34 description {Build with support for Python 3.2} {
     depends_lib-append      port:py32-gobject3
     configure.env-append    PYTHON3=${prefix}/bin/python3.2
 }
 
-variant python33 conflicts python32 description {Build with support for Python 3.3} {
+variant python33 conflicts python32 python34 description {Build with support for Python 3.3} {
     depends_lib-append      port:py33-gobject3
     configure.env-append    PYTHON3=${prefix}/bin/python3.3
 }
 
-if {![variant_isset python33]} {
-    default_variants +python32
+variant python34 conflicts python33 python34 description {Build with support for Python 3.3} {
+    depends_lib-append      port:py34-gobject3
+    configure.env-append    PYTHON3=${prefix}/bin/python3.4
 }
 
+if {![variant_isset python32] & ![variant_isset python34]} {
+    default_variants +python33
+}
+
 default_variants +python27
 
-livecheck.type  gnome-with-unstable
+livecheck.type  gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140421/476b12f5/attachment-0001.html>


More information about the macports-changes mailing list