diff options
-rw-r--r-- | doc/CHANGES | 4 | ||||
-rw-r--r-- | net/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 593152aeae6..bbadd44be01 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7641 2004/11/01 20:39:14 jdolecek Exp $ +$NetBSD: CHANGES,v 1.7642 2004/11/01 20:45:15 jdolecek Exp $ Changes to the packages collection and infrastructure in 2004: @@ -5001,7 +5001,7 @@ Changes to the packages collection and infrastructure in 2004: Added php5-sqlite-5.0.2 [jdolecek 2004-10-31] Updated p5-Pod-Simple to 3.02nb1 [seb 2004-10-31] Updated p5-Test-Pod to 1.20nb1 [seb 2004-10-31] - Added pear-DIME-0.3 [jdolecek 2004-11-01] + Added pear-Net_DIME-0.3 [jdolecek 2004-11-01] Updated automake to 1.9.3 [wiz 2004-11-01] Added pear-Mail_Mime-1.2.1 [jdolecek 2004-11-01] Added pear-Net_URL-1.0.10 [jdolecek 2004-11-01] diff --git a/net/Makefile b/net/Makefile index 0ee06bbd32f..ba002b07ffd 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.506 2004/11/01 20:39:15 jdolecek Exp $ +# $NetBSD: Makefile,v 1.507 2004/11/01 20:45:16 jdolecek Exp $ # COMMENT= Networking tools @@ -255,7 +255,7 @@ SUBDIR+= p5-Wais SUBDIR+= p5-ispman SUBDIR+= pchar SUBDIR+= pconsole -SUBDIR+= pear-DIME +SUBDIR+= pear-Net_DIME SUBDIR+= pear-Net_URL SUBDIR+= pen SUBDIR+= pfnet |