diff options
author | reed <reed@pkgsrc.org> | 2009-05-02 16:21:43 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2009-05-02 16:21:43 +0000 |
commit | 676e059275db9203cafa0fa4492108671a29dc8d (patch) | |
tree | 2319be5aa37823896621deeeb9dfec36069a9eca /textproc/p5-XML-SAX/Makefile | |
parent | d547799b004296fcbd3fbfa69fb52c9b7aea87b1 (diff) | |
download | pkgsrc-676e059275db9203cafa0fa4492108671a29dc8d.tar.gz |
Add PREV_PKGPATH and/or SUPERSEDES for various packages that
were moved or renamed.
This was for some from 2008 and 2009 and one from 2001.
Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.
Diffstat (limited to 'textproc/p5-XML-SAX/Makefile')
-rw-r--r-- | textproc/p5-XML-SAX/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-XML-SAX/Makefile b/textproc/p5-XML-SAX/Makefile index 0f6397707d1..c5fbff99fc0 100644 --- a/textproc/p5-XML-SAX/Makefile +++ b/textproc/p5-XML-SAX/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2009/03/08 13:30:47 seb Exp $ +# $NetBSD: Makefile,v 1.25 2009/05/02 16:21:45 reed Exp $ DISTNAME= XML-SAX-0.96 PKGNAME= p5-${DISTNAME} @@ -19,6 +19,8 @@ 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 +SUPERSEDES= p5-XML-SAX-Base-[0-9]* + MAKE_ENV= SKIP_SAX_INSTALL=yes EGSUBDIR= share/examples/p5-XML-SAX CONF_FILES= ${EGSUBDIR}/ParserDetails.ini \ |