[116126] trunk/dports/mail/mb2md/Portfile

jmr at macports.org jmr at macports.org
Sat Jan 18 20:39:28 PST 2014


Revision: 116126
          https://trac.macports.org/changeset/116126
Author:   jmr at macports.org
Date:     2014-01-18 20:39:28 -0800 (Sat, 18 Jan 2014)
Log Message:
-----------
mb2md: use perl 5.16, mark noarch

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

Modified: trunk/dports/mail/mb2md/Portfile
===================================================================
--- trunk/dports/mail/mb2md/Portfile	2014-01-19 04:36:37 UTC (rev 116125)
+++ trunk/dports/mail/mb2md/Portfile	2014-01-19 04:39:28 UTC (rev 116126)
@@ -4,7 +4,7 @@
 
 name			mb2md
 version			3.20
-revision        1
+revision        2
 categories		mail
 license			public-domain
 maintainers		nomaintainer
@@ -22,9 +22,10 @@
 distfiles		${name}-${version}.pl.gz
 checksums		md5 b47eaa6ae4231a42f4a15564a08eb439
 platforms		darwin
+supported_archs	noarch
 
-depends_run		port:perl5.12 \
-				port:p5.12-timedate
+depends_run		port:perl5.16 \
+				port:p5.16-timedate
 
 pre-extract		{ file mkdir ${worksrcpath} }
 extract.post_args	">${worksrcpath}/${name}-${version}.pl"
@@ -35,11 +36,10 @@
 
 build {
 	file copy ${worksrcpath}/${name}-${version}.pl ${worksrcpath}/${name}
-	reinplace "s|^#!.*perl|#!${prefix}/bin/perl5.12|" ${worksrcpath}/${name}
+	reinplace "s|^#!.*perl|#!${prefix}/bin/perl5.16|" ${worksrcpath}/${name}
 }
 
 destroot {
 	xinstall -d -m 0755 ${destroot}${prefix}/bin
 	xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140118/e14a7d4a/attachment.html>


More information about the macports-changes mailing list