[126598] trunk/dports/python/rdiff-backup/Portfile

petr at macports.org petr at macports.org
Sun Oct 12 02:44:59 PDT 2014


Revision: 126598
          https://trac.macports.org/changeset/126598
Author:   petr at macports.org
Date:     2014-10-12 02:44:59 -0700 (Sun, 12 Oct 2014)
Log Message:
-----------
rdiff-backup: depend on Python 2.7 instead of 2.6, closes #38788, minor formating changes

Modified Paths:
--------------
    trunk/dports/python/rdiff-backup/Portfile

Modified: trunk/dports/python/rdiff-backup/Portfile
===================================================================
--- trunk/dports/python/rdiff-backup/Portfile	2014-10-12 09:09:03 UTC (rev 126597)
+++ trunk/dports/python/rdiff-backup/Portfile	2014-10-12 09:44:59 UTC (rev 126598)
@@ -5,30 +5,28 @@
 
 name                rdiff-backup
 version             1.2.8
-revision            2
+revision            3
 categories-append   net sysutils
 maintainers         nomaintainer
 platforms           darwin
+license             GPL-2+
 
 description         rdiff-backup backs up one directory to another, possibly \
                     over a network.
 long_description    ${description}
-license             GPL-2+
+
 homepage            http://rdiff-backup.nongnu.org/
+master_sites        savannah
+distname            rdiff-backup-${version}
 
-livecheck.regex     {Version (.+?),.+new stable}
-livecheck.type      regex
-livecheck.url       ${homepage}
+checksums           rmd160  f7fb7a894afe17b495611a3738c85263ae72b2b5 \
+                    sha256  0d91a85b40949116fa8aaf15da165c34a2d15449b3cbe01c8026391310ac95db
 
-python.default_version  26
+python.default_version  27
 
-depends_lib-append  port:librsync port:py${python.version}-xattr
+depends_lib-append  port:librsync \
+	            port:py${python.version}-xattr
 
-distname            rdiff-backup-${version}
-master_sites        savannah
-
-checksums           rmd160 f7fb7a894afe17b495611a3738c85263ae72b2b5
-
 patchfiles          patch-rdiff-backup.1.diff patch-setup.py.diff
 
 post-patch {
@@ -47,3 +45,7 @@
     ln -s ${python.prefix}/share/man/man1/rdiff-backup-statistics.1 ${destroot}${prefix}/share/man/man1/rdiff-backup-statistics.1
     ln -s ${python.prefix}/share/man/man1/rdiff-backup.1 ${destroot}${prefix}/share/man/man1/rdiff-backup.1
 }
+
+livecheck.regex     {Version (.+?),.+new stable}
+livecheck.type      regex
+livecheck.url       ${homepage}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141012/e4e728b8/attachment.html>


More information about the macports-changes mailing list