[69792] trunk/dports/mail/getmail/Portfile

blb at macports.org blb at macports.org
Fri Jul 16 11:40:59 PDT 2010


Revision: 69792
          http://trac.macports.org/changeset/69792
Author:   blb at macports.org
Date:     2010-07-16 11:40:58 -0700 (Fri, 16 Jul 2010)
Log Message:
-----------
mail/getmail - update to 4.20.0 and work with updated portgroup, ticket #25470 (maintainer timeout)

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

Modified: trunk/dports/mail/getmail/Portfile
===================================================================
--- trunk/dports/mail/getmail/Portfile	2010-07-16 17:54:06 UTC (rev 69791)
+++ trunk/dports/mail/getmail/Portfile	2010-07-16 18:40:58 UTC (rev 69792)
@@ -4,7 +4,7 @@
 PortGroup python26 1.0
 
 name			getmail
-version			4.16.0
+version			4.20.0
 categories		mail python
 platforms		darwin
 maintainers		mww
@@ -17,17 +17,15 @@
 
 homepage		http://pyropus.ca/software/getmail/
 master_sites	${homepage}/old-versions/
-checksums           md5     07d81a4b20be1304bb74af25803db914 \
-                    sha1    372513e8d1664d832d9e350918a841f26ca46685 \
-                    rmd160  9cf6f408d50597a5935ed27c9d1de872a673e452
+checksums		md5     33a090d62b6039e0a8df4c3da545d851 \
+				sha1    999e8987ff8321291eca507549ce5e8ce0e65030 \
+				rmd160  bdf20ee8e30f3b1a1f087627e86003befa995fee
 dist_subdir		${name}
 patchfiles		patch-setup.py.diff
 
+python.link_binaries_suffix
+
 post-destroot {
-	foreach binfile [glob -tails -directory ${destroot}${python.prefix}/bin *] {
-		ln -s ${python.prefix}/bin/${binfile} \
-			${destroot}${prefix}/bin/${binfile}
-	}
 	foreach manfile [glob -tails -directory ${destroot}${python.prefix}/share/man/man1 *] {
 		ln -s ${python.prefix}/share/man/man1/${manfile} \
 			${destroot}${prefix}/share/man/man1/${manfile}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100716/18c9aebe/attachment.html>


More information about the macports-changes mailing list