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

ryandesign at macports.org ryandesign at macports.org
Fri Apr 9 02:38:06 PDT 2010


Revision: 66326
          http://trac.macports.org/changeset/66326
Author:   ryandesign at macports.org
Date:     2010-04-09 02:38:05 -0700 (Fri, 09 Apr 2010)
Log Message:
-----------
gazpacho: update to use python 2.6

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

Modified: trunk/dports/devel/gazpacho/Portfile
===================================================================
--- trunk/dports/devel/gazpacho/Portfile	2010-04-09 09:37:41 UTC (rev 66325)
+++ trunk/dports/devel/gazpacho/Portfile	2010-04-09 09:38:05 UTC (rev 66326)
@@ -1,10 +1,11 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python25 1.0
+PortGroup python26 1.0
 
 name		gazpacho
 version		0.7.2
+revision	1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories	devel python gnome
 maintainers	nomaintainer
@@ -26,10 +27,12 @@
 
 depends_lib-append	\
 	port:gettext \
-	port:py25-gobject \
-	port:py25-numeric \
+	port:py26-gobject \
+	port:py26-numeric \
 	port:kiwi
 
+python.link_binaries_suffix
+
 livecheck.type  regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100409/9fcae42f/attachment.html>


More information about the macports-changes mailing list