summaryrefslogtreecommitdiff
path: root/www/zope
diff options
context:
space:
mode:
authortsarna <tsarna@pkgsrc.org>1998-12-23 06:40:15 +0000
committertsarna <tsarna@pkgsrc.org>1998-12-23 06:40:15 +0000
commitada8a940436218ade7b5756c0cd1ad3af8e29cb5 (patch)
tree40df2173757dcf58bec8f648eb9b336b7d622333 /www/zope
parent3e0e975c1915ead39b4a78f7b336da3f34b54983 (diff)
downloadpkgsrc-ada8a940436218ade7b5756c0cd1ad3af8e29cb5.tar.gz
Upgrade to 1.9.0 release.
Also, don't build zlib. The zlib module included with the python pkg is fine.
Diffstat (limited to 'www/zope')
-rw-r--r--www/zope/Makefile8
-rw-r--r--www/zope/files/md54
-rw-r--r--www/zope/patches/patch-aa12
3 files changed, 18 insertions, 6 deletions
diff --git a/www/zope/Makefile b/www/zope/Makefile
index 5470c39b12e..d6d54a784d2 100644
--- a/www/zope/Makefile
+++ b/www/zope/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 1998/12/18 00:39:02 tsarna Exp $
+# $NetBSD: Makefile,v 1.3 1998/12/23 06:40:15 tsarna Exp $
#
-DISTNAME= Zope-1.9.0b3-src
-PKGNAME= zope-1.9.0b3
+DISTNAME= Zope-1.9.0-src
+PKGNAME= zope-1.9.0
CATEGORIES= www
-MASTER_SITES= http://www.zope.org/Download/Releases/Zope-1.9.0b3/
+MASTER_SITES= http://www.zope.org/Download/Releases/Zope-1.9.0/
MAINTAINER= tsarna@netbsd.org
HOMEPAGE= http://www.zope.org/
diff --git a/www/zope/files/md5 b/www/zope/files/md5
index a0dbfa26d1f..c4614cb2e70 100644
--- a/www/zope/files/md5
+++ b/www/zope/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.2 1998/12/18 00:39:02 tsarna Exp $
+$NetBSD: md5,v 1.3 1998/12/23 06:40:15 tsarna Exp $
-MD5 (Zope-1.9.0b3-src.tar.gz) = 00f3694d9f36b95eb59aa5be7cbca53f
+MD5 (Zope-1.9.0-src.tar.gz) = 2d01b565f806b1c22736af7460313f8f
diff --git a/www/zope/patches/patch-aa b/www/zope/patches/patch-aa
new file mode 100644
index 00000000000..4b458164496
--- /dev/null
+++ b/www/zope/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 1998/12/23 06:40:15 tsarna Exp $
+
+--- lib/python/Setup.orig Wed Dec 23 00:13:53 1998
++++ lib/python/Setup Wed Dec 23 00:17:20 1998
+@@ -12,4 +12,6 @@
+ cStringIO ../Components/cPickle/cStringIO.c
+ cPickle ../Components/cPickle/cPickle.c
+
+-zlib ../Components/zlib/zlib.c -I../Components/zlib ../Components/zlib/adler32.c ../Components/zlib/compress.c ../Components/zlib/crc32.c ../Components/zlib/gzio.c ../Components/zlib/uncompr.c ../Components/zlib/deflate.c ../Components/zlib/trees.c ../Components/zlib/zutil.c ../Components/zlib/inflate.c ../Components/zlib/infblock.c ../Components/zlib/inftrees.c ../Components/zlib/infcodes.c ../Components/zlib/infutil.c ../Components/zlib/inffast.c
++# This is already in NetBSD's Python package
++#
++#zlib ../Components/zlib/zlib.c -I../Components/zlib ../Components/zlib/adler32.c ../Components/zlib/compress.c ../Components/zlib/crc32.c ../Components/zlib/gzio.c ../Components/zlib/uncompr.c ../Components/zlib/deflate.c ../Components/zlib/trees.c ../Components/zlib/zutil.c ../Components/zlib/inflate.c ../Components/zlib/infblock.c ../Components/zlib/inftrees.c ../Components/zlib/infcodes.c ../Components/zlib/infutil.c ../Components/zlib/inffast.c