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

source_changes at macosforge.org source_changes at macosforge.org
Sun Jun 3 18:52:39 PDT 2007


Revision: 25862
          http://trac.macosforge.org/projects/macports/changeset/25862
Author:   ryandesign at macports.org
Date:     2007-06-03 18:52:39 -0700 (Sun, 03 Jun 2007)

Log Message:
-----------
Whitespace changes / reformatting only, by Adam Mercer

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

Modified: trunk/dports/sysutils/duplicity/Portfile
===================================================================
--- trunk/dports/sysutils/duplicity/Portfile	2007-06-04 00:50:23 UTC (rev 25861)
+++ trunk/dports/sysutils/duplicity/Portfile	2007-06-04 01:52:39 UTC (rev 25862)
@@ -1,31 +1,35 @@
 # $Id$
-PortSystem		1.0
-PortGroup		python24 1.0
-name			duplicity
-version			0.4.2
-categories		sysutils
-maintainers		ramercer at gmail.com openmaintainer at macports.org
-description		Encrypted bandwidth-efficient backup.
-long_description	Duplicity backs directories by producing encrypted \
-			tar-format volumes and uploading them to a remote or \
-			local file server. Because duplicity uses librsync, \
-			the incremental archives are space efficient and only \
-			record the parts of files that have changed since the \
-			last backup. Because duplicity uses GnuPG to encrypt \
-			and/or sign these archives, they will be safe from \
-			spying and/or modification by the server.
-homepage		http://www.nongnu.org/duplicity/index.html
-platforms		darwin
 
-master_sites		http://savannah.nongnu.org/download/duplicity
+PortSystem    1.0
+PortGroup     python24 1.0
+
+name          duplicity
+version       0.4.2
+categories    sysutils
+platforms     darwin
+maintainers   ramercer at gmail.com openmaintainer at macports.org
+
+description   Encrypted bandwidth-efficient backup.
+long_description  Duplicity backs directories by producing encrypted \
+      tar-format volumes and uploading them to a remote or local file \
+      server. Because duplicity uses librsync, the incremental archives \
+      are space efficient and only record the parts of files that have \
+      changed since the last backup. Because duplicity uses GnuPG to \
+      encrypt and/or sign these archives, they will be safe from spying \
+      and/or modification by the server.
+
+homepage      http://www.nongnu.org/duplicity/index.html
+master_sites  http://savannah.nongnu.org/download/duplicity
+
 checksums     md5 a9fd4094f23bb36c82cc1dc2816a5b7d \
               sha1 37e861218800910fab7590f45520e0f1d8b318d4 \
               rmd160 c6c86f397e43b7d5f63965d69f3328daa601d00b
-depends_lib-append	port:librsync \
-			port:gnupg
 
-patchfiles		patch-setup.py
+depends_lib-append  port:librsync \
+                    port:gnupg
 
+patchfiles    patch-setup.py
+
 post-patch {
-	reinplace s|@PREFIX@|${prefix}|g ${worksrcpath}/setup.py
+  reinplace s|@PREFIX@|${prefix}|g ${worksrcpath}/setup.py
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070603/5f312b99/attachment.html


More information about the macports-changes mailing list