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

jmr at macports.org jmr at macports.org
Tue Sep 8 00:02:41 PDT 2009


Revision: 57253
          http://trac.macports.org/changeset/57253
Author:   jmr at macports.org
Date:     2009-09-08 00:02:37 -0700 (Tue, 08 Sep 2009)
Log Message:
-----------
offlineimap: update to 6.2.0, use python26

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

Modified: trunk/dports/mail/offlineimap/Portfile
===================================================================
--- trunk/dports/mail/offlineimap/Portfile	2009-09-08 06:53:55 UTC (rev 57252)
+++ trunk/dports/mail/offlineimap/Portfile	2009-09-08 07:02:37 UTC (rev 57253)
@@ -1,12 +1,13 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python25 1.0
+PortGroup python26 1.0
 
 name			offlineimap
-version			6.0.3
+version			6.2.0
 categories		mail python
 platforms		darwin
+license			GPLv2+
 maintainers		boeyms openmaintainer
 # The following were borrowed from the Debian package.
 description		IMAP/Maildir synchronization and reader support
@@ -32,14 +33,14 @@
 			In short, OfflineIMAP is a tool to let you read mail\
 			how YOU want to.
 homepage		http://software.complete.org/offlineimap
-master_sites    http://ftp.us.debian.org/debian/pool/main/o/offlineimap/
+master_sites    debian:o/offlineimap/
 distname		${name}_${version}
 worksrcdir		${name}
-checksums		md5 0c81d33e123c3d5b6645a68a809bcaef
+checksums		md5 a23dab23ac08de063e330fe26d08e9b9 \
+				sha1 fb4194d0911d064c5810c4f1fc147fe719125b4e
 
-destroot.target		install --no-compile
-
 post-destroot {
+	ln -s ${python.prefix}/bin/offlineimap ${destroot}${prefix}/bin
 	xinstall -m 644 ${worksrcpath}/FAQ.html \
 		${destroot}${prefix}/share/doc/offlineimap
 	xinstall -m 644 ${worksrcpath}/offlineimap.conf \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090908/a0056879/attachment.html>


More information about the macports-changes mailing list