[127341] trunk/dports/genealogy/gramps/Portfile

devans at macports.org devans at macports.org
Sat Oct 25 15:50:03 PDT 2014


Revision: 127341
          https://trac.macports.org/changeset/127341
Author:   devans at macports.org
Date:     2014-10-25 15:50:03 -0700 (Sat, 25 Oct 2014)
Log Message:
-----------
gramps: update to version 4.1.1, drop +python32 +python33 variants, default to +python34, needs gnome-themes-standard at run time.

Modified Paths:
--------------
    trunk/dports/genealogy/gramps/Portfile

Modified: trunk/dports/genealogy/gramps/Portfile
===================================================================
--- trunk/dports/genealogy/gramps/Portfile	2014-10-25 22:28:54 UTC (rev 127340)
+++ trunk/dports/genealogy/gramps/Portfile	2014-10-25 22:50:03 UTC (rev 127341)
@@ -8,7 +8,7 @@
 
 PortGroup               python 1.0
 
-version                 4.1.0
+version                 4.1.1
 license                 GPL-2
 categories              genealogy python
 platforms               darwin
@@ -27,8 +27,8 @@
 homepage                http://www.gramps-project.org/
 master_sites            sourceforge:gramps
 
-checksums               rmd160  f3641db2a247826442ad8cd7e8faf1e372e44175 \
-                        sha256  50bdcd954937bd3ea24b7199a6950e15dac1c332980b18d25996c0db847b8ff4
+checksums               rmd160  b47b687147e327d95a852b95cd83f82930796857 \
+                        sha256  c00078e0b0ae50659bb07501be5b2702356cb7d69c18d960509556d1fdd1b749
 
 depends_build-append    port:intltool
 
@@ -44,6 +44,8 @@
                         port:ghostscript \
                         port:goocanvas2
 
+depends_run             port:gnome-themes-standard
+
 patchfiles              patch-gramps-gen-utils-resourcepath.py.diff
 
 platform darwin {
@@ -55,36 +57,28 @@
 
 #
 # supports python27 and python3 >= 3.2
-# python 3 versions require py-bsddb3 for database access, not yet tested with python34
+# python 3 versions require py-bsddb3 for database access
 #
 
-variant python27 conflicts python32 python33 description {Use Python 2.7} {
+variant python27 conflicts python34 description {Use Python 2.7} {
     python.default_version  27
     depends_lib-append  port:py27-gobject3 \
                         port:py27-pyicu \
                         port:py27-Pillow
 }
 
-variant python32 conflicts python27 python33 description {Use Python 3.2} {
-    python.default_version  32
-    depends_lib-append  port:py32-gobject3 \
-                        port:py32-pyicu \
-                        port:py32-Pillow \
-                        port:py32-bsddb3
+variant python34 conflicts python27 description {Use Python 3.4} {
+    python.default_version  34
+    depends_lib-append  port:py34-gobject3 \
+                        port:py34-pyicu \
+                        port:py34-Pillow \
+                        port:py34-bsddb3
 }
 
-variant python33 conflicts python27 python32 description {Use Python 3.3} {
-    python.default_version  33
-    depends_lib-append  port:py33-gobject3 \
-                        port:py33-pyicu \
-                        port:py33-Pillow \
-                        port:py33-bsddb3
+if {![variant_isset python27]} {
+    default_variants    +python34
 }
 
-if {![variant_isset python32] && ![variant_isset python33]} {
-    default_variants +python27
-}
-
 post-destroot {
     reinplace "s|${destroot}${python.prefix}|${prefix}|" ${destroot}${python.pkgd}/gramps/gen/utils/resource-path
     delete ${destroot}${prefix}/share
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141025/f6b1e81c/attachment.html>


More information about the macports-changes mailing list