Ticket #1323: python-2.3.3.diff
File python-2.3.3.diff, 770 bytes (added by blb@…, 21 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name python23 5 version 2.3.2 6 revision 1 5 version 2.3.3 7 6 categories lang 8 7 maintainers blb@pobox.com 9 8 description An interpreted, object-oriented programming language … … 12 11 http://www.python.org/ftp/python/${version}/ 13 12 distname Python-${version} 14 13 use_bzip2 yes 15 checksums md5 9271171d55690e5cacd692e56392430514 checksums md5 70ada9f65742ab2c77a96bcd6dffd9b1 16 15 patchfiles patch-Makefile.pre.in 17 16 extract.post_args | gnutar -xf - 18 17 configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"