[107147] trunk/dports/python/py-amqplib/Portfile

jmr at macports.org jmr at macports.org
Wed Jun 19 13:27:37 PDT 2013


Revision: 107147
          https://trac.macports.org/changeset/107147
Author:   jmr at macports.org
Date:     2013-06-19 13:27:37 -0700 (Wed, 19 Jun 2013)
Log Message:
-----------
py-amqplib: correct license, fix setuptools dep type

Modified Paths:
--------------
    trunk/dports/python/py-amqplib/Portfile

Modified: trunk/dports/python/py-amqplib/Portfile
===================================================================
--- trunk/dports/python/py-amqplib/Portfile	2013-06-19 20:22:14 UTC (rev 107146)
+++ trunk/dports/python/py-amqplib/Portfile	2013-06-19 20:27:37 UTC (rev 107147)
@@ -8,7 +8,7 @@
 version             1.0.2
 revision            0
 categories-append   devel
-license             LGPL
+license             LGPL-2.1+
 platforms           darwin
 supported_archs     noarch
 
@@ -29,5 +29,5 @@
 python.versions     24 25 26 27
 
 if {$subport != $name} {
-    depends_lib     port:py${python.version}-setuptools
+    depends_build   port:py${python.version}-setuptools
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130619/80fa05a7/attachment.html>


More information about the macports-changes mailing list