[55235] trunk/dports/net/bittorrent/Portfile

snc at macports.org snc at macports.org
Fri Aug 7 13:28:07 PDT 2009


Revision: 55235
          http://trac.macports.org/changeset/55235
Author:   snc at macports.org
Date:     2009-08-07 13:28:07 -0700 (Fri, 07 Aug 2009)
Log Message:
-----------
move off python24

Modified Paths:
--------------
    trunk/dports/net/bittorrent/Portfile

Modified: trunk/dports/net/bittorrent/Portfile
===================================================================
--- trunk/dports/net/bittorrent/Portfile	2009-08-07 20:19:23 UTC (rev 55234)
+++ trunk/dports/net/bittorrent/Portfile	2009-08-07 20:28:07 UTC (rev 55235)
@@ -1,7 +1,8 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python25 1.0
 
 name             bittorrent
 version          5.2.0
@@ -26,7 +27,7 @@
 checksums        md5 b35d1de939b0768fd5c62978326864eb \
 		 sha1 ff89b8e585b48dda4a87f5379636c0458a876277
 
-depends_lib		port:py-wxpython \
-			port:py-twisted \
-			port:py-crypto
+depends_lib		port:py25-wxpython \
+			port:py25-twisted \
+			port:py25-crypto
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090807/155bcc9e/attachment.html>


More information about the macports-changes mailing list