diff options
author | jlam <jlam> | 2005-08-06 06:19:03 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-08-06 06:19:03 +0000 |
commit | 604de5eda52e3686a2d4ae3dceebabd648c8beb2 (patch) | |
tree | 01ab92342ff180527d28ec20c4868e49f3c4def1 /multimedia/p5-xmltv | |
parent | ea18d090b4d53d531b6357763a668e6a12f80f37 (diff) | |
download | pkgsrc-604de5eda52e3686a2d4ae3dceebabd648c8beb2.tar.gz |
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
Diffstat (limited to 'multimedia/p5-xmltv')
-rw-r--r-- | multimedia/p5-xmltv/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/p5-xmltv/Makefile b/multimedia/p5-xmltv/Makefile index c4ce26b373a..149203161ed 100644 --- a/multimedia/p5-xmltv/Makefile +++ b/multimedia/p5-xmltv/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2005/07/13 18:01:34 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/08/06 06:19:24 jlam Exp $ DISTNAME= xmltv-0.5.40 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= multimedia perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmltv/} EXTRACT_SUFX= .tar.bz2 @@ -40,8 +41,6 @@ DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib DEPENDS+= p5-HTTP-Cache-Transparent-[0-9]*:../../www/p5-HTTP-Cache-Transparent -PERL5_REQD?= 5.6.0 - PKG_INSTALLATION_TYPES= overwrite pkgviews PERL5_PACKLIST= auto/XMLTV/.packlist |