Ticket #19218: hashlib.diff

File hashlib.diff, 991 bytes (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-hashlib
    7 version                 2.5.4
     6name                    py26-hashlib
     7version                 2.6.1
    88categories              python
    99platforms               darwin
    1010maintainers             mww
     
    1515homepage                http://www.python.org/doc/current/lib/module-hashlib.html
    1616master_sites    http://www.python.org/ftp/python/${version}/
    1717distname                Python-${version}
    18 dist_subdir             python25
    19 checksums               sha1 0f2e819d6381f72f26c734e00a6780b3933ea404
     18dist_subdir             python26
     19checksums               sha1 419f0cb29e9713ea861dde8c43d107c51329e57b
    2020use_bzip2               yes
    2121
    2222depends_lib-append      port:openssl
     
    3535
    3636livecheck.check regex
    3737livecheck.url   http://www.python.org/download/releases/
    38 livecheck.regex Python (2.5\[0-9\.\]+)
     38livecheck.regex Python (2.6\[0-9\.\]+)