Ticket #967: python_2.3.1.diff
File python_2.3.1.diff, 761 bytes (added by blb@…, 21 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name python 5 version 2.3 5 version 2.3.1 6 6 categories lang 7 7 maintainers blb@pobox.com 8 8 description An interpreted, object-oriented programming language … … 11 11 http://www.python.org/ftp/python/${version}/ 12 12 distname Python-${version} 13 13 extract.sufx .tgz 14 checksums md5 595620a4769073a812e353597585c4e814 checksums md5 a3dcbe1c7f173c8e3c7cce28495016ae 15 15 patchfiles patch-Makefile.pre.in 16 16 extract.post_args | gnutar -xf - 17 17 configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"