summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile3
-rw-r--r--doc/CHANGES3
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 17acb89e7c8..b90ff5a9e50 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.548 2004/10/21 04:22:31 xtraeme Exp $
+# $NetBSD: Makefile,v 1.549 2004/10/23 00:23:20 minskim Exp $
#
COMMENT= Development utilities
@@ -292,6 +292,7 @@ SUBDIR+= p5-Carp-Assert
SUBDIR+= p5-Class-Accessor
SUBDIR+= p5-Class-Container
SUBDIR+= p5-Class-Data-Inheritable
+SUBDIR+= p5-Class-Factory
SUBDIR+= p5-Class-Fields
SUBDIR+= p5-Class-Loader
SUBDIR+= p5-Class-MethodMaker
diff --git a/doc/CHANGES b/doc/CHANGES
index 1c4b68e39de..5a2b21ad2d0 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7526 2004/10/22 18:30:42 jmmv Exp $
+$NetBSD: CHANGES,v 1.7527 2004/10/23 00:23:20 minskim Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -4819,3 +4819,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated kmymoney2 to 0.6.2 [jdolecek 2004-10-22]
Updated aumix to 2.8nb6 [jmmv 2004-10-22]
Added aumix-gtk-2.8 [jmmv 2004-10-22]
+ Added p5-Class-Factory-1.00 [minskim 2004-10-23]