Ticket #967: python_2.3.1.diff

File python_2.3.1.diff, 761 bytes (added by blb@…, 21 years ago)

unidiff to Portfile

  • Portfile

    old new  
    22
    33PortSystem          1.0
    44name                python
    5 version             2.3
     5version             2.3.1
    66categories          lang
    77maintainers         blb@pobox.com
    88description         An interpreted, object-oriented programming language
     
    1111                    http://www.python.org/ftp/python/${version}/
    1212distname            Python-${version}
    1313extract.sufx        .tgz
    14 checksums           md5 595620a4769073a812e353597585c4e8
     14checksums           md5 a3dcbe1c7f173c8e3c7cce28495016ae
    1515patchfiles          patch-Makefile.pre.in
    1616extract.post_args   | gnutar -xf -
    1717configure.env       CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"