pkgsrc-WIP-changes archive

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

*: remove p5-Encode dependency



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

Modified Files:
	bugzilla/Makefile
	harmony/Makefile
	p5-HTML-Formatter/Makefile
	p5-MediaWiki-API/Makefile
	py-booktype/Makefile

Log Message:
*: remove p5-Encode dependency

Encode is part of perl since ~forever

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

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

diffstat:
 bugzilla/Makefile          | 2 +-
 harmony/Makefile           | 2 +-
 p5-HTML-Formatter/Makefile | 2 +-
 p5-MediaWiki-API/Makefile  | 2 +-
 py-booktype/Makefile       | 3 +--
 5 files changed, 5 insertions(+), 6 deletions(-)

diffs:
diff --git a/bugzilla/Makefile b/bugzilla/Makefile
index 817c02aae1..21b41c2020 100644
--- a/bugzilla/Makefile
+++ b/bugzilla/Makefile
@@ -1,6 +1,7 @@
 # $NetBSD: Makefile,v 1.26 2017/01/16 14:06:43 mef Exp $
 
 DISTNAME=	bugzilla-5.1.1
+PKGREVISION=	1
 CATEGORIES=	www devel
 MASTER_SITES=	${MASTER_SITE_MOZILLA_ALL:=webtools/}
 
@@ -44,7 +45,6 @@ DEPENDS+=	p5-JSON-RPC-[0-9]*:../../www/p5-JSON-RPC
 DEPENDS+=	p5-Test-Taint-[0-9]*:../../devel/p5-Test-Taint
 DEPENDS+=	p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
 DEPENDS+=	p5-HTML-Scrubber-[0-9]*:../../www/p5-HTML-Scrubber
-DEPENDS+=	p5-Encode-[0-9]*:../../textproc/p5-Encode
 DEPENDS+=	p5-Encode-Detect-[0-9]*:../../textproc/p5-Encode-Detect
 DEPENDS+=	p5-Email-Reply-[0-9]*:../../mail/p5-Email-Reply
 DEPENDS+=	p5-HTML-FormatText-WithLinks-[0-9]*:../../textproc/p5-HTML-FormatText-WithLinks
diff --git a/harmony/Makefile b/harmony/Makefile
index d25971d7de..3e17576b68 100644
--- a/harmony/Makefile
+++ b/harmony/Makefile
@@ -4,6 +4,7 @@ GITHUB_TAG=	a7bb5a65b71644d9efce5fed783ed545b9336548
 GITHUB_PROJECT=	harmony
 DISTNAME=	harmony-${GITHUB_TAG}
 PKGNAME=	harmony-0.0.20181014
+PKGREVISION=	1
 CATEGORIES=	www devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=bugzilla/}
 
@@ -53,7 +54,6 @@ DEPENDS+=	p5-JSON-RPC-[0-9]*:../../www/p5-JSON-RPC
 DEPENDS+=	p5-Test-Taint-[0-9]*:../../devel/p5-Test-Taint
 DEPENDS+=	p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
 DEPENDS+=	p5-HTML-Scrubber-[0-9]*:../../www/p5-HTML-Scrubber
-DEPENDS+=	p5-Encode-[0-9]*:../../textproc/p5-Encode
 DEPENDS+=	p5-Encode-Detect-[0-9]*:../../textproc/p5-Encode-Detect
 DEPENDS+=	p5-Email-Reply-[0-9]*:../../mail/p5-Email-Reply
 DEPENDS+=	p5-HTML-FormatText-WithLinks-[0-9]*:../../textproc/p5-HTML-FormatText-WithLinks
diff --git a/p5-HTML-Formatter/Makefile b/p5-HTML-Formatter/Makefile
index 528579b92e..5716a11821 100644
--- a/p5-HTML-Formatter/Makefile
+++ b/p5-HTML-Formatter/Makefile
@@ -2,6 +2,7 @@
 
 DISTNAME=	HTML-Formatter-2.16
 PKGNAME=	p5-${DISTNAME}
+PKGREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=HTML/}
 
@@ -12,7 +13,6 @@ LICENSE=	${PERL5_LICENSE}
 
 DEPENDS+=	p5-Module-Build>=0.4:../../devel/p5-Module-Build
 DEPENDS+=	p5-HTML-Parser>=3.7:../../www/p5-HTML-Parser
-DEPENDS+=	p5-Encode>=2.8:../../textproc/p5-Encode
 DEPENDS+=	p5-File-Slurper>=0:../../devel/p5-File-Slurper
 DEPENDS+=	p5-HTML-Tree>=5.0:../../www/p5-HTML-Tree
 DEPENDS+=	p5-Font-AFM>=1.2:../../fonts/p5-Font-AFM
diff --git a/p5-MediaWiki-API/Makefile b/p5-MediaWiki-API/Makefile
index cf8f3e2fab..c0b7695948 100644
--- a/p5-MediaWiki-API/Makefile
+++ b/p5-MediaWiki-API/Makefile
@@ -2,6 +2,7 @@
 
 DISTNAME=	MediaWiki-API-0.41
 PKGNAME=	p5-${DISTNAME}
+PKGREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=../../authors/id/E/EX/EXOBUZZ/}
 
@@ -10,7 +11,6 @@ HOMEPAGE=	https://metacpan.org/release/MediaWiki-API
 COMMENT=	Perl interface to the MediaWiki API
 LICENSE=	gnu-gpl-v3
 
-DEPENDS+=	p5-Encode>=0:../../textproc/p5-Encode
 DEPENDS+=	p5-JSON>=0:../../converters/p5-JSON
 DEPENDS+=	p5-libwww-[0-9]*:../../www/p5-libwww
 
diff --git a/py-booktype/Makefile b/py-booktype/Makefile
index b8de9f9318..9cd4398874 100644
--- a/py-booktype/Makefile
+++ b/py-booktype/Makefile
@@ -2,6 +2,7 @@
 
 DISTNAME=	Booktype-1.5
 PKGNAME=	${PYPKGPREFIX}-booktype-1.5
+PKGREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_PYPI:=B/Booktype/}
 
@@ -10,9 +11,7 @@ HOMEPAGE=	http://booki-dev.flossmanuals.net/
 COMMENT=	FLOSS Manuals collaborative book writing tool
 LICENSE=	gnu-gpl-v3
 
-
 DEPENDS+=	p5-Text-Aspell>=0.09:../../textproc/p5-Text-Aspell
-DEPENDS+=	p5-Encode>=2.44:../../textproc/p5-Encode
 DEPENDS+=	p5-XML-DOM>=1.44:../../textproc/p5-XML-DOM
 
 DEPENDS+=	${PYPKGPREFIX}-simplejson>=2.6.0:../../converters/py-simplejson


Home | Main Index | Thread Index | Old Index