diff options
-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" |