pkgsrc-WIP-changes archive

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

*: remove p5-IO-Compress dependency, part of perl



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Fri Sep 4 12:52:54 2020 +0200
Changeset:	762d3a09fb0f1543953fc808607497e355dff87c

Modified Files:
	p5-Catalyst-Plugin-Compress-Zlib/Makefile
	p5-Text-Quote/Makefile
	sdict-tools/Makefile
	vacuum/Makefile

Log Message:
*: remove p5-IO-Compress 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=762d3a09fb0f1543953fc808607497e355dff87c

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

diffstat:
 p5-Catalyst-Plugin-Compress-Zlib/Makefile | 3 +--
 p5-Text-Quote/Makefile                    | 2 +-
 sdict-tools/Makefile                      | 3 +--
 vacuum/Makefile                           | 4 +---
 4 files changed, 4 insertions(+), 8 deletions(-)

diffs:
diff --git a/p5-Catalyst-Plugin-Compress-Zlib/Makefile b/p5-Catalyst-Plugin-Compress-Zlib/Makefile
index 12e27a915f..5e7cf5a90e 100644
--- a/p5-Catalyst-Plugin-Compress-Zlib/Makefile
+++ b/p5-Catalyst-Plugin-Compress-Zlib/Makefile
@@ -2,6 +2,7 @@
 
 DISTNAME=	Catalyst-Plugin-Compress-Zlib-0.06
 PKGNAME=	p5-${DISTNAME}
+PKGREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=../by-authors/id/M/MS/MSTROUT/}
 
@@ -9,11 +10,9 @@ MAINTAINER=	noud4%users.sourceforge.net@localhost
 HOMEPAGE=	https://metacpan.org/release/Catalyst-Plugin-Compress-Zlib
 COMMENT=	Gzip compress response if client supports it.
 
-DEPENDS+=	p5-IO-Compress>=0:../../devel/p5-IO-Compress
 DEPENDS+=	p5-ExtUtils-MakeMaker>=0:../../devel/p5-ExtUtils-MakeMaker
 DEPENDS+=	p5-Catalyst-Runtime>=2.99:../../www/p5-Catalyst-Runtime
 
-
 PERL5_PACKLIST=	auto/Catalyst/Plugin/Compress/Zlib/.packlist
 
 .include "../../lang/perl5/module.mk"
diff --git a/p5-Text-Quote/Makefile b/p5-Text-Quote/Makefile
index 09d9a3ba91..c998b5a75b 100644
--- a/p5-Text-Quote/Makefile
+++ b/p5-Text-Quote/Makefile
@@ -2,6 +2,7 @@
 
 DISTNAME=	Text-Quote-0.32
 PKGNAME=	p5-${DISTNAME}
+PKGREVISION=	1
 CATEGORIES=	perl5 devel
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Text/}
 
@@ -10,7 +11,6 @@ HOMEPAGE=	https://metacpan.org/release/Text-Quote
 COMMENT=	Quotes strings as required for perl to eval them back correctly
 
 DEPENDS+=	p5-Carp-Assert>=0.13:../../devel/p5-Carp-Assert
-DEPENDS+=	p5-IO-Compress-[0-9]*:../../devel/p5-IO-Compress
 DEPENDS+=	p5-MIME-Base64>=2.12:../../converters/p5-MIME-Base64
 
 PERL5_PACKLIST=	auto/Text/Quote/.packlist
diff --git a/sdict-tools/Makefile b/sdict-tools/Makefile
index 3aa2b5d786..68476099f1 100644
--- a/sdict-tools/Makefile
+++ b/sdict-tools/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	ptksdict-1.2.1
 PKGNAME=	${DISTNAME:S/ptksdict/sdict-tools/}
-PKGREVISION=	2
+PKGREVISION=	3
 CATEGORIES=	textproc
 MASTER_SITES=	http://sdict.com/rsc/files/
 
@@ -15,7 +15,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-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
 DEPENDS+=	p5-IO-All-[0-9]*:../../devel/p5-IO-All
 DEPENDS+=	p5-Getopt-Long-[0-9]*:../../devel/p5-Getopt-Long
diff --git a/vacuum/Makefile b/vacuum/Makefile
index d7639fd05a..53cab0b6ea 100644
--- a/vacuum/Makefile
+++ b/vacuum/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.3 2012/10/07 17:41:40 asau Exp $
-#
 
 DISTNAME=	vacuum-0.7
+PKGREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=vacuum/}
 
@@ -11,10 +11,8 @@ COMMENT=	Vacuum Magic, a fast-paced action game
 LICENSE=	gnu-gpl-v2
 
 DEPENDS+=	p5-SDL>=1.20.0:../../devel/p5-SDL
-DEPENDS+=	p5-IO-Compress-[0-9]*:../../devel/p5-IO-Compress
 DEPENDS+=	p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
 
-
 GNU_CONFIGURE=	yes
 USE_LANGUAGES=	# none
 USE_TOOLS+=	perl


Home | Main Index | Thread Index | Old Index