[21872] trunk/dports/mail/offlineimap/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Feb 10 13:21:55 PST 2007


Revision: 21872
          http://trac.macosforge.org/projects/macports/changeset/21872
Author:   markd at macports.org
Date:     2007-02-10 13:21:55 -0800 (Sat, 10 Feb 2007)

Log Message:
-----------
Closes #11090.  Update to 4.0.16.

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

Modified: trunk/dports/mail/offlineimap/Portfile
===================================================================
--- trunk/dports/mail/offlineimap/Portfile	2007-02-10 20:56:48 UTC (rev 21871)
+++ trunk/dports/mail/offlineimap/Portfile	2007-02-10 21:21:55 UTC (rev 21872)
@@ -4,7 +4,7 @@
 PortGroup python24 1.0
 
 name			offlineimap
-version			4.0.11
+version			4.0.16
 categories		mail python
 maintainers		hugo at larve.net
 # The following were borrowed from the Debian package.
@@ -30,11 +30,16 @@
 			  support\
 			In short, OfflineIMAP is a tool to let you read mail\
 			how YOU want to.
-homepage		gopher://erwin.complete.org/1/devel/offlineimap
-master_sites		http://gopher.quux.org:70/devel/offlineimap/
+homepage		http://software.complete.org/offlineimap
+master_sites	http://software.complete.org/offlineimap/static/download_area/${version}/
 distname		${name}_${version}
 worksrcdir		${name}
-checksums		md5 41af0924d5e19480377616f4b1d059e1
+checksums		md5 3de813eec9afa373006ac5cad7299389
 
+# tarball has two files TODO and todo which confuses
+# non-case-sensitive filesystems
+# it also contains some leftover build files
+extract.post_args	| tar -xf - --exclude ${name}/TODO --exclude build
+
 destroot.target		install --no-compile
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070210/2bb0ada9/attachment.html


More information about the macports-changes mailing list