[74556] trunk/dports/sysutils/timedrive/Portfile

snc at macports.org snc at macports.org
Tue Dec 21 11:22:48 PST 2010


Revision: 74556
          http://trac.macports.org/changeset/74556
Author:   snc at macports.org
Date:     2010-12-21 11:22:42 -0800 (Tue, 21 Dec 2010)
Log Message:
-----------
timedrive: upgrade dependency to python27, #27645

Modified Paths:
--------------
    trunk/dports/sysutils/timedrive/Portfile

Modified: trunk/dports/sysutils/timedrive/Portfile
===================================================================
--- trunk/dports/sysutils/timedrive/Portfile	2010-12-21 19:22:17 UTC (rev 74555)
+++ trunk/dports/sysutils/timedrive/Portfile	2010-12-21 19:22:42 UTC (rev 74556)
@@ -2,7 +2,7 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python26 1.0
+PortGroup           python27 1.0
 
 name                timedrive
 version             0.3.1
@@ -18,9 +18,9 @@
 
 platforms           darwin
 depends_build-append \
-                    port:py26-pyqt4 \
-                    port:py26-sip \
-                    port:py26-distribute
+                    port:py27-pyqt4 \
+                    port:py27-sip \
+                    port:py27-distribute
 depends_lib-append  port:duplicity
 depends_run-append  port:ncftp
 
@@ -29,14 +29,13 @@
 use_zip             yes
 
 checksums           md5     96dfbd0b32bc1e5e3388dd38fad1e04c \
-                    sha1    6257a39e5e220a55f5d803da53321b3697416d1e \
-                    rmd160  3ac4d1a59976c6ee2e89e31a4377a77688514f5a
+                    sha1    6257a39e5e220a55f5d803da53321b3697416d1e
 
 worksrcdir          [string tolower ${worksrcdir}]
 
 #patch {
-#    reinplace s|pyrcc4|pyrcc4-2.6|g ${worksrcpath}/BuildUi.sh
-#    reinplace s|pyuic4|pyuic4-2.6|g ${worksrcpath}/BuildUi.sh
+#    reinplace s|pyrcc4|pyrcc4-2.7|g ${worksrcpath}/BuildUi.sh
+#    reinplace s|pyuic4|pyuic4-2.7|g ${worksrcpath}/BuildUi.sh
 #    file attributes ${worksrcpath}/BuildUi.sh -permissions +x
 #    file copy ${filespath}/setup.py ${worksrcpath}/
 #    reinplace s|backends|backend|g ${worksrcpath}/duplicity_interface.py
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101221/5dc60a2b/attachment.html>


More information about the macports-changes mailing list