Received: by mail.netbsd.org (Postfix, from userid 605) id 3C42284D90; Fri, 4 Sep 2020 10:13:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 23DEB84CEC for ; Fri, 4 Sep 2020 10:13:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id iy4BJR5S8jpy for ; Fri, 4 Sep 2020 10:13:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8608A84D61 for ; Fri, 4 Sep 2020 10:13:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 15149FB29; Fri, 4 Sep 2020 10:13:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15992144213530" MIME-Version: 1.0 Date: Fri, 4 Sep 2020 10:13:41 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200904101341.15149FB29@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15992144213530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Sep 4 10:13:41 UTC 2020 Modified Files: pkgsrc/archivers/p5-Archive-Any: Makefile pkgsrc/net/oinkmaster: options.mk pkgsrc/net/pulledpork: Makefile Log Message: *: remove dependency on p5-Archive-Tar, which is part of perl To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/archivers/p5-Archive-Any/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/oinkmaster/options.mk cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/pulledpork/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15992144213530 Content-Disposition: inline Content-Length: 3045 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/p5-Archive-Any/Makefile diff -u pkgsrc/archivers/p5-Archive-Any/Makefile:1.23 pkgsrc/archivers/p5-Archive-Any/Makefile:1.24 --- pkgsrc/archivers/p5-Archive-Any/Makefile:1.23 Mon Aug 31 18:06:31 2020 +++ pkgsrc/archivers/p5-Archive-Any/Makefile Fri Sep 4 10:13:40 2020 @@ -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/A 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 Index: pkgsrc/net/oinkmaster/options.mk diff -u pkgsrc/net/oinkmaster/options.mk:1.3 pkgsrc/net/oinkmaster/options.mk:1.4 --- pkgsrc/net/oinkmaster/options.mk:1.3 Sun Nov 3 11:45:45 2019 +++ pkgsrc/net/oinkmaster/options.mk Fri Sep 4 10:13:40 2020 @@ -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-per ### 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 Index: pkgsrc/net/pulledpork/Makefile diff -u pkgsrc/net/pulledpork/Makefile:1.7 pkgsrc/net/pulledpork/Makefile:1.8 --- pkgsrc/net/pulledpork/Makefile:1.7 Fri Sep 4 09:39:58 2020 +++ pkgsrc/net/pulledpork/Makefile Fri Sep 4 10:13:40 2020 @@ -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 --_----------=_15992144213530--