summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-09-04 10:13:40 +0000
committerwiz <wiz@pkgsrc.org>2020-09-04 10:13:40 +0000
commit6543821872a3928a077fbbbaa0cd5a56dfe83b89 (patch)
tree862c1fb5aeb00453e813150da0bf943f8c0a4133
parentfe34fe3718c813bc20d05b7e220232bd5309ae56 (diff)
downloadpkgsrc-6543821872a3928a077fbbbaa0cd5a56dfe83b89.tar.gz
*: remove dependency on p5-Archive-Tar, which is part of perl
-rw-r--r--archivers/p5-Archive-Any/Makefile6
-rw-r--r--net/oinkmaster/options.mk3
-rw-r--r--net/pulledpork/Makefile8
3 files changed, 5 insertions, 12 deletions
diff --git a/archivers/p5-Archive-Any/Makefile b/archivers/p5-Archive-Any/Makefile
index c7db234e11f..3ea4f06d614 100644
--- a/archivers/p5-Archive-Any/Makefile
+++ b/archivers/p5-Archive-Any/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2020/08/31 18:06:31 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2020/09/04 10:13:40 wiz Exp $
DISTNAME= Archive-Any-0.0946
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= archivers perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/}
@@ -11,8 +11,6 @@ HOMEPAGE= https://metacpan.org/release/Archive-Any
COMMENT= Perl5 module with single interface to deal with archives
LICENSE= ${PERL5_LICENSE}
-#DEPENDS+= {perl>=5.9.3,p5-Archive-Tar>=0.22}:../../archivers/p5-Archive-Tar
-DEPENDS+= p5-Archive-Tar>=0:../../archivers/p5-Archive-Tar
DEPENDS+= p5-Archive-Zip>=0:../../archivers/p5-Archive-Zip
DEPENDS+= p5-File-MMagic>=0:../../misc/p5-File-MMagic
DEPENDS+= p5-MIME-Types>=0:../../mail/p5-MIME-Types
diff --git a/net/oinkmaster/options.mk b/net/oinkmaster/options.mk
index 9c0f3435cac..a1f096e9d68 100644
--- a/net/oinkmaster/options.mk
+++ b/net/oinkmaster/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2019/11/03 11:45:45 rillig Exp $
+# $NetBSD: options.mk,v 1.4 2020/09/04 10:13:40 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.oinkmaster
@@ -11,7 +11,6 @@ PKG_OPTIONS_LEGACY_OPTS+= oinkmaster-perl-tools:perl
### Use perl tools for downloading rule files
###
.if !empty(PKG_OPTIONS:Mperl)
-DEPENDS+= p5-Archive-Tar-[0-9]*:../../archivers/p5-Archive-Tar
DEPENDS+= p5-IO-Zlib-[0-9]*:../../devel/p5-IO-Zlib
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
.else
diff --git a/net/pulledpork/Makefile b/net/pulledpork/Makefile
index 4c6825d65f5..3a5a997a7f0 100644
--- a/net/pulledpork/Makefile
+++ b/net/pulledpork/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2020/09/04 09:39:58 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2020/09/04 10:13:40 wiz Exp $
DISTNAME= pulledpork-0.7.3
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=shirkdog/}
@@ -18,14 +18,10 @@ REPLACE_PERL+= contrib/oink-conv.pl
WRKSRC= ${WRKDIR}/pulledpork-${PKGVERSION_NOREV}
BUILD_DEFS+= VARBASE
-# File/Find.pm is a part of lang/perl5
-# File/Basename.pm is a part of lang/perl5
-# File/Copy.pm is a part of lang/perl5
DEPENDS+= p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay
DEPENDS+= p5-Sys-Syslog-[0-9]*:../../sysutils/p5-Sys-Syslog
DEPENDS+= p5-File-Path-[0-9]*:../../devel/p5-File-Path
DEPENDS+= p5-Getopt-Long-[0-9]*:../../devel/p5-Getopt-Long
-DEPENDS+= p5-Archive-Tar-[0-9]*:../../archivers/p5-Archive-Tar
DEPENDS+= p5-PathTools-[0-9]*:../../devel/p5-PathTools
DEPENDS+= p5-Data-Dumper-[0-9]*:../../devel/p5-Data-Dumper
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww