Revision: 94843 https://trac.macports.org/changeset/94843 Author: mww@macports.org Date: 2012-07-01 13:06:14 -0700 (Sun, 01 Jul 2012) Log Message: ----------- mod_python: add license, new checksum algorithms Modified Paths: -------------- trunk/dports/www/mod_python/Portfile Modified: trunk/dports/www/mod_python/Portfile =================================================================== --- trunk/dports/www/mod_python/Portfile 2012-07-01 18:55:20 UTC (rev 94842) +++ trunk/dports/www/mod_python/Portfile 2012-07-01 20:06:14 UTC (rev 94843) @@ -7,6 +7,7 @@ revision 1 categories www python platforms darwin +license Apache-2 maintainers mww description Apache2 module that embeds Python within the server. long_description Mod_python is an Apache 2 module that embeds the \ @@ -20,7 +21,8 @@ homepage http://www.modpython.org/ master_sites apache:httpd/modpython extract.suffix .tgz -checksums sha1 e538170fd78e09408b6d8593da980b126a0fef93 +checksums rmd160 f78f93172963317f4318f8f2455419743c8fb4f5 \ + sha256 ad2331fd5fcfd720ef9e3482973fc2d06eff36ba0c44693cfa42056a62175a6b depends_build port:flex depends_lib port:apache2 port:python24