[84410] trunk/dports/mail/imapsync/Portfile

mww at macports.org mww at macports.org
Mon Sep 26 00:06:35 PDT 2011


Revision: 84410
          http://trac.macports.org/changeset/84410
Author:   mww at macports.org
Date:     2011-09-26 00:06:35 -0700 (Mon, 26 Sep 2011)
Log Message:
-----------
imapsync: whitespace changes only

Modified Paths:
--------------
    trunk/dports/mail/imapsync/Portfile

Modified: trunk/dports/mail/imapsync/Portfile
===================================================================
--- trunk/dports/mail/imapsync/Portfile	2011-09-26 07:03:33 UTC (rev 84409)
+++ trunk/dports/mail/imapsync/Portfile	2011-09-26 07:06:35 UTC (rev 84410)
@@ -2,52 +2,50 @@
 
 PortSystem 1.0
 
-name			imapsync
-version			1.456
-categories		mail
-platforms		darwin
-maintainers		mww
-license			WTFPL-2
-supported_archs	noarch
+name                imapsync
+version             1.456
+categories          mail
+platforms           darwin
+maintainers         mww
+license             WTFPL-2
+description         imapsync is an IMAP synchronization, copy or migration tool.
+long_description    imapsync is an IMAP synchronization, copy or migration \
+                    tool. Synchronize mailboxes between two imap servers. It is \
+                    especially good at IMAP migration.
 
-description		imapsync is an IMAP synchronization, copy or migration tool.
-long_description	imapsync is an IMAP synchronization, copy or migration \
-				tool. Synchronize mailboxes between two imap servers. It is \
-				especially good at IMAP migration.
+homepage            http://www.linux-france.org/prj/imapsync/
+master_sites        http://fedorahosted.org/released/imapsync/
+extract.suffix      .tgz
 
-homepage		http://www.linux-france.org/prj/imapsync/
-master_sites	http://fedorahosted.org/released/imapsync/
-extract.suffix	.tgz
-
 checksums           sha1    3c22fcef8d9b30306d8719c4dfda0662ab496b03 \
                     rmd160  c38d3671766c07b3f6b81b52265f7aeae4a31bd2
 
-depends_run		port:perl5.12 \
-				port:p5.12-digest-md5 \
-				port:p5.12-mail-imapclient \
-				port:p5.12-term-readkey \
-				port:p5.12-io-socket-ssl \
-				port:p5.12-datemanip \
-				port:p5.12-digest-hmac
+depends_run         port:perl5.12 \
+                    port:p5.12-digest-md5 \
+                    port:p5.12-mail-imapclient \
+                    port:p5.12-term-readkey \
+                    port:p5.12-io-socket-ssl \
+                    port:p5.12-datemanip \
+                    port:p5.12-digest-hmac
 
-supported_archs		noarch
+supported_archs     noarch
 
 post-patch {
-	reinplace "s|^#!.*|#!${prefix}/bin/perl5.12|g" ${worksrcpath}/imapsync
+    reinplace "s|^#!.*|#!${prefix}/bin/perl5.12|g" ${worksrcpath}/imapsync
 }
 
-use_configure	no
+use_configure       no
 
-build			{}
+build               {}
 
 destroot {
-	xinstall -m 755 ${worksrcpath}/imapsync ${destroot}${prefix}/bin/imapsync.pl
-	ln -sf imapsync.pl ${destroot}${prefix}/bin/imapsync
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} CREDITS ChangeLog FAQ COPYING INSTALL README \
-		TODO VERSION ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 ${worksrcpath}/imapsync ${destroot}${prefix}/bin/imapsync.pl
+    ln -sf imapsync.pl ${destroot}${prefix}/bin/imapsync
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} CREDITS ChangeLog FAQ COPYING INSTALL README \
+        TODO VERSION ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.type	regex
-livecheck.url	[lindex ${master_sites} 0]
-livecheck.regex	${name}-(\[.0-9\]+)\\.tgz
+livecheck.type      regex
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     ${name}-(\[.0-9\]+)\\.tgz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110926/404ff8ca/attachment.html>


More information about the macports-changes mailing list