Revision: 103222 https://trac.macports.org/changeset/103222 Author: jmr@macports.org Date: 2013-02-18 21:15:30 -0800 (Mon, 18 Feb 2013) Log Message: ----------- zope-extfile: update PIL dep to py26 to match zope, set license, mark noarch Modified Paths: -------------- trunk/dports/zope/zope-extfile/Portfile Modified: trunk/dports/zope/zope-extfile/Portfile =================================================================== --- trunk/dports/zope/zope-extfile/Portfile 2013-02-19 05:10:57 UTC (rev 103221) +++ trunk/dports/zope/zope-extfile/Portfile 2013-02-19 05:15:30 UTC (rev 103222) @@ -4,6 +4,7 @@ PortGroup zope 1.0 zope.setup ExtFile 1.4.4 +license BSD ZPL-2 maintainers nomaintainer description This is the ExtFile/ExtImage Zope Product. long_description The ExtFile Product stores large files in an \ @@ -20,9 +21,10 @@ stored in the Database. This prevents the Database \ swelling up quickly, when many large files are \ uploaded and thus increasing database performance. -homepage http://zope.org/Members/shh/${zope.product} +homepage http://zope.org/Members/shh/${zope.product} master_sites ${homepage}/${version}/ checksums md5 4e13441da832a904cb75ad367388ae8b platforms darwin freebsd +supported_archs noarch -depends_lib-append port:py24-pil +depends_lib-append port:py26-pil
participants (1)
-
jmr@macports.org