Ticket #19218: bsddb.diff

File bsddb.diff, 1.2 KB (added by tenomoto (Takeshi Enomoto), 15 years ago)
  • Portfile

    old new  
    11# $Id: Portfile 44405 2008-12-28 00:40:47Z blb@macports.org $
    22
    33PortSystem 1.0
    4 PortGroup python25 1.0
     4PortGroup python26 1.0
    55
    6 name                    py25-bsddb
    7 version                 2.5.4
     6name                    py26-bsddb
     7version                 2.6.1
    88categories              python databases
    99platforms               darwin
    1010maintainers             mww
     
    1414homepage                http://www.python.org/doc/current/lib/module-dbm.html
    1515master_sites    http://www.python.org/ftp/python/${version}/
    1616distname                Python-${version}
    17 dist_subdir             python25
    18 checksums               sha1 0f2e819d6381f72f26c734e00a6780b3933ea404
     17dist_subdir             python26
     18checksums               sha1 419f0cb29e9713ea861dde8c43d107c51329e57b
    1919use_bzip2               yes
    2020
    2121worksrcdir              ${worksrcdir}/Modules
    2222
    2323extract.post_args       "| tar -xf - ${distname}/Modules/bsddbmodule.c \
     24                                ${distname}/Modules/bsddb.h \
    2425                                ${distname}/Modules/_bsddb.c"
    2526post-extract {
    2627        file copy       ${filespath}/setup.py ${worksrcpath}
     
    3839
    3940livecheck.check regex
    4041livecheck.url   http://www.python.org/download/releases/
    41 livecheck.regex Python (2.5\[0-9\.\]+)
     42livecheck.regex Python (2.6\[0-9\.\]+)