[83665] trunk/dports/mail/imapsync/Portfile

mww at macports.org mww at macports.org
Thu Sep 8 15:13:07 PDT 2011


Revision: 83665
          http://trac.macports.org/changeset/83665
Author:   mww at macports.org
Date:     2011-09-08 15:13:07 -0700 (Thu, 08 Sep 2011)
Log Message:
-----------
version 1.456

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

Modified: trunk/dports/mail/imapsync/Portfile
===================================================================
--- trunk/dports/mail/imapsync/Portfile	2011-09-08 21:43:36 UTC (rev 83664)
+++ trunk/dports/mail/imapsync/Portfile	2011-09-08 22:13:07 UTC (rev 83665)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name			imapsync
-version			1.411
-revision        1
+version			1.456
 categories		mail
 platforms		darwin
 maintainers		mww
@@ -20,8 +19,8 @@
 master_sites	http://fedorahosted.org/released/imapsync/
 extract.suffix	.tgz
 
-checksums		sha1    c211aaf801a425aab5e14255399088a2a3058f15 \
-				rmd160  4cedf8d974b21f7e3013808250a4a42ea30ba63a
+checksums           sha1    3c22fcef8d9b30306d8719c4dfda0662ab496b03 \
+                    rmd160  c38d3671766c07b3f6b81b52265f7aeae4a31bd2
 
 depends_run		port:perl5.12 \
 				port:p5.12-digest-md5 \
@@ -31,6 +30,8 @@
 				port:p5.12-datemanip \
 				port:p5.12-digest-hmac
 
+supported_archs		noarch
+
 post-patch {
 	reinplace "s|^#!.*|#!${prefix}/bin/perl5.12|g" ${worksrcpath}/imapsync
 }
@@ -41,7 +42,7 @@
 
 destroot {
 	xinstall -m 755 ${worksrcpath}/imapsync ${destroot}${prefix}/bin/imapsync.pl
-	system "cd ${destroot}${prefix}/bin && ln -s imapsync.pl imapsync"
+	ln -sf imapsync.pl ${destroot}${prefix}/bin/imapsync
 	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
 	xinstall -m 644 -W ${worksrcpath} CREDITS ChangeLog FAQ COPYING INSTALL README \
 		TODO VERSION ${destroot}${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110908/ec282736/attachment-0001.html>


More information about the macports-changes mailing list