diff options
author | minskim <minskim@pkgsrc.org> | 2005-10-24 02:27:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-10-24 02:27:47 +0000 |
commit | b67ec8ab6a6c9d7e7c2d02707c0d1be6d21e2411 (patch) | |
tree | 8ccbfcfaeb54d17b7f798a1f8fa585cf4da3babf | |
parent | 8d68968b8f8981a9260f3331d153e017ce3b5195 (diff) | |
download | pkgsrc-b67ec8ab6a6c9d7e7c2d02707c0d1be6d21e2411.tar.gz |
Add zope3.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | www/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index b7773a1580f..0ffc362af66 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11639 2005/10/23 23:15:23 rillig Exp $ +$NetBSD: CHANGES,v 1.11640 2005/10/24 02:27:47 minskim Exp $ Changes to the packages collection and infrastructure in 2005: @@ -4809,3 +4809,4 @@ Changes to the packages collection and infrastructure in 2005: Updated x11/xdaemon2 to 2.0nb3 [rillig 2005-10-23] Updated x11/xteddy2 to 2.0.1nb7 [rillig 2005-10-23] Updated pkgtools/pkglint to 4.29.1 [rillig 2005-10-23] + Added www/zope3 version 3.1.0 [minskim 2005-10-24] diff --git a/www/Makefile b/www/Makefile index af47f035134..19bd3529000 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.414 2005/10/16 05:03:30 minskim Exp $ +# $NetBSD: Makefile,v 1.415 2005/10/24 02:27:47 minskim Exp $ # COMMENT= Packages related to the World Wide Web @@ -353,6 +353,7 @@ SUBDIR+= zope25-ZWiki SUBDIR+= zope25-Zippy SUBDIR+= zope25-colorz SUBDIR+= zope25-zopebook +SUBDIR+= zope3 SUBDIR+= zopeedit .include "../mk/bsd.pkg.subdir.mk" |