[116088] trunk/dports/devel/gazpacho/Portfile

jmr at macports.org jmr at macports.org
Fri Jan 17 19:31:04 PST 2014


Revision: 116088
          https://trac.macports.org/changeset/116088
Author:   jmr at macports.org
Date:     2014-01-17 19:31:04 -0800 (Fri, 17 Jan 2014)
Log Message:
-----------
gazpacho: use unified python portgroup, mark noarch, correct license

Modified Paths:
--------------
    trunk/dports/devel/gazpacho/Portfile

Modified: trunk/dports/devel/gazpacho/Portfile
===================================================================
--- trunk/dports/devel/gazpacho/Portfile	2014-01-18 02:03:19 UTC (rev 116087)
+++ trunk/dports/devel/gazpacho/Portfile	2014-01-18 03:31:04 UTC (rev 116088)
@@ -2,13 +2,13 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       python26 1.0
+PortGroup       python 1.0
 
 name            gazpacho
 version         0.7.2
 revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
-license         LGPL-2.1
+license         LGPL
 categories      devel python gnome
 maintainers     nomaintainer
 description     A GUI builder for the GTK+ toolkit.
@@ -17,22 +17,25 @@
                 be ultra easy to use.
 homepage        http://gazpacho.sicem.biz
 platforms       darwin
+supported_archs noarch
 
 master_sites    gnome:sources/gazpacho/${branch}/
 checksums       md5 42d180f2570f2f5d6c0fa69ed9897d9b \
                 sha1 3f664b23982273e698509c94a704c468a93fd31e \
                 rmd160 9e7614be94763bc9570032902019d26663331740
 
-post-extract    {
-    reinplace "s|/usr/|${prefix}/|g" ${worksrcpath}/gazpacho.desktop
-}
+python.default_version  26
 
 depends_lib-append  \
                 port:gettext \
-                port:py26-gobject \
-                port:py26-numeric \
+                port:py${python.version}-gobject \
+                port:py${python.version}-numeric \
                 port:kiwi
 
+post-extract    {
+    reinplace "s|/usr/|${prefix}/|g" ${worksrcpath}/gazpacho.desktop
+}
+
 python.link_binaries_suffix
 
 livecheck.type  gnome-with-unstable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140117/c20ee531/attachment.html>


More information about the macports-changes mailing list