diff options
-rw-r--r-- | doc/CHANGES-2009 | 3 | ||||
-rw-r--r-- | textproc/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index e8fc93ee0a9..fe03327a46c 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.1182 2009/03/22 21:53:58 sno Exp $ +$NetBSD: CHANGES-2009,v 1.1183 2009/03/22 22:04:44 sno Exp $ Changes to the packages collection and infrastructure in 2009: @@ -1580,3 +1580,4 @@ Changes to the packages collection and infrastructure in 2009: Added sysutils/p5-Filesys-Df version 0.92 [sno 2009-03-22] Added sysutils/p5-Filesys-DfPortable version 0.85 [sno 2009-03-22] Added sysutils/p5-Filesys-Statvfs version 0.82 [sno 2009-03-22] + Added textproc/p5-Pod-Parser version 1.38 [sno 2009-03-22] diff --git a/textproc/Makefile b/textproc/Makefile index 56b5c30c961..3e884507346 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.470 2009/03/08 13:30:46 seb Exp $ +# $NetBSD: Makefile,v 1.471 2009/03/22 22:04:44 sno Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -218,6 +218,7 @@ SUBDIR+= p5-PPI-HTML SUBDIR+= p5-Pod-Coverage SUBDIR+= p5-Pod-Escapes SUBDIR+= p5-Pod-POM +SUBDIR+= p5-Pod-Parser SUBDIR+= p5-Pod-Readme SUBDIR+= p5-Pod-Simple SUBDIR+= p5-Pod-Spell |