diff options
author | tg <tg@FreeBSD.org> | 2001-01-29 22:13:10 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-01-29 22:13:10 +0800 |
commit | 58d053b0e2a17fe339192b1689b4b7ecd52229e8 (patch) | |
tree | e23b96abab4ee2dbbb2d873712e528fbe8ca161c /lang | |
parent | 5e752f95046645ed573cae1821f9c4d7bfd8a6b8 (diff) | |
download | freebsd-ports-gnome-58d053b0e2a17fe339192b1689b4b7ecd52229e8.tar.gz freebsd-ports-gnome-58d053b0e2a17fe339192b1689b4b7ecd52229e8.tar.zst freebsd-ports-gnome-58d053b0e2a17fe339192b1689b4b7ecd52229e8.zip |
Add the `new' module to the build, it's needed by Zope-2.3.0.
Bump PORTREVISION.
Requested by: nbm
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python15/Makefile | 1 | ||||
-rw-r--r-- | lang/python15/files/Setup | 2 | ||||
-rw-r--r-- | lang/python15/pkg-plist | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/lang/python15/Makefile b/lang/python15/Makefile index 0297586554f1..3873498c76da 100644 --- a/lang/python15/Makefile +++ b/lang/python15/Makefile @@ -7,6 +7,7 @@ PORTNAME= python PORTVERSION= 1.5.2 +PORTREVISION= 1 CATEGORIES= lang python MASTER_SITES= ftp://www.python.org/pub/python/src/ \ ftp://ftp.cwi.nl/pub/python/src/ diff --git a/lang/python15/files/Setup b/lang/python15/files/Setup index ec3a6be9631a..19e192a5266f 100644 --- a/lang/python15/files/Setup +++ b/lang/python15/files/Setup @@ -319,7 +319,7 @@ curses cursesmodule.c -lmytinfo -lncurses -ltermcap # Tommy Burnette's 'new' module (creates new empty objects of certain kinds): -#new newmodule.c +new newmodule.c # Generic (SunOS / SVR4) dynamic loading module. diff --git a/lang/python15/pkg-plist b/lang/python15/pkg-plist index df5b5847d0de..21fae6a829f0 100644 --- a/lang/python15/pkg-plist +++ b/lang/python15/pkg-plist @@ -265,6 +265,7 @@ lib/python1.5/lib-dynload/fpectlmodule.so lib/python1.5/lib-dynload/fpetestmodule.so lib/python1.5/lib-dynload/imageop.so lib/python1.5/lib-dynload/md5module.so +lib/python1.5/lib-dynload/newmodule.so lib/python1.5/lib-dynload/nismodule.so lib/python1.5/lib-dynload/parsermodule.so lib/python1.5/lib-dynload/resource.so |