Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc *: remove p5-Digest-MD5 dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c068eddd048d
branches:  trunk
changeset: 437983:c068eddd048d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 04 09:39:57 2020 +0000

description:
*: remove p5-Digest-MD5 dependency

Digest::MD5 has been part of perl since 2006 or so

diffstat:

 devel/p5-TheSchwartz/Makefile |  5 ++---
 mail/swaks/Makefile           |  5 ++---
 net/lftp/options.mk           |  3 +--
 net/pulledpork/Makefile       |  5 ++---
 security/p5-Net-SSH/Makefile  |  5 ++---
 5 files changed, 9 insertions(+), 14 deletions(-)

diffs (103 lines):

diff -r bd2ba48bc07b -r c068eddd048d devel/p5-TheSchwartz/Makefile
--- a/devel/p5-TheSchwartz/Makefile     Fri Sep 04 09:29:54 2020 +0000
+++ b/devel/p5-TheSchwartz/Makefile     Fri Sep 04 09:39:57 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2020/08/31 18:09:10 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2020/09/04 09:39:57 wiz Exp $
 
 DISTNAME=              TheSchwartz-1.12
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           4
+PKGREVISION=           5
 CATEGORIES=            devel perl5
 MASTER_SITES=          http://search.cpan.org/CPAN/authors/id/J/JF/JFEARN/
 
@@ -12,7 +12,6 @@
 LICENSE=               artistic-2.0
 
 DEPENDS+=              p5-Data-ObjectDriver>=0.04:../../devel/p5-Data-ObjectDriver
-DEPENDS+=              p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
 #DEPENDS+=             p5-Storable-[0-9]*:../../devel/p5-Storable
 
 PERL5_MODULE_TYPE=     Module::Build
diff -r bd2ba48bc07b -r c068eddd048d mail/swaks/Makefile
--- a/mail/swaks/Makefile       Fri Sep 04 09:29:54 2020 +0000
+++ b/mail/swaks/Makefile       Fri Sep 04 09:39:57 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2020/08/31 18:10:09 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2020/09/04 09:39:57 wiz Exp $
 
 DISTNAME=              swaks-20190914.0
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            mail
 MASTER_SITES=          ${HOMEPAGE}files/
 
@@ -11,7 +11,6 @@
 LICENSE=               gnu-gpl-v2
 
 DEPENDS+=              p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
-DEPENDS+=              p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
 DEPENDS+=              p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA
 #DEPENDS+=             p5-Authen-NTLM (not in pkgsrc)
 DEPENDS+=              p5-Authen-SASL-[0-9]*:../../security/p5-Authen-SASL
diff -r bd2ba48bc07b -r c068eddd048d net/lftp/options.mk
--- a/net/lftp/options.mk       Fri Sep 04 09:29:54 2020 +0000
+++ b/net/lftp/options.mk       Fri Sep 04 09:39:57 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.15 2019/11/03 11:45:39 rillig Exp $
+# $NetBSD: options.mk,v 1.16 2020/09/04 09:39:57 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.lftp
 PKG_OPTIONS_OPTIONAL_GROUPS=   ssl
@@ -28,7 +28,6 @@
 
 .if !empty(PKG_OPTIONS:Mperl)
 USE_TOOLS+=            perl:run
-DEPENDS+=              p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
 DEPENDS+=              p5-String-CRC32-[0-9]*:../../textproc/p5-String-CRC32
 REPLACE_PERL+=         src/convert-mozilla-cookies src/verify-file
 PLIST.perl=            yes
diff -r bd2ba48bc07b -r c068eddd048d net/pulledpork/Makefile
--- a/net/pulledpork/Makefile   Fri Sep 04 09:29:54 2020 +0000
+++ b/net/pulledpork/Makefile   Fri Sep 04 09:39:57 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2020/08/31 18:10:52 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2020/09/04 09:39:58 wiz Exp $
 
 DISTNAME=      pulledpork-0.7.3
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=shirkdog/}
 
@@ -23,7 +23,6 @@
 # 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-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
 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
diff -r bd2ba48bc07b -r c068eddd048d security/p5-Net-SSH/Makefile
--- a/security/p5-Net-SSH/Makefile      Fri Sep 04 09:29:54 2020 +0000
+++ b/security/p5-Net-SSH/Makefile      Fri Sep 04 09:39:57 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2020/08/31 18:11:19 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2020/09/04 09:39:58 wiz Exp $
 
 DISTNAME=              Net-SSH-Perl-2.14
 PKGNAME=               p5-${DISTNAME:C/-Perl//}
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            security net perl5
 MASTER_SITES=          http://search.cpan.org/CPAN/authors/id/S/SC/SCHWIGON/
 
@@ -16,7 +16,6 @@
 DEPENDS+=              p5-Digest-BubbleBabble>=0.01:../../security/p5-Digest-BubbleBabble
 DEPENDS+=              p5-Math-GMP>=1.04:../../math/p5-Math-GMP
 DEPENDS+=              p5-String-CRC32>=1.2:../../textproc/p5-String-CRC32
-DEPENDS+=              p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
 DEPENDS+=              p5-Crypt-Curve25519>=0.05:../../security/p5-Crypt-Curve25519
 DEPENDS+=              p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
 DEPENDS+=              p5-Crypt-IDEA-[0-9]*:../../security/p5-Crypt-IDEA



Home | Main Index | Thread Index | Old Index