diff options
-rw-r--r-- | doc/CHANGES-2012 | 3 | ||||
-rw-r--r-- | textproc/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2012 b/doc/CHANGES-2012 index 6788b02bb26..65e0ef257ed 100644 --- a/doc/CHANGES-2012 +++ b/doc/CHANGES-2012 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2012,v 1.2894 2012/09/11 09:02:14 sno Exp $ +$NetBSD: CHANGES-2012,v 1.2895 2012/09/11 09:18:01 sno Exp $ Changes to the packages collection and infrastructure in 2012: @@ -4440,3 +4440,4 @@ Changes to the packages collection and infrastructure in 2012: Updated databases/p5-ORLite to 1.97 [sno 2012-09-11] Updated devel/p5-PPIx-Regexp to 0.028 [sno 2012-09-11] Updated editors/p5-PPIx-EditorTools to 0.17 [sno 2012-09-11] + Added textproc/p5-Text-Patch version 1.8 [sno 2012-09-11] diff --git a/textproc/Makefile b/textproc/Makefile index 01ac0c5f7d3..f9f5dddc58b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.639 2012/08/26 12:13:03 wiz Exp $ +# $NetBSD: Makefile,v 1.640 2012/09/11 09:19:10 sno Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -383,6 +383,7 @@ SUBDIR+= p5-Text-MicroTemplate SUBDIR+= p5-Text-Microformat SUBDIR+= p5-Text-Ngram SUBDIR+= p5-Text-PDF +SUBDIR+= p5-Text-Patch SUBDIR+= p5-Text-Quoted SUBDIR+= p5-Text-RecordParser SUBDIR+= p5-Text-Reflow |