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

ryandesign at macports.org ryandesign at macports.org
Sat Nov 27 01:33:05 PST 2010


Revision: 73857
          http://trac.macports.org/changeset/73857
Author:   ryandesign at macports.org
Date:     2010-11-27 01:33:00 -0800 (Sat, 27 Nov 2010)
Log Message:
-----------
imapsync: update to 1.366 and indicate that this is noarch; see #27150 (maintainer timeout)

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

Modified: trunk/dports/mail/imapsync/Portfile
===================================================================
--- trunk/dports/mail/imapsync/Portfile	2010-11-27 09:27:20 UTC (rev 73856)
+++ trunk/dports/mail/imapsync/Portfile	2010-11-27 09:33:00 UTC (rev 73857)
@@ -3,10 +3,12 @@
 PortSystem 1.0
 
 name			imapsync
-version			1.315
+version			1.366
 categories		mail
 platforms		darwin
 maintainers		mww
+supported_archs	noarch
+
 description		imapsync is an IMAP synchronization, copy or migration tool.
 long_description	imapsync is an IMAP synchronization, copy or migration \
 				tool. Synchronize mailboxes between two imap servers. It is \
@@ -15,10 +17,10 @@
 homepage		http://www.linux-france.org/prj/imapsync/
 master_sites	${homepage}/dist/ freebsd
 extract.suffix	.tgz
-checksums           md5     35032428a47fcba2adbf4ba532b68a99 \
-                    sha1    816a3f68185364244f999d88631821351f87f887 \
-                    rmd160  648913dd61fc8cb2c43de49f86b6dd25e6c50e27
 
+checksums		sha1    4e436e2ce50ec6f8edf9748d5b792541b7c26d94 \
+				rmd160  2df726847f14bc0707edf14322bd2fd1c0af5429
+
 depends_run		path:bin/perl:perl5 \
 				port:p5-digest-md5 \
 				port:p5-mail-imapclient \
@@ -27,10 +29,12 @@
 				port:p5-datemanip \
 				port:p5-digest-hmac
 
-configure {
+post-patch {
 	reinplace "s|^#!.*|#!${prefix}/bin/perl|g" ${worksrcpath}/imapsync
 }
 
+use_configure	no
+
 build			{}
 
 destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101127/26067d30/attachment.html>


More information about the macports-changes mailing list