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

source_changes at macosforge.org source_changes at macosforge.org
Sun Nov 4 21:28:31 PST 2007


Revision: 30705
          http://trac.macosforge.org/projects/macports/changeset/30705
Author:   boeyms at macports.org
Date:     2007-11-04 21:28:30 -0800 (Sun, 04 Nov 2007)

Log Message:
-----------
offlineimap: update to latest version (5.99.4).

The changelog states that all versions released so far are unstable,
one user reports the latest version to be significantly faster, and
there are no open bugs against 5.99.4 that are closed against 4.0.16,
hence the decision to update this port despite the apparent release
candidate numbering.

In addition, lines have been removed from the Portfile that pertain to
files no longer in the tarball.

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

Modified: trunk/dports/mail/offlineimap/Portfile
===================================================================
--- trunk/dports/mail/offlineimap/Portfile	2007-11-05 04:46:22 UTC (rev 30704)
+++ trunk/dports/mail/offlineimap/Portfile	2007-11-05 05:28:30 UTC (rev 30705)
@@ -4,7 +4,7 @@
 PortGroup python24 1.0
 
 name			offlineimap
-version			4.0.16
+version			5.99.4
 categories		mail python
 maintainers		boeyms openmaintainer
 # The following were borrowed from the Debian package.
@@ -34,22 +34,13 @@
 master_sites	http://software.complete.org/offlineimap/static/download_area/${version}/
 distname		${name}_${version}
 worksrcdir		${name}
-checksums		md5 3de813eec9afa373006ac5cad7299389
+checksums		md5 077f861f164d73aee2eb5df6b975415e
 
-# 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
 
 post-destroot {
-	xinstall -m 644 ${worksrcpath}/manual.pdf \
+	xinstall -m 644 ${worksrcpath}/FAQ.html \
 		${destroot}${prefix}/share/doc/offlineimap
-	xinstall -m 644 ${worksrcpath}/manual.txt \
-		${destroot}${prefix}/share/doc/offlineimap
-	xinstall -m 644 ${worksrcpath}/manual.html \
-		${destroot}${prefix}/share/doc/offlineimap
 	xinstall -m 644 ${worksrcpath}/offlineimap.conf \
 		${destroot}${prefix}/etc/example-offlineimap.conf
 	xinstall -m 644 ${worksrcpath}/offlineimap.conf.minimal \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071104/5e4c7daf/attachment.html


More information about the macports-changes mailing list