pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
*: remove p5-Digest-MD5 dependency
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Fri Sep 4 11:38:43 2020 +0200
Changeset: 99e6b5924c8f814101b45e8209a26dc58259d004
Modified Files:
astguiclient-vicidial/Makefile
koha/Makefile
openca/Makefile
p5-Maypole/Makefile
sdict-tools/Makefile
ssu/Makefile
Log Message:
*: remove p5-Digest-MD5 dependency
Digest::MD5 has been part of perl since 2006 or so.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=99e6b5924c8f814101b45e8209a26dc58259d004
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
astguiclient-vicidial/Makefile | 4 ++--
koha/Makefile | 5 ++---
openca/Makefile | 3 +--
p5-Maypole/Makefile | 3 +--
sdict-tools/Makefile | 4 +---
ssu/Makefile | 4 +---
6 files changed, 8 insertions(+), 15 deletions(-)
diffs:
diff --git a/astguiclient-vicidial/Makefile b/astguiclient-vicidial/Makefile
index b0d03372fd..00de9f750c 100644
--- a/astguiclient-vicidial/Makefile
+++ b/astguiclient-vicidial/Makefile
@@ -2,14 +2,15 @@
DISTNAME= astguiclient_2.13rc1
PKGNAME= vicidial-2.13rc1
+PKGREVISION= 1
CATEGORIES= net devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=astguiclient/}
EXTRACT_SUFX= .zip
-LICENSE= gnu-agpl-v3
MAINTAINER= angelmadames%gmail.com@localhost
HOMEPAGE= https://sourceforge.net/projects/astguiclient/
COMMENT= Asterisk GUI client, VICIdial
+LICENSE= gnu-agpl-v3
NO_BUILD= yes
USE_TOOLS+= perl pax
@@ -27,7 +28,6 @@ INTERACTIVE_STAGE= configure install
# Perl dependencies :
DEPENDS+= p5-DBI>=1.6:../../databases/p5-DBI
DEPENDS+= p5-DBD-mysql>=1.6:../../databases/p5-DBD-mysql
-DEPENDS+= p5-Digest-MD5>=2.5:../../security/p5-Digest-MD5
DEPENDS+= p5-Digest-SHA1>=2.1:../../security/p5-Digest-SHA1
DEPENDS+= p5-Pod-Usage>=1.6:../../devel/p5-Pod-Usage
DEPENDS+= p5-Getopt-Long>=2.5:../../devel/p5-Getopt-Long
diff --git a/koha/Makefile b/koha/Makefile
index cbeb114a5a..fcd2f8d1aa 100644
--- a/koha/Makefile
+++ b/koha/Makefile
@@ -1,20 +1,19 @@
# $NetBSD: Makefile,v 1.5 2012/10/01 21:52:41 asau Exp $
DISTNAME= koha-2.2.9
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://download.savannah.nongnu.org/releases/koha/
-LICENSE= gnu-gpl-v2
MAINTAINER= phil%cs.wwu.edu@localhost
HOMEPAGE= http://koha.org/
COMMENT= Koha is an integrated library system
+LICENSE= gnu-gpl-v2
DEPENDS+= mysql-client>=5.5:../../databases/mysql55-client
DEPENDS+= apache>=2.4:../../www/apache24
DEPENDS+= p5-Date-Calc>=5.4:../../devel/p5-Date-Calc
DEPENDS+= p5-Date-Manip>=5.44:../../devel/p5-Date-Manip
-DEPENDS+= p5-Digest-MD5>=2.35:../../security/p5-Digest-MD5
DEPENDS+= p5-DBD-mysql>=3.0002:../../databases/p5-DBD-mysql
DEPENDS+= p5-DBI>=1.56:../../databases/p5-DBI
DEPENDS+= p5-Event>=1.06:../../devel/p5-Event
diff --git a/openca/Makefile b/openca/Makefile
index 48bd5c2538..e5c46aeca1 100644
--- a/openca/Makefile
+++ b/openca/Makefile
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.7 2014/06/22 19:57:10 thomasklausner Exp $
DISTNAME= openca-0.9.2.5
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openca/}
@@ -14,7 +14,6 @@ DEPENDS+= p5-CGI-Session>=3.95:../../www/p5-CGI-Session
DEPENDS+= p5-Convert-ASN1>=0.17:../../textproc/p5-Convert-ASN1
DEPENDS+= p5-MIME-Base64>=2.20:../../converters/p5-MIME-Base64
DEPENDS+= p5-Digest-SHA1>=2.02:../../security/p5-Digest-SHA1
-DEPENDS+= p5-Digest-MD5>=2.24:../../security/p5-Digest-MD5
DEPENDS+= p5-Digest-HMAC>=1.01:../../security/p5-Digest-HMAC
DEPENDS+= p5-IO-Socket-SSL>=0.92:../../security/p5-IO-Socket-SSL
DEPENDS+= p5-IO-stringy>=2.108:../../devel/p5-IO-stringy
diff --git a/p5-Maypole/Makefile b/p5-Maypole/Makefile
index 7fc406b9a4..d302795e55 100644
--- a/p5-Maypole/Makefile
+++ b/p5-Maypole/Makefile
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.6 2012/10/04 18:42:21 asau Exp $
-#
DISTNAME= Maypole-2.13
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= https://cpan.metacpan.org/authors/id/T/TE/TEEJAY/
@@ -22,7 +22,6 @@ DEPENDS+= p5-Class-DBI-Pager>=0:../../wip/p5-Class-DBI-Pager
DEPENDS+= p5-Class-DBI-Plugin-RetrieveAll>=0:../../wip/p5-Class-DBI-Plugin-RetrieveAll
DEPENDS+= p5-Class-DBI-Plugin-Type>=0:../../wip/p5-Class-DBI-Plugin-Type
DEPENDS+= p5-Class-DBI-SQLite>=0.08:../../wip/p5-Class-DBI-SQLite
-DEPENDS+= p5-Digest-MD5>=0:../../security/p5-Digest-MD5
DEPENDS+= p5-File-MMagic-XS>=0.08:../../misc/p5-File-MMagic-XS
DEPENDS+= p5-HTML-Tree>=0:../../www/p5-HTML-Tree
DEPENDS+= p5-HTTP-Body>=0.5:../../www/p5-HTTP-Body
diff --git a/sdict-tools/Makefile b/sdict-tools/Makefile
index f4d45f5b13..3aa2b5d786 100644
--- a/sdict-tools/Makefile
+++ b/sdict-tools/Makefile
@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.12 2012/10/07 16:22:55 asau Exp $
-#
DISTNAME= ptksdict-1.2.1
PKGNAME= ${DISTNAME:S/ptksdict/sdict-tools/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://sdict.com/rsc/files/
@@ -15,7 +14,6 @@ USE_TOOLS+= gzip tar
DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
DEPENDS+= p5-Crypt-Blowfish-[0-9]*:../../security/p5-Crypt-Blowfish
-DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
DEPENDS+= p5-Tk-[0-9]*:../../x11/p5-Tk
DEPENDS+= p5-IO-Compress-[0-9]*:../../devel/p5-IO-Compress
#DEPENDS+= p5-IO-File-[0-9]*:../../devel/p5-IO-File
diff --git a/ssu/Makefile b/ssu/Makefile
index e57e6f1e63..cb8e5c6c56 100644
--- a/ssu/Makefile
+++ b/ssu/Makefile
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 2012/10/07 16:07:54 asau Exp $
-#
DISTNAME= ssu-0.8
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.yuv.info/~wavexx/hacks/ssu/
EXTRACT_SUFX= .zip
@@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://www.yuv.info/~wavexx/hacks/ssu/
COMMENT= Command-line access to local and remote Source Safe/VSS repositories
-DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
-
REPLACE_PERL= ss ssserv
USE_LANGUAGES= # none
USE_TOOLS+= perl
Home |
Main Index |
Thread Index |
Old Index