diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | textproc/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index b24c69e3018..1f2b04329e3 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5873 2004/05/09 04:44:26 minskim Exp $ +$NetBSD: CHANGES,v 1.5874 2004/05/09 05:21:53 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -2421,3 +2421,4 @@ Changes to the packages collection and infrastructure in 2004: Updated tkpasman to 2.2anb3 [jmmv 2004-05-08] Updated vsftpd to 1.2.2 [salo 2004-05-09] Added xmmsctrl-1.6 [minskim 2004-05-09] + Added p5-XML-Sablotron-0.98 [minskim 2004-05-09] diff --git a/textproc/Makefile b/textproc/Makefile index a3572a54007..44593aa75c7 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.245 2004/04/29 23:58:56 minskim Exp $ +# $NetBSD: Makefile,v 1.246 2004/05/09 05:21:53 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -165,6 +165,7 @@ SUBDIR+= p5-XML-Node SUBDIR+= p5-XML-Parser SUBDIR+= p5-XML-RSS SUBDIR+= p5-XML-RegExp +SUBDIR+= p5-XML-Sablotron SUBDIR+= p5-XML-SAX SUBDIR+= p5-XML-SAX-Expat SUBDIR+= p5-XML-Simple |