Changeset 79337
- Timestamp:
- 06/09/11 11:13:11 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 3 edited
-
py-cherrypy3/Portfile (modified) (2 diffs)
-
py25-cherrypy3/Portfile (modified) (2 diffs)
-
py26-cherrypy3/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-cherrypy3/Portfile
r79335 r79337 6 6 7 7 name py-cherrypy3 8 version 3. 0.38 version 3.2.0 9 9 categories python www 10 10 maintainers akitada openmaintainer 11 license BSD 12 supported_archs noarch 13 11 14 description Object-Oriented HTTP framework 12 15 long_description CherryPy is a pythonic, object-oriented web \ … … 20 23 master_sites http://download.cherrypy.org/cherrypy/${version}/ 21 24 distname CherryPy-${version} 22 checksums md5 a9c5efd94ff1b87f0f1cc29d09875670 \ 23 sha1 dc5ab2ac2a1c0065f03e12374a782094f9e94ba9 \ 24 rmd160 86b023b5a3a957ca05d05aba3b95e0d6d2eb111a 25 26 checksums sha1 fd05b4f975f848dc5f5116b8f504b9bd31e93969 \ 27 rmd160 8cb2fda2acfc2a9ae84025f541a8d2d8776474cd 28 25 29 post-destroot { 26 xinstall -m 644 -W ${worksrcpath} \ 27 README.txt ${destroot}${prefix}/share/doc/${name} 28 move ${destroot}${prefix}/lib/python2.4/site-packages/cherrypy/tutorial \ 29 ${destroot}${prefix}/share/doc/${name} 30 move ${destroot}${prefix}/bin/cherryd ${destroot}${prefix}/bin/cherryd-${python.branch} 30 31 } 31 32 -
trunk/dports/python/py25-cherrypy3/Portfile
r79335 r79337 6 6 7 7 name py25-cherrypy3 8 version 3. 1.18 version 3.2.0 9 9 categories python www 10 10 maintainers akitada openmaintainer 11 license BSD 12 supported_archs noarch 13 11 14 description Object-Oriented HTTP framework 12 15 long_description CherryPy is a pythonic, object-oriented web \ … … 20 23 master_sites http://download.cherrypy.org/cherrypy/${version}/ 21 24 distname CherryPy-${version} 22 checksums md5 3a37c6eae833324897f298191ff11ae2 \ 23 sha1 0a8aace00ea28adc05edd41e20dd910042e6d265 \ 24 rmd160 1d5975ade0b511ad5f116c398938c87ce38d323f 25 26 checksums sha1 fd05b4f975f848dc5f5116b8f504b9bd31e93969 \ 27 rmd160 8cb2fda2acfc2a9ae84025f541a8d2d8776474cd 28 29 post-destroot { 30 move ${destroot}${prefix}/bin/cherryd ${destroot}${prefix}/bin/cherryd-${python.branch} 31 } 25 32 26 33 livecheck.type regex -
trunk/dports/python/py26-cherrypy3/Portfile
r79335 r79337 6 6 7 7 name py26-cherrypy3 8 version 3. 1.28 version 3.2.0 9 9 categories python www 10 10 maintainers akitada openmaintainer 11 license BSD 12 supported_archs noarch 13 11 14 description Object-Oriented HTTP framework 12 15 long_description CherryPy is a pythonic, object-oriented web \ … … 20 23 master_sites http://download.cherrypy.org/cherrypy/${version}/ 21 24 distname CherryPy-${version} 22 checksums md5 15c60b3a91886b9a304d366fba93669c \ 23 sha1 a94aedfd0e675858dbcc32dd250c23d285ee9b88\24 rmd160 43a34bc7454da21b597c60124ff0fc61b8dc3e3125 26 checksums sha1 fd05b4f975f848dc5f5116b8f504b9bd31e93969 \ 27 rmd160 8cb2fda2acfc2a9ae84025f541a8d2d8776474cd 25 28 26 29 livecheck.type regex
Note: See TracChangeset
for help on using the changeset viewer.

