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

snc at macports.org snc at macports.org
Wed Oct 14 17:48:09 PDT 2009


Revision: 59427
          http://trac.macports.org/changeset/59427
Author:   snc at macports.org
Date:     2009-10-14 17:48:05 -0700 (Wed, 14 Oct 2009)
Log Message:
-----------
updated version

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

Modified: trunk/dports/sysutils/timedrive/Portfile
===================================================================
--- trunk/dports/sysutils/timedrive/Portfile	2009-10-15 00:37:32 UTC (rev 59426)
+++ trunk/dports/sysutils/timedrive/Portfile	2009-10-15 00:48:05 UTC (rev 59427)
@@ -5,7 +5,7 @@
 PortGroup           python26 1.0
 
 name                timedrive
-version             0.1.1
+version             0.2.2
 categories          sysutils net
 maintainers         snc
 description         incremental backup across networks
@@ -22,30 +22,30 @@
                     port:py26-sip \
                     port:py26-setuptools
 depends_lib-append  port:duplicity
-depends_run-append  port:sshfs \
-                    port:ncftp
+depends_run-append  port:ncftp
+#                    port:sshfs
 
 master_sites        http://www.oak-tree.us/stuff/
 distname            Time-Drive-${version}
 use_zip             yes
 
-checksums           md5     e0436173fccc079079c3cc303dcc0851 \
-                    sha1    6253c728a69d88c4665c71c0a247351784eaeeb1 \
-                    rmd160  81c7f7c8fbf442442721efcb61509be2274f3898
+checksums           md5     a9c485cb3496dcfed8009fb09bee7212 \
+                    sha1    192b7f98e265f545374f9bb1a0ffefd712e8ddca \
+                    rmd160  cae2dd0232645658e7341ad66e353ba402548ac9
 
-worksrcdir          Time-Drive
+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
-    file attributes ${worksrcpath}/BuildUi.sh -permissions +x
-    file copy ${filespath}/setup.py ${worksrcpath}/
-    reinplace s|backends|backend|g ${worksrcpath}/duplicity_interface.py
-}
+#patch {
+#    reinplace s|pyrcc4|pyrcc4-2.6|g ${worksrcpath}/BuildUi.sh
+#    reinplace s|pyuic4|pyuic4-2.6|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
+#}
 
-pre-build {
-    system "cd ${worksrcpath} && ./BuildUi.sh"
-}
+#pre-build {
+#    system "cd ${worksrcpath} && ./BuildUi.sh"
+#}
 
 livecheck.type      regex
 livecheck.url       ${homepage}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091014/95f2f5c4/attachment.html>


More information about the macports-changes mailing list