pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



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.

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



Home | Main Index | Thread Index | Old Index