Revision: 37952 http://trac.macosforge.org/projects/macports/changeset/37952 Author: raimue@macports.org Date: 2008-06-30 14:53:13 -0700 (Mon, 30 Jun 2008) Log Message: ----------- python/py25-clientcookie: Add new port based on py-* version Modified Paths: -------------- trunk/dports/python/py25-clientcookie/Portfile Added Paths: ----------- trunk/dports/python/py25-clientcookie/ Copied: trunk/dports/python/py25-clientcookie (from rev 37948, trunk/dports/python/py-clientcookie) Property changes on: trunk/dports/python/py25-clientcookie ___________________________________________________________________ Name: svn:mergeinfo + Modified: trunk/dports/python/py25-clientcookie/Portfile =================================================================== --- trunk/dports/python/py-clientcookie/Portfile 2008-06-30 19:45:59 UTC (rev 37948) +++ trunk/dports/python/py25-clientcookie/Portfile 2008-06-30 21:53:13 UTC (rev 37952) @@ -1,10 +1,10 @@ # $Id$ PortSystem 1.0 -PortGroup python24 1.0 +PortGroup python25 1.0 -name py-clientcookie -version 1.0.3 +name py25-clientcookie +version 1.3.0 categories python www platforms darwin maintainers nomaintainer @@ -17,16 +17,19 @@ homepage http://wwwsearch.sourceforge.net/ClientCookie/ master_sites ${homepage}/src/ distname ClientCookie-${version} -checksums md5 b0c9c02e298bdcc8cb7f4ae00a6e5701 -depends_lib-append port:py-bsddb +checksums md5 7a43e4624299b3951ae1a442194d2185 \ + sha1 fc54adb762618d3a9fdeca9ed45b982c2bde940c \ + rmd160 0c557c11efee3ada975235ed72252176c059e5d2 +depends_lib-append port:py25-bsddb + test.run yes test.cmd ${python.bin} test.target test.py post-destroot { - xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog GeneralFAQ.html \ - INSTALL README.html README.txt doc.html \ + xinstall -m 644 -W ${worksrcpath} COPYING.txt ChangeLog.txt GeneralFAQ.html \ + INSTALL.txt README.html README.txt doc.html \ ${destroot}${prefix}/share/doc/${name} }