[41059] trunk/dports/mail/mailman/Portfile

wsiegrist at apple.com wsiegrist at apple.com
Tue Oct 21 13:43:31 PDT 2008


Revision: 41059
          http://trac.macports.org/changeset/41059
Author:   wsiegrist at apple.com
Date:     2008-10-21 13:43:30 -0700 (Tue, 21 Oct 2008)
Log Message:
-----------
Update to v2.1.11 and switch to using Python 2.5 per the recommendation of the documentation

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

Modified: trunk/dports/mail/mailman/Portfile
===================================================================
--- trunk/dports/mail/mailman/Portfile	2008-10-21 20:22:54 UTC (rev 41058)
+++ trunk/dports/mail/mailman/Portfile	2008-10-21 20:43:30 UTC (rev 41059)
@@ -3,8 +3,7 @@
 PortSystem		1.0
 
 name			mailman
-version			2.1.9
-revision		1
+version			2.1.11
 categories		mail
 maintainers		nomaintainer
 description		Mailman, the GNU Mailing List Manager
@@ -19,10 +18,13 @@
 homepage		http://www.list.org/
 master_sites		sourceforge
 extract.suffix		.tgz
-checksums		md5 dd51472470f9eafb04f64da372444835
+checksums		md5     d9fd89f54c4743dbcb3b3eec8c6146d6 \
+			sha1    068f1927f4d8dd0896b5064bdf6d102798491b72 \
+			rmd160  667297720aae9fef07600eab6fbf3d2cfc205c8b
+
 platforms		darwin
 
-depends_lib		port:python24
+depends_lib		port:python25
 
 # Create a startupitem
 startupitem.create	yes
@@ -56,7 +58,7 @@
 			--with-cgi-gid=${cgigroup} \
 			--with-cgi-ext=.cgi \
 			--without-permcheck \
-			--with-python=${prefix}/bin/python2.4
+			--with-python=${prefix}/bin/python2.5
 
 pre-destroot {
 	addgroup	${mmgroup}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081021/77494098/attachment.html 


More information about the macports-changes mailing list