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/p5-XML-SAX/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/p5-XML-SAX/Makefile')
-rw-r--r-- | textproc/p5-XML-SAX/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-XML-SAX/Makefile b/textproc/p5-XML-SAX/Makefile index 6d9ad406031..0f6397707d1 100644 --- a/textproc/p5-XML-SAX/Makefile +++ b/textproc/p5-XML-SAX/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2008/10/19 19:18:59 he Exp $ +# $NetBSD: Makefile,v 1.24 2009/03/08 13:30:47 seb Exp $ DISTNAME= XML-SAX-0.96 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} @@ -13,6 +13,8 @@ COMMENT= Perl interface to the SAX2 XML Parser PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews +CONFLICTS+= p5-XML-SAX-Base-[0-9]* + DEPENDS+= p5-XML-NamespaceSupport>=0.03:../../textproc/p5-XML-NamespaceSupport # included in perl>=5.6.1 #DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp |