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

singingwolfboy at macports.org singingwolfboy at macports.org
Sun Dec 5 20:27:58 PST 2010


Revision: 74153
          http://trac.macports.org/changeset/74153
Author:   singingwolfboy at macports.org
Date:     2010-12-05 20:27:53 -0800 (Sun, 05 Dec 2010)
Log Message:
-----------
Updated duplicity to 0.6.11, added manual pages

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

Modified: trunk/dports/sysutils/duplicity/Portfile
===================================================================
--- trunk/dports/sysutils/duplicity/Portfile	2010-12-06 04:17:12 UTC (rev 74152)
+++ trunk/dports/sysutils/duplicity/Portfile	2010-12-06 04:27:53 UTC (rev 74153)
@@ -6,9 +6,10 @@
 
 name                duplicity
 categories          sysutils
-version             0.6.10
+version             0.6.11
 set stable_series   [join [lrange [split ${version} .] 0 1] .]-series
 platforms           darwin
+license             GPL2
 maintainers         singingwolfboy openmaintainer
 
 description   Encrypted bandwidth-efficient backup.
@@ -24,11 +25,18 @@
 homepage            http://duplicity.nongnu.org/
 master_sites        https://launchpad.net/duplicity/${stable_series}/${version}/+download
 
-checksums           md5     8878d3b63fcba1b7233e11c5829b969c \
-                    sha1    9e55427eff0fe817acaeb7eacc153ee4173b22cd \
-                    rmd160  36ccab2a16fd1688e4c98307d910d54c3379726d
+checksums           md5     1116be7aababa467336eac2092f66ab7 \
+                    sha1    ee00d4ea715d585630826bb405b36cd9255fdded \
+                    rmd160  1d2666b06c71ef66aacbbc72a73506cbec7b9c07
 
 build.args          --librsync-dir=${prefix}
+post-build {
+    set mandir ${destroot}${prefix}/share/man/
+    xinstall -d ${mandir}/man1
+    xinstall ${worksrcpath}/${name}.1 \
+             ${worksrcpath}/rdiffdir.1 \
+             ${mandir}/man1/
+}
 universal_variant   no
 python.link_binaries yes
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101205/b4544522/attachment.html>


More information about the macports-changes mailing list