Received: by mail.netbsd.org (Postfix, from userid 605) id 8FB1984D7F; Fri, 4 Sep 2020 14:12:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 163EF84D46 for ; Fri, 4 Sep 2020 14:12:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id SK5l6YS2W0kj for ; Fri, 4 Sep 2020 14:12:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8FAD184D31 for ; Fri, 4 Sep 2020 14:12:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 87589FB28; Fri, 4 Sep 2020 14:12:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599228730273830" MIME-Version: 1.0 Date: Fri, 4 Sep 2020 14:12:10 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200904141210.87589FB28@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. --_----------=_1599228730273830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Sep 4 14:12:10 UTC 2020 Modified Files: pkgsrc/devel/p5-Taint-Util: Makefile pkgsrc/security/p5-Crypt-SMIME: Makefile Log Message: *: remove p5-XSLoader, part of perl To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-Taint-Util/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/p5-Crypt-SMIME/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599228730273830 Content-Disposition: inline Content-Length: 1824 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Taint-Util/Makefile diff -u pkgsrc/devel/p5-Taint-Util/Makefile:1.5 pkgsrc/devel/p5-Taint-Util/Makefile:1.6 --- pkgsrc/devel/p5-Taint-Util/Makefile:1.5 Mon Aug 31 18:08:54 2020 +++ pkgsrc/devel/p5-Taint-Util/Makefile Fri Sep 4 14:12:10 2020 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2020/08/31 18:08:54 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2020/09/04 14:12:10 wiz Exp $ DISTNAME= Taint-Util-0.08 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel MASTER_SITES= https://cpan.metacpan.org/authors/id/A/AV/AVAR/ @@ -11,8 +11,6 @@ HOMEPAGE= https://cpan.metacpan.org/auth COMMENT= Perl5 test for and flip the taint flag without regex matches or eval LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-XSLoader>=0:../../devel/p5-XSLoader - PERL5_PACKLIST= auto/Taint/Util/.packlist .include "../../lang/perl5/module.mk" Index: pkgsrc/security/p5-Crypt-SMIME/Makefile diff -u pkgsrc/security/p5-Crypt-SMIME/Makefile:1.6 pkgsrc/security/p5-Crypt-SMIME/Makefile:1.7 --- pkgsrc/security/p5-Crypt-SMIME/Makefile:1.6 Mon Aug 31 18:11:15 2020 +++ pkgsrc/security/p5-Crypt-SMIME/Makefile Fri Sep 4 14:12:10 2020 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2020/08/31 18:11:15 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2020/09/04 14:12:10 wiz Exp $ DISTNAME= Crypt-SMIME-0.25 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= security MASTER_SITES= https://cpan.metacpan.org/authors/id/M/MI/MIKAGE/ @@ -11,8 +11,6 @@ HOMEPAGE= https://cpan.metacpan.org/auth COMMENT= Perl5 S/MIME message signing, verification, encryption and decryption LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-XSLoader>=0:../../devel/p5-XSLoader - PERL5_PACKLIST= auto/Crypt/SMIME/.packlist BUILD_DEPENDS+= p5-ExtUtils-PkgConfig-[0-9]*:../../devel/p5-ExtUtils-PkgConfig --_----------=_1599228730273830--