pkgsrc-WIP-changes archive

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

*: comment out p5-DB_File dependency, part of perl



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Tue Sep 1 10:03:57 2020 +0200
Changeset:	da1c9ba84455affefde5cb37d7ceec16ae2d7582

Modified Files:
	p5-WebService-CIA/Makefile
	spamassassin-cvs/Makefile

Log Message:
*: comment out p5-DB_File dependency, part of perl

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=da1c9ba84455affefde5cb37d7ceec16ae2d7582

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 p5-WebService-CIA/Makefile | 4 ++--
 spamassassin-cvs/Makefile  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/p5-WebService-CIA/Makefile b/p5-WebService-CIA/Makefile
index d35c867094..5cb807bfc6 100644
--- a/p5-WebService-CIA/Makefile
+++ b/p5-WebService-CIA/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	WebService-CIA-1.4
 PKGNAME=	p5-${DISTNAME}
-PKGREVISION=	1
+PKGREVISION=	2
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=../by-authors/id/I/IM/IMALPASS/}
 
@@ -11,7 +11,7 @@ HOMEPAGE=		https://cpan.metacpan.org/authors/id/I/IM/IMALPASS/
 COMMENT=		Information from the CIA World Factbook
 
 DEPENDS+=		p5-MLDBM>=2.01:../../databases/p5-MLDBM
-DEPENDS+=		p5-DB_File>=1.8:../../databases/p5-DB_File
+#DEPENDS+=		p5-DB_File>=1.8:../../databases/p5-DB_File
 #DEPENDS+=		p5-Storable>=2.0:../../devel/p5-Storable
 DEPENDS+=		p5-libwww>=2.0:../../www/p5-libwww
 DEPENDS+=		p5-Crypt-SSLeay>=0:../../security/p5-Crypt-SSLeay
diff --git a/spamassassin-cvs/Makefile b/spamassassin-cvs/Makefile
index 3ac56476cf..5cfda07c3b 100644
--- a/spamassassin-cvs/Makefile
+++ b/spamassassin-cvs/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	Mail-SpamAssassin-${_SA_CVS_VER}
 PKGNAME=	spamassassin-cvs-${_SA_CVS_DATE}
-PKGREVISION=	2
+PKGREVISION=	3
 CATEGORIES=	mail
 MASTER_SITES=	http://www.spamassassin.org/devel/		\
 		http://eu.spamassassin.org/devel/		\
@@ -17,7 +17,7 @@ DEPENDS+=	p5-Net-DNS>=0.29:../../net/p5-Net-DNS
 DEPENDS+=	p5-HTML-Parser>=3.29:../../www/p5-HTML-Parser
 DEPENDS+=	p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
 DEPENDS+=	p5-MIME-Base64>=2.11:../../converters/p5-MIME-Base64
-DEPENDS+=	p5-DB_File-[0-9]*:../../databases/p5-DB_File
+#DEPENDS+=	p5-DB_File-[0-9]*:../../databases/p5-DB_File
 
 CONFLICTS=	p5-Mail-SpamAssassin-[1-9]* \
 		spamassassin-[1-9]*


Home | Main Index | Thread Index | Old Index