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

jmr at macports.org jmr at macports.org
Mon Sep 29 04:33:06 PDT 2014


Revision: 125912
          https://trac.macports.org/changeset/125912
Author:   jmr at macports.org
Date:     2014-09-29 04:33:06 -0700 (Mon, 29 Sep 2014)
Log Message:
-----------
rdiff-backup: use unified python portgroup, correct license

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

Modified: trunk/dports/python/rdiff-backup/Portfile
===================================================================
--- trunk/dports/python/rdiff-backup/Portfile	2014-09-29 10:27:39 UTC (rev 125911)
+++ trunk/dports/python/rdiff-backup/Portfile	2014-09-29 11:33:06 UTC (rev 125912)
@@ -1,7 +1,7 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python26 1.0
+PortGroup           python 1.0
 
 name                rdiff-backup
 version             1.2.8
@@ -13,15 +13,17 @@
 description         rdiff-backup backs up one directory to another, possibly \
                     over a network.
 long_description    ${description}
-license             GPL-2
+license             GPL-2+
 homepage            http://rdiff-backup.nongnu.org/
 
 livecheck.regex     {Version (.+?),.+new stable}
 livecheck.type      regex
 livecheck.url       ${homepage}
 
-depends_lib-append  port:librsync port:py26-xattr
+python.default_version  26
 
+depends_lib-append  port:librsync port:py${python.version}-xattr
+
 distname            rdiff-backup-${version}
 master_sites        savannah
 
@@ -35,7 +37,7 @@
 
 build.args          --librsync-dir=${prefix}
 
-set python.link_binaries_suffix {}
+python.link_binaries_suffix
 
 post-destroot {
     file delete -force ${destroot}${prefix}/share/doc/rdiff-backup
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140929/21a9a440/attachment.html>


More information about the macports-changes mailing list