[84398] trunk/dports/mail/getmail/Portfile

mww at macports.org mww at macports.org
Sun Sep 25 14:07:31 PDT 2011


Revision: 84398
          http://trac.macports.org/changeset/84398
Author:   mww at macports.org
Date:     2011-09-25 14:07:31 -0700 (Sun, 25 Sep 2011)
Log Message:
-----------
getmail: whitespace changes only

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

Modified: trunk/dports/mail/getmail/Portfile
===================================================================
--- trunk/dports/mail/getmail/Portfile	2011-09-25 21:05:46 UTC (rev 84397)
+++ trunk/dports/mail/getmail/Portfile	2011-09-25 21:07:31 UTC (rev 84398)
@@ -3,35 +3,35 @@
 PortSystem 1.0
 PortGroup python26 1.0
 
-name			getmail
-version			4.21.0
-categories		mail python
-platforms		darwin
-maintainers		mww
-description		extensible mail retrieval system with POP3, IMAP4, SSL support
-long_description	getmail version 4 is a flexible, extensible mail retrieval \
-					system with support for POP3, IMAP4, SSL variants of both, \
-					maildirs, mboxrd files, external MDAs, arbitrary message \
-					filtering, single-user and domain-mailboxes, and many \
-					other useful features.
+name                getmail
+version             4.21.0
+categories          mail python
+platforms           darwin
+maintainers         mww
+description         extensible mail retrieval system with POP3, IMAP4, SSL support
+long_description    getmail version 4 is a flexible, extensible mail retrieval \
+                    system with support for POP3, IMAP4, SSL variants of both, \
+                    maildirs, mboxrd files, external MDAs, arbitrary message \
+                    filtering, single-user and domain-mailboxes, and many \
+                    other useful features.
 
-homepage		http://pyropus.ca/software/getmail/
-master_sites	${homepage}/old-versions/
+homepage            http://pyropus.ca/software/getmail/
+master_sites        ${homepage}/old-versions/
 checksums           md5     d07c49e68736d35f24647f7275e7b422 \
                     sha1    6c555bb073d7eef2d564f4b0dde7e0c57644ae7a \
                     rmd160  588f07379eda6f502cfe42d213c862a61b2ec4dd
-dist_subdir		${name}
-patchfiles		patch-setup.py.diff
+dist_subdir         ${name}
+patchfiles          patch-setup.py.diff
 
 python.link_binaries_suffix
 
 post-destroot {
-	foreach manfile [glob -tails -directory ${destroot}${python.prefix}/share/man/man1 *] {
-		file rename ${destroot}${python.prefix}/share/man/man1/${manfile} \
-			${destroot}${prefix}/share/man/man1/${manfile}
-	}
-	delete ${destroot}${prefix}/share/doc/${name}
-	move ${destroot}${python.prefix}/share/doc/${name} \
-		${destroot}${prefix}/share/doc
+    foreach manfile [glob -tails -directory ${destroot}${python.prefix}/share/man/man1 *] {
+        file rename ${destroot}${python.prefix}/share/man/man1/${manfile} \
+            ${destroot}${prefix}/share/man/man1/${manfile}
+    }
+    delete ${destroot}${prefix}/share/doc/${name}
+    move ${destroot}${python.prefix}/share/doc/${name} \
+        ${destroot}${prefix}/share/doc
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110925/e192a9b0/attachment.html>


More information about the macports-changes mailing list