Revision
94846
Author
mww@macports.org
Date
2012-07-01 13:11:59 -0700 (Sun, 01 Jul 2012)

Log Message

mod_python25: add license, use new checksum algorithms

Modified Paths

Diff

Modified: trunk/dports/www/mod_python25/Portfile (94845 => 94846)


--- trunk/dports/www/mod_python25/Portfile	2012-07-01 20:09:36 UTC (rev 94845)
+++ trunk/dports/www/mod_python25/Portfile	2012-07-01 20:11:59 UTC (rev 94846)
@@ -7,6 +7,7 @@
 revision		3
 categories		www python
 platforms		darwin
+license			Apache-2
 maintainers		mww jwa
 description		Apache2 module that embeds Python within the server.
 long_description	Mod_python is an Apache 2 module that embeds the \
@@ -21,7 +22,8 @@
 master_sites	apache:httpd/modpython
 distname	mod_python-${version}
 extract.suffix	.tgz
-checksums		sha1 e538170fd78e09408b6d8593da980b126a0fef93
+checksums           rmd160  f78f93172963317f4318f8f2455419743c8fb4f5 \
+                    sha256  ad2331fd5fcfd720ef9e3482973fc2d06eff36ba0c44693cfa42056a62175a6b
 
 depends_build	port:flex
 depends_lib		port:apache2 port:python25