[107109] trunk/dports/devel/flashbake/Portfile

jmr at macports.org jmr at macports.org
Tue Jun 18 11:23:02 PDT 2013


Revision: 107109
          https://trac.macports.org/changeset/107109
Author:   jmr at macports.org
Date:     2013-06-18 11:23:02 -0700 (Tue, 18 Jun 2013)
Log Message:
-----------
flashbake: use unified python portgroup, fix setuptools dep type, license, noarch

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

Modified: trunk/dports/devel/flashbake/Portfile
===================================================================
--- trunk/dports/devel/flashbake/Portfile	2013-06-18 18:14:52 UTC (rev 107108)
+++ trunk/dports/devel/flashbake/Portfile	2013-06-18 18:23:02 UTC (rev 107109)
@@ -1,12 +1,14 @@
 # $Id$
 
 PortSystem    1.0
-PortGroup     python26 1.0
+PortGroup     python 1.0
 
 name          flashbake
 version       0.26.3
 categories    devel
+license       GPL-3+
 platforms     darwin
+supported_archs noarch
 maintainers   ram openmaintainer
 
 description   A seamless source control tool for ordinary people
@@ -21,9 +23,11 @@
               sha1 aeb11a79be61b0e97824fbdea70cce8f90383dbb \
               rmd160 846c34b4994637ab0c0bb2e1b3320724f9b41b0a
 
-depends_lib-append  port:py26-setuptools \
-                    port:py26-enum \
-                    port:py26-feedparser \
+python.default_version 26
+
+depends_build       port:py${python.version}-setuptools
+depends_lib-append  port:py${python.version}-enum \
+                    port:py${python.version}-feedparser \
                     port:git-core
 
 python.link_binaries no
@@ -33,8 +37,6 @@
   ln -s ${python.prefix}/bin/flashbakeall ${destroot}${prefix}/bin
 }
 
-universal_variant no
-
 livecheck.type      regex
 livecheck.url       ${homepage}
 livecheck.regex     {current version is (\d+(?:\.\d+)*) and can be}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130618/9abf315f/attachment.html>


More information about the macports-changes mailing list