[108183] trunk/dports/net/bittorrent/Portfile
jmr at macports.org
jmr at macports.org
Mon Jul 15 07:49:25 PDT 2013
Revision: 108183
https://trac.macports.org/changeset/108183
Author: jmr at macports.org
Date: 2013-07-15 07:49:24 -0700 (Mon, 15 Jul 2013)
Log Message:
-----------
bittorrent: use unified python portgroup, mark noarch
Modified Paths:
--------------
trunk/dports/net/bittorrent/Portfile
Modified: trunk/dports/net/bittorrent/Portfile
===================================================================
--- trunk/dports/net/bittorrent/Portfile 2013-07-15 14:36:41 UTC (rev 108182)
+++ trunk/dports/net/bittorrent/Portfile 2013-07-15 14:49:24 UTC (rev 108183)
@@ -2,7 +2,7 @@
# $Id$
PortSystem 1.0
-PortGroup python25 1.0
+PortGroup python 1.0
name bittorrent
version 5.2.0
@@ -21,13 +21,16 @@
capacity.
homepage http://www.bittorrent.com/
platforms darwin
+supported_archs noarch
-master_sites http://download.bittorrent.com/dl/
+master_sites http://download.bittorrent.com/dl/ \
+ http://distfiles.macports.org/python/
distname BitTorrent-${version}
checksums md5 b35d1de939b0768fd5c62978326864eb \
sha1 ff89b8e585b48dda4a87f5379636c0458a876277
-depends_lib port:py25-wxpython \
- port:py25-twisted \
- port:py25-crypto
+python.default_version 25
+depends_lib port:py${python.version}-wxpython \
+ port:py${python.version}-twisted \
+ port:py${python.version}-crypto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130715/1069b527/attachment.html>
More information about the macports-changes
mailing list