Ticket #19218: bsddb.diff
File bsddb.diff, 1.2 KB (added by tenomoto (Takeshi Enomoto), 16 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 44405 2008-12-28 00:40:47Z blb@macports.org $ 2 2 3 3 PortSystem 1.0 4 PortGroup python2 51.04 PortGroup python26 1.0 5 5 6 name py2 5-bsddb7 version 2. 5.46 name py26-bsddb 7 version 2.6.1 8 8 categories python databases 9 9 platforms darwin 10 10 maintainers mww … … 14 14 homepage http://www.python.org/doc/current/lib/module-dbm.html 15 15 master_sites http://www.python.org/ftp/python/${version}/ 16 16 distname Python-${version} 17 dist_subdir python2 518 checksums sha1 0f2e819d6381f72f26c734e00a6780b3933ea40417 dist_subdir python26 18 checksums sha1 419f0cb29e9713ea861dde8c43d107c51329e57b 19 19 use_bzip2 yes 20 20 21 21 worksrcdir ${worksrcdir}/Modules 22 22 23 23 extract.post_args "| tar -xf - ${distname}/Modules/bsddbmodule.c \ 24 ${distname}/Modules/bsddb.h \ 24 25 ${distname}/Modules/_bsddb.c" 25 26 post-extract { 26 27 file copy ${filespath}/setup.py ${worksrcpath} … … 38 39 39 40 livecheck.check regex 40 41 livecheck.url http://www.python.org/download/releases/ 41 livecheck.regex Python (2. 5\[0-9\.\]+)42 livecheck.regex Python (2.6\[0-9\.\]+)