[143411] trunk/dports/mail/pemail/Portfile

mojca at macports.org mojca at macports.org
Sat Dec 12 10:49:46 PST 2015


Revision: 143411
          https://trac.macports.org/changeset/143411
Author:   mojca at macports.org
Date:     2015-12-12 01:38:58 -0800 (Sat, 12 Dec 2015)
Log Message:
-----------
pemail: whitespace, checksums only

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

Modified: trunk/dports/mail/pemail/Portfile
===================================================================
--- trunk/dports/mail/pemail/Portfile	2015-12-12 09:35:52 UTC (rev 143410)
+++ trunk/dports/mail/pemail/Portfile	2015-12-12 09:38:58 UTC (rev 143411)
@@ -1,41 +1,41 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name			pemail
-version			1.2
-revision        2
-categories		mail
-license			GPL-2+  
-platforms		darwin
-supported_archs	noarch
-maintainers		nomaintainer
-description		pop3 email client for the command line
-long_description	pemail allows you to view POP3 email from the command \
-				line, with a fairly intuitive interface, much like the UNIX \
-				mail(1) command does.  pemail also allows you to send email \
-				from the same interface, making it pretty much an all in one \
-				mail client for the UNIX command line.
+name                pemail
+version             1.2
+revision            2
+categories          mail
+license             GPL-2+
+platforms           darwin
+supported_archs     noarch
+maintainers         nomaintainer
+description         pop3 email client for the command line
+long_description    pemail allows you to view POP3 email from the command \
+                    line, with a fairly intuitive interface, much like the UNIX \
+                    mail(1) command does.  pemail also allows you to send email \
+                    from the same interface, making it pretty much an all in one \
+                    mail client for the UNIX command line.
 
-homepage		http://pemail.sourceforge.net
-master_sites		sourceforge
-checksums		md5 4fbd8f9e8a3912c3b86bbe4a69ed29cd
+homepage            http://pemail.sourceforge.net
+master_sites        sourceforge
+# checksums           md5 4fbd8f9e8a3912c3b86bbe4a69ed29cd
 
-depends_lib		port:perl5.16
-depends_run		port:p5.16-mail-pop3client \
-				port:p5.16-mime-lite \
-				port:p5.16-term-readkey
+depends_lib         port:perl5.16
+depends_run         port:p5.16-mail-pop3client \
+                    port:p5.16-mime-lite \
+                    port:p5.16-term-readkey
 
-configure	{
-	reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.16|g" ${worksrcpath}/pemail.pl
+configure {
+    reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.16|g" ${worksrcpath}/pemail.pl
 }
 
-build			{}
+build {}
 
-destroot	{
-	xinstall -m 755 ${worksrcpath}/pemail.pl ${destroot}${prefix}/bin
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} BUGS FIXED INSTALL LICENSE README TODO \
-		${destroot}${prefix}/share/doc/${name}
+destroot {
+    xinstall -m 755 ${worksrcpath}/pemail.pl ${destroot}${prefix}/bin
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} BUGS FIXED INSTALL LICENSE README TODO \
+        ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/fc5c0e51/attachment-0001.html>


More information about the macports-changes mailing list