diff options
author | minskim <minskim> | 2004-02-17 03:12:16 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-02-17 03:12:16 +0000 |
commit | 4ad62504c144c0dc7be0d5de08b8520f45d8f4b2 (patch) | |
tree | e01615b97c956ac4642f0a6ca52a61c8f622d107 | |
parent | cb8a6bec7e7a49f6128f782ec11202656eaaae1d (diff) | |
download | pkgsrc-4ad62504c144c0dc7be0d5de08b8520f45d8f4b2.tar.gz |
Add and enable p5-Object-Realize-Later.
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | doc/CHANGES | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index f28f2d408e2..743ef969ad7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.459 2004/02/05 09:11:26 markd Exp $ +# $NetBSD: Makefile,v 1.460 2004/02/17 03:12:16 minskim Exp $ # COMMENT= Development utilities @@ -312,6 +312,7 @@ SUBDIR+= p5-Module-Dependency SUBDIR+= p5-Net-CIDR SUBDIR+= p5-Net-Netmask SUBDIR+= p5-OLE-Storage_Lite +SUBDIR+= p5-Object-Realize-Later SUBDIR+= p5-PV SUBDIR+= p5-Params-Validate SUBDIR+= p5-Parse-RecDescent diff --git a/doc/CHANGES b/doc/CHANGES index 23f62ea1f1e..66140f6ce33 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4876 2004/02/17 02:44:12 minskim Exp $ +$NetBSD: CHANGES,v 1.4877 2004/02/17 03:12:16 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -887,3 +887,4 @@ Changes to the packages collection and infrastructure in 2004: Updated p5-Convert-TNEF to 0.17 [chris 2004-02-17] Added p5-User-Identity-0.07 [minskim 2004-02-17] Added p5-MIME-Types-1.12 [minskim 2004-02-17] + Added p5-Object-Realize-Later-0.15 [minskim 2004-02-17] |