diff options
-rw-r--r-- | doc/CHANGES-2011 | 3 | ||||
-rw-r--r-- | textproc/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2011 b/doc/CHANGES-2011 index 7ede5e034f1..d29bbb8a4d0 100644 --- a/doc/CHANGES-2011 +++ b/doc/CHANGES-2011 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2011,v 1.817 2011/04/03 23:02:21 wiz Exp $ +$NetBSD: CHANGES-2011,v 1.818 2011/04/04 08:02:12 manu Exp $ Changes to the packages collection and infrastructure in 2011: @@ -1379,3 +1379,4 @@ Changes to the packages collection and infrastructure in 2011: Updated emulators/suse113_openssl to 11.3nb3 [chs 2011-04-03] Updated emulators/suse113_libxml2 to 11.3nb2 [chs 2011-04-03] mk/bsd.pkg.mk: freeze ended for pkgsrc-2011Q1 branch [wiz 2011-04-03] + Added textproc/p5-XML-Entities-1.0000 [manu 2011-04-04] diff --git a/textproc/Makefile b/textproc/Makefile index 76c63a62517..440ed40413a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.572 2011/03/23 15:13:36 taca Exp $ +# $NetBSD: Makefile,v 1.573 2011/04/04 08:02:12 manu Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -353,6 +353,7 @@ SUBDIR+= p5-XML-DOM SUBDIR+= p5-XML-Dumper SUBDIR+= p5-XML-Elemental SUBDIR+= p5-XML-Encoding +SUBDIR+= p5-XML-Entities SUBDIR+= p5-XML-Feed SUBDIR+= p5-XML-FeedPP SUBDIR+= p5-XML-Filter-BufferText |