Ticket #1323: python-2.3.3.diff

File python-2.3.3.diff, 770 bytes (added by blb@…, 21 years ago)

unidiff to Portfile

  • Portfile

    old new  
    22
    33PortSystem          1.0
    44name                python23
    5 version             2.3.2
    6 revision                        1
     5version             2.3.3
    76categories          lang
    87maintainers         blb@pobox.com
    98description         An interpreted, object-oriented programming language
     
    1211                    http://www.python.org/ftp/python/${version}/
    1312distname            Python-${version}
    1413use_bzip2                       yes
    15 checksums           md5 9271171d55690e5cacd692e563924305
     14checksums           md5 70ada9f65742ab2c77a96bcd6dffd9b1
    1615patchfiles          patch-Makefile.pre.in
    1716extract.post_args   | gnutar -xf -
    1817configure.env       CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"