[85435] trunk/dports/mail/sendemail/Portfile

mww at macports.org mww at macports.org
Thu Oct 13 14:29:33 PDT 2011


Revision: 85435
          http://trac.macports.org/changeset/85435
Author:   mww at macports.org
Date:     2011-10-13 14:29:33 -0700 (Thu, 13 Oct 2011)
Log Message:
-----------
sendemail: whitespace changes

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

Modified: trunk/dports/mail/sendemail/Portfile
===================================================================
--- trunk/dports/mail/sendemail/Portfile	2011-10-13 21:27:09 UTC (rev 85434)
+++ trunk/dports/mail/sendemail/Portfile	2011-10-13 21:29:33 UTC (rev 85435)
@@ -2,44 +2,44 @@
 
 PortSystem 1.0
 
-name			sendemail
-version			1.56
-categories		mail
-maintainers		mww
-platforms		darwin freebsd
-description		lightweight, completly command line based SMTP email agent
-long_description	sendemail is a lightweight, completly command line \
-			based, SMTP email agent. If you have the need to send email \
-			from a command prompt this tool is perfect. It was designed to \
-			be used in bash scripts, Perl programs, and web sites, but it \
-			is also quite useful in many other contexts.  sendemail is \
-			written in Perl and is unique in that it requires no special \
-			modules.
+name                sendemail
+version             1.56
+categories          mail
+maintainers         mww
+platforms           darwin freebsd
+description         lightweight, completly command line based SMTP email agent
+long_description    \
+    sendemail is a lightweight, completly command line \
+    based, SMTP email agent. If you have the need to send email \
+    from a command prompt this tool is perfect. It was designed to \
+    be used in bash scripts, Perl programs, and web sites, but it \
+    is also quite useful in many other contexts.  sendemail is \
+    written in Perl and is unique in that it requires no special modules.
 
-homepage		http://caspian.dotconf.net/menu/Software/SendEmail/
-master_sites	${homepage}
-distname		sendEmail-v${version}
+homepage            http://caspian.dotconf.net/menu/Software/SendEmail/
+master_sites        ${homepage}
+distname            sendEmail-v${version}
 checksums           md5     a8ee889b18356694546d3c1b2254e78c \
                     sha1    5c7c03ce60785c7b7695ec486c84d6e15704df38 \
                     rmd160  ab7a84635daca173a3e8c8c526e851682f925069
 
-supported_archs		noarch
+supported_archs     noarch
 
-depends_run		path:bin/perl:perl5
+depends_run         path:bin/perl:perl5
 
-configure	{
-	reinplace "s|/usr/bin/perl|${prefix}/bin/perl|g" ${worksrcpath}/sendEmail
+configure {
+    reinplace "s|/usr/bin/perl|${prefix}/bin/perl|g" ${worksrcpath}/sendEmail
 }
 
-build		{}
+build {}
 
-destroot	{
-	xinstall -m 755 ${worksrcpath}/sendEmail ${destroot}${prefix}/bin/sendemail
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} CHANGELOG README TODO \
-		${destroot}${prefix}/share/doc/${name}
+destroot {
+    xinstall -m 755 ${worksrcpath}/sendEmail ${destroot}${prefix}/bin/sendemail
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} CHANGELOG README TODO \
+        ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.type	regex
-livecheck.url	${homepage}
-livecheck.regex	sendEmail-v(\[0-9\\.\]+)\\.tar\\.gz
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     sendEmail-v(\[0-9\\.\]+)\\.tar\\.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111013/ded5e976/attachment.html>


More information about the macports-changes mailing list