diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-01-29 14:13:10 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-01-29 14:13:10 +0000 |
commit | 3337237bb495be3bbb2c56c5a3faf77d1afaa904 (patch) | |
tree | 2782b0314a32416d4e2be77bef8fa10be36e3a9c /lang | |
parent | o migrate to MASTER_SITE_SOURCEWARE and USE_BZIP2. (diff) |
Add the `new' module to the build, it's needed by Zope-2.3.0.
Bump PORTREVISION.
Requested by: nbm
Notes
Notes:
svn path=/head/; revision=37738
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 |