diff options
author | wiz <wiz@pkgsrc.org> | 2020-09-04 09:29:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-09-04 09:29:10 +0000 |
commit | 8ad49dd130c69ce5f57873d51c1438d64875d4c3 (patch) | |
tree | 9514fc7835146dee8cc21f3b0aefe1d946c0d6f6 | |
parent | f2453439c04ad84f0270355fdbfd094d37ee4737 (diff) | |
download | pkgsrc-8ad49dd130c69ce5f57873d51c1438d64875d4c3.tar.gz |
*: remove references to p5-Encode
Encode has been part of perl since ~forever
-rw-r--r-- | devel/bugzilla/Makefile | 5 | ||||
-rw-r--r-- | devel/rt4/Makefile | 6 | ||||
-rw-r--r-- | net/p5-MaxMind-DB-Reader/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Encode-EUCJPASCII/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Encode-HanExtra/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Encode-JIS2K/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-YAML-PP/Makefile | 9 |
7 files changed, 17 insertions, 25 deletions
diff --git a/devel/bugzilla/Makefile b/devel/bugzilla/Makefile index dec6f6d8002..0bf04e6c155 100644 --- a/devel/bugzilla/Makefile +++ b/devel/bugzilla/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2020/08/31 18:07:17 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2020/09/04 09:29:10 wiz Exp $ DISTNAME= bugzilla-5.0.3 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= www devel MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=webtools/} @@ -46,7 +46,6 @@ DEPENDS+= p5-JSON-RPC-[0-9]*:../../www/p5-JSON-RPC DEPENDS+= p5-Test-Taint-[0-9]*:../../devel/p5-Test-Taint DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser DEPENDS+= p5-HTML-Scrubber-[0-9]*:../../www/p5-HTML-Scrubber -DEPENDS+= p5-Encode-[0-9]*:../../textproc/p5-Encode DEPENDS+= p5-Encode-Detect-[0-9]*:../../textproc/p5-Encode-Detect DEPENDS+= p5-Email-Reply-[0-9]*:../../mail/p5-Email-Reply DEPENDS+= p5-HTML-FormatText-WithLinks-[0-9]*:../../textproc/p5-HTML-FormatText-WithLinks diff --git a/devel/rt4/Makefile b/devel/rt4/Makefile index 0093075204d..350ca4eb8f7 100644 --- a/devel/rt4/Makefile +++ b/devel/rt4/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2020/08/31 18:09:20 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2020/09/04 09:29:10 wiz Exp $ DISTNAME= rt-4.2.16 PKGNAME= ${DISTNAME:S/rt/rt4/} -PKGREVISION= 2 -#PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= https://download.bestpractical.com/pub/rt/release/ @@ -39,7 +38,6 @@ DEPENDS+= p5-Devel-StackTrace>=1.19:../../devel/p5-Devel-StackTrace DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA DEPENDS+= p5-Email-Address>=1.897:../../mail/p5-Email-Address DEPENDS+= p5-Email-Address-List-[0-9]*:../../mail/p5-Email-Address-List -DEPENDS+= p5-Encode>=2.64:../../textproc/p5-Encode # Errno is a part of perl base. # File::Glob is a part of perl base. DEPENDS+= p5-File-ShareDir-[0-9]*:../../devel/p5-File-ShareDir diff --git a/net/p5-MaxMind-DB-Reader/Makefile b/net/p5-MaxMind-DB-Reader/Makefile index 2a424c0c1bc..e9d54a16448 100644 --- a/net/p5-MaxMind-DB-Reader/Makefile +++ b/net/p5-MaxMind-DB-Reader/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2020/08/31 18:10:40 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2020/09/04 09:29:10 wiz Exp $ DISTNAME= MaxMind-DB-Reader-1.000014 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MAXMIND/} @@ -16,7 +16,6 @@ DEPENDS+= p5-Data-IEEE754>=0:../../devel/p5-Data-IEEE754 DEPENDS+= p5-Data-Printer>=0:../../devel/p5-Data-Printer DEPENDS+= p5-Data-Validate-IP>=0.25:../../devel/p5-Data-Validate-IP DEPENDS+= p5-DateTime>=0:../../time/p5-DateTime -DEPENDS+= p5-Encode>=0:../../textproc/p5-Encode DEPENDS+= p5-Getopt-Long>=0:../../devel/p5-Getopt-Long DEPENDS+= p5-List-AllUtils>=0:../../devel/p5-List-AllUtils DEPENDS+= p5-Math-BigInt>=0:../../math/p5-Math-BigInt diff --git a/textproc/p5-Encode-EUCJPASCII/Makefile b/textproc/p5-Encode-EUCJPASCII/Makefile index 46c828f5f1d..54bf7697f82 100644 --- a/textproc/p5-Encode-EUCJPASCII/Makefile +++ b/textproc/p5-Encode-EUCJPASCII/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2020/08/31 18:11:46 wiz Exp $ -# +# $NetBSD: Makefile,v 1.6 2020/09/04 09:29:11 wiz Exp $ DISTNAME= Encode-EUCJPASCII-0.03 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/} @@ -14,6 +13,5 @@ LICENSE= ${PERL5_LICENSE} PERL5_PACKLIST= auto/Encode/EUCJPASCII/.packlist -.include "../../textproc/p5-Encode/buildlink3.mk" .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Encode-HanExtra/Makefile b/textproc/p5-Encode-HanExtra/Makefile index 11559b371d7..45831296a2b 100644 --- a/textproc/p5-Encode-HanExtra/Makefile +++ b/textproc/p5-Encode-HanExtra/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2020/08/31 18:11:46 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2020/09/04 09:29:11 wiz Exp $ DISTNAME= Encode-HanExtra-0.23 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/} @@ -18,6 +18,5 @@ BUILD_DEPENDS+= p5-Module-Build-[0-9]*:../../devel/p5-Module-Build PERL5_PACKLIST= auto/Encode/HanExtra/.packlist -.include "../../textproc/p5-Encode/buildlink3.mk" .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Encode-JIS2K/Makefile b/textproc/p5-Encode-JIS2K/Makefile index d9aff8d10f0..61577edabd9 100644 --- a/textproc/p5-Encode-JIS2K/Makefile +++ b/textproc/p5-Encode-JIS2K/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2020/08/31 18:11:47 wiz Exp $ -# +# $NetBSD: Makefile,v 1.6 2020/09/04 09:29:11 wiz Exp $ DISTNAME= Encode-JIS2K-0.03 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/} @@ -14,6 +13,5 @@ LICENSE= ${PERL5_LICENSE} PERL5_PACKLIST= auto/Encode/JIS2K/.packlist -.include "../../textproc/p5-Encode/buildlink3.mk" .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-YAML-PP/Makefile b/textproc/p5-YAML-PP/Makefile index 19050f30a5a..2dabac84887 100644 --- a/textproc/p5-YAML-PP/Makefile +++ b/textproc/p5-YAML-PP/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2020/08/31 18:12:15 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2020/09/04 09:29:11 wiz Exp $ DISTNAME= YAML-PP-0.019 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${HOMEPAGE} @@ -11,10 +11,11 @@ HOMEPAGE= https://cpan.metacpan.org/authors/id/T/TI/TINITA/ COMMENT= Modern, modular YAML processor LICENSE= ${PERL5_LICENSE} +TEST_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep +TEST_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn + PERL5_PACKLIST= auto/YAML/PP/.packlist USE_LANGUAGES= # none -BUILDLINK_API_DEPENDS.p5-Encode+= p5-Encode>=0 -.include "../../textproc/p5-Encode/buildlink3.mk" .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |