diff options
author | perky <perky@FreeBSD.org> | 2003-09-27 00:44:13 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-09-27 00:44:13 +0800 |
commit | 55616452884dde0d4a58efaefc02c22e4860e8b2 (patch) | |
tree | e09044226e82605f05d7c981e2506d73097dedf1 /lang/python23/Makefile | |
parent | d38f6d8316cb71c8b3db4df2a72b042948792178 (diff) | |
download | freebsd-ports-graphics-55616452884dde0d4a58efaefc02c22e4860e8b2.tar.gz freebsd-ports-graphics-55616452884dde0d4a58efaefc02c22e4860e8b2.tar.zst freebsd-ports-graphics-55616452884dde0d4a58efaefc02c22e4860e8b2.zip |
- Revive os.fsync function which is disabled by a typo of Python-2.3.1.
- Bump PORTREVISION
Obtained from: Python CVS
Diffstat (limited to 'lang/python23/Makefile')
-rw-r--r-- | lang/python23/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python23/Makefile b/lang/python23/Makefile index 6abf5a00434..760b589fa0e 100644 --- a/lang/python23/Makefile +++ b/lang/python23/Makefile @@ -7,6 +7,7 @@ PORTNAME= python PORTVERSION= 2.3.1 +PORTREVISION= 1 CATEGORIES= lang python ipv6 MASTER_SITES= ${MASTER_SITE_PYTHON} MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION} |