diff options
author | seb <seb@pkgsrc.org> | 2009-03-08 13:30:46 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-03-08 13:30:46 +0000 |
commit | 8da11b24b9f2a2c5e9d4c73b145ba57075f9d146 (patch) | |
tree | 77f1b09a35b17c13e35094c13f9a6110805e8edc /textproc/Makefile | |
parent | 78a4768bf4aa8f5c229e0bbca4b227825f28f2f3 (diff) | |
download | pkgsrc-8da11b24b9f2a2c5e9d4c73b145ba57075f9d146.tar.gz |
The package textproc/p5-XML-SAX-Base is at version 1.02, on CPAN
the module XML::SAX:Base is at version 1.04 since 2002, no newer
release is available.
Since about the same time the Perl 5 module XML::SAX includes the
XML::SAX::Base module, the CHANGES file says:
0.11 03 Sep 2002 Matt Sergeant
- Base: Merged in XML::SAX::Base 1.04 (including memory leak fixes)
Hence the packages textproc/p5-XML-SAX-Base and textproc/p5-XML-SAX
are conflicting.
To resolve this situation and as discussed with he@:
- Remove the package textproc/p5-XML-SAX-Base.
- Make textproc/p5-XML-SAX conflicting with the now defunct
textproc/p5-XML-SAX-Base.
Bump PKGREVISION of textproc/p5-XML-SAX to 2.
- Adjust accordingly the dependencies of textproc/p5-XML-SAX-Writer:
make it depend on textproc/p5-XML-SAX.
Bump PKGREVISION of textproc/p5-XML-SAX-Writer to 1.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 49048953f66..56b5c30c961 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.469 2009/03/01 21:26:20 wiz Exp $ +# $NetBSD: Makefile,v 1.470 2009/03/08 13:30:46 seb Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -308,7 +308,6 @@ SUBDIR+= p5-XML-RSS SUBDIR+= p5-XML-RSS-Parser SUBDIR+= p5-XML-RegExp SUBDIR+= p5-XML-SAX -SUBDIR+= p5-XML-SAX-Base SUBDIR+= p5-XML-SAX-Expat SUBDIR+= p5-XML-SAX-Writer SUBDIR+= p5-XML-Sablotron |