[91923] trunk/dports/sysutils/duplicity/Portfile

jmr at macports.org jmr at macports.org
Fri Apr 13 01:23:14 PDT 2012


Revision: 91923
          https://trac.macports.org/changeset/91923
Author:   jmr at macports.org
Date:     2012-04-13 01:23:13 -0700 (Fri, 13 Apr 2012)
Log Message:
-----------
duplicity: update to 0.6.18 (#33511), simplify symlink (#30229)

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

Modified: trunk/dports/sysutils/duplicity/Portfile
===================================================================
--- trunk/dports/sysutils/duplicity/Portfile	2012-04-13 08:12:21 UTC (rev 91922)
+++ trunk/dports/sysutils/duplicity/Portfile	2012-04-13 08:23:13 UTC (rev 91923)
@@ -2,12 +2,11 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python27 1.0
+PortGroup           python 1.0
 
 name                duplicity
 categories          sysutils
-version             0.6.17
-revision            1
+version             0.6.18
 set stable_series   [join [lrange [split ${version} .] 0 1] .]-series
 platforms           darwin
 license             GPL-2
@@ -27,15 +26,15 @@
 homepage            http://duplicity.nongnu.org/
 master_sites        https://launchpad.net/duplicity/${stable_series}/${version}/+download
 
-checksums           rmd160  e88bb833f7ed21f0b742caed9c28402c2b0601a5 \
-                    sha256  891e56061ab15127e67c93b9b462760b055eb48636c177b56400925d0a77a458
+checksums           rmd160  f90705358857e40fb6f427e3cc96d4f81b6b9ba2 \
+                    sha256  56bc583be1031762dd94082cb30e09e1347167aaa88188f8d6d6c052ad8f90af
 
+python.default_version 27
+
 build.args          --librsync-dir=${prefix}
 universal_variant   no
-python.link_binaries yes
+python.link_binaries_suffix
 post-destroot {
-    ln -s ${name}-${python.branch} ${destroot}${prefix}/bin/${name}
-
     xinstall -m 644 -W ${worksrcpath}/bin \
         ${name}.1 \
         rdiffdir.1 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120413/16ef5279/attachment.html>


More information about the macports-changes mailing list