[129684] trunk/dports/mail/archivemail/Portfile

larryv at macports.org larryv at macports.org
Thu Dec 18 14:05:19 PST 2014


Revision: 129684
          https://trac.macports.org/changeset/129684
Author:   larryv at macports.org
Date:     2014-12-18 14:05:19 -0800 (Thu, 18 Dec 2014)
Log Message:
-----------
archivemail: Rearrange and reformat

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

Modified: trunk/dports/mail/archivemail/Portfile
===================================================================
--- trunk/dports/mail/archivemail/Portfile	2014-12-18 22:05:17 UTC (rev 129683)
+++ trunk/dports/mail/archivemail/Portfile	2014-12-18 22:05:19 UTC (rev 129684)
@@ -2,35 +2,37 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup			python 1.0
+PortGroup           python 1.0
 
 name                archivemail
 version             0.7.2
-revision			1
+revision            1
 categories          mail python
 platforms           darwin
-supported_archs     noarch
 license             GPL-2+
 maintainers         nomaintainer
+
 description         archive and compress old email
-long_description    archivemail is a tool written in Python for archiving \
-                    and compressing old email in mailboxes. It can move \
-                    messages older than the specified number of days to a \
-                    separate mbox format mailbox that is compressed with \
-                    gzip, or optionally just delete old email.
+long_description    archivemail is a tool written in Python for \
+                    archiving and compressing old email in mailboxes. \
+                    It can move messages older than the specified \
+                    number of days to a separate mbox format mailbox \
+                    that is compressed with gzip, or optionally just \
+                    delete old email.
+homepage            http://archivemail.sourceforge.net
 
-homepage            http://archivemail.sourceforge.net
+supported_archs         noarch
+python.default_version  25
+
 master_sites        sourceforge:project/archivemail/archivemail/${version}
 checksums           md5 e444424688e6ec063e829176e4eb62e2 \
                     sha1 0ff9b8991b04f09cf9536c45b6f9e05d2427a459 \
                     rmd160 da85dff5114100d76f8f5ac19172d8a557801455
 
-python.default_version 25
+destroot.destdir    --prefix=${prefix} \
+                    --root=${destroot} \
+                    --install-data=${destroot}${prefix}/share
 
-destroot.destdir	--prefix=${prefix} \
-					--root=${destroot} \
-					--install-data=${destroot}${prefix}/share
-
 post-destroot {
     xinstall -d ${destroot}${prefix}/share/doc/${name}
     xinstall -W ${worksrcpath} CHANGELOG FAQ README TODO \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141218/a9f4bbcc/attachment.html>


More information about the macports-changes mailing list