pkgsrc-WIP-changes archive

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

*: remove p5-Term-ReadLine, part of perl



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Fri Sep 4 15:35:18 2020 +0200
Changeset:	036e7abb4edf4a252e477030888d87691534a8af

Modified Files:
	cyrus-imapd30/Makefile
	majordomo-devel/Makefile
	p5-AI-Prolog/Makefile
	p5-PDL/Makefile
	psh/Makefile

Log Message:
*: remove p5-Term-ReadLine, 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=036e7abb4edf4a252e477030888d87691534a8af

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

diffstat:
 cyrus-imapd30/Makefile   | 3 +--
 majordomo-devel/Makefile | 3 +--
 p5-AI-Prolog/Makefile    | 3 +--
 p5-PDL/Makefile          | 2 +-
 psh/Makefile             | 4 +---
 5 files changed, 5 insertions(+), 10 deletions(-)

diffs:
diff --git a/cyrus-imapd30/Makefile b/cyrus-imapd30/Makefile
index 244e348b79..cdb056730e 100644
--- a/cyrus-imapd30/Makefile
+++ b/cyrus-imapd30/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: $
 
 DISTNAME=	cyrus-imapd-3.0.13
-PKGREVISION=	6
+PKGREVISION=	7
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_GITHUB:=cyrusimap/}
 GITHUB_RELEASE=	${PKGNAME_NOREV}
@@ -10,7 +10,6 @@ MAINTAINER=	mp%petermann-it.de@localhost
 HOMEPAGE=	https://www.cyrusimap.org/
 COMMENT=	Cyrus IMAP server
 LICENSE=	original-bsd # like license
-DEPENDS+=	p5-Term-ReadLine>=1.20:../../devel/p5-Term-ReadLine
 DEPENDS+=	p5-Authen-SASL-Cyrus>=0.13:../../security/p5-Authen-SASL-Cyrus
 DEPENDS+=	cyrus-saslauthd>=2.1.17:../../security/cyrus-saslauthd
 
diff --git a/majordomo-devel/Makefile b/majordomo-devel/Makefile
index 5a159b3d3e..61a3c425b7 100644
--- a/majordomo-devel/Makefile
+++ b/majordomo-devel/Makefile
@@ -1,8 +1,8 @@
 # $NetBSD: Makefile,v 1.4 2012/10/03 15:09:49 asau Exp $
-#
 
 DISTNAME=		majordomo-20060817
 PKGNAME=		majordomo-devel-20060817
+PKGREVISION=		1
 CATEGORIES=		mail
 MASTER_SITES=		http://ftp.mj2.org/pub/mj2/snapshots/2006-08/
 
@@ -22,7 +22,6 @@ DEPENDS+=	p5-TimeDate>=1.15:../../time/p5-TimeDate
 DEPENDS+=	p5-HTML-Format-[0-9]*:../../www/p5-HTML-Format
 DEPENDS+=	p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree
 # optional
-DEPENDS+=	p5-Term-ReadLine-[0-9]*:../../devel/p5-Term-ReadLine
 DEPENDS+=	p5-Text-Reflow>=1.04:../../textproc/p5-Text-Reflow
 # Support for MySQL/PostgreSQL is experimental in MJ2
 #DEPENDS+=	p5-DBI>=1.28:../../databases/p5-DBI
diff --git a/p5-AI-Prolog/Makefile b/p5-AI-Prolog/Makefile
index 65e2cfc335..c7d4849a62 100644
--- a/p5-AI-Prolog/Makefile
+++ b/p5-AI-Prolog/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	AI-Prolog-0.741
 PKGNAME=	p5-${DISTNAME}
-PKGREVISION=	1
+PKGREVISION=	2
 CATEGORIES=	wip
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=AI/}
 
@@ -16,7 +16,6 @@ DEPENDS+=	p5-Exporter-Tidy>=0.06:../../wip/p5-Exporter-Tidy
 DEPENDS+=	p5-Hash-AsObject>=0.05:../../wip/p5-Hash-AsObject
 DEPENDS+=	p5-Regexp-Common>=2.119:../../textproc/p5-Regexp-Common
 DEPENDS+=	p5-Term-ReadKey>=2.21:../../devel/p5-Term-ReadKey
-DEPENDS+=	p5-Term-ReadLine>=1.01:../../devel/p5-Term-ReadLine
 DEPENDS+=	p5-Text-Balanced>=1.95:../../textproc/p5-Text-Balanced
 DEPENDS+=	p5-Text-Quote>=0.03:../../wip/p5-Text-Quote
 DEPENDS+=	p5-aliased>=0.11:../../devel/p5-aliased
diff --git a/p5-PDL/Makefile b/p5-PDL/Makefile
index 9213b5b08e..9f0cf2323c 100644
--- a/p5-PDL/Makefile
+++ b/p5-PDL/Makefile
@@ -2,6 +2,7 @@
 
 DISTNAME=	PDL-2.019
 PKGNAME=	p5-${DISTNAME}
+PKGREVISION=	1
 CATEGORIES=	math perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=PDL/}
 
@@ -9,7 +10,6 @@ MAINTAINER=	apost%recalcitrant.org@localhost
 HOMEPAGE=	http://pdl.perl.org/
 COMMENT=	PDL turns perl in to a free, array-oriented, numerical language
 
-DEPENDS+=	p5-Term-ReadLine-[0-9]*:../../devel/p5-Term-ReadLine
 DEPENDS+=	p5-Filter-[0-9]*:../../textproc/p5-Filter
 DEPENDS+=	p5-Text-Balanced-[0-9]*:../../textproc/p5-Text-Balanced
 DEPENDS+=	p5-Devel-CheckLib-[0-9]*:../../devel/p5-Devel-CheckLib
diff --git a/psh/Makefile b/psh/Makefile
index 1cc03ffcf4..02c2d183fe 100644
--- a/psh/Makefile
+++ b/psh/Makefile
@@ -1,9 +1,8 @@
 # $NetBSD: Makefile,v 1.5 2012/10/05 13:52:03 asau Exp $
-#
 
 DISTNAME=	psh-1.8.1
 CATEGORIES=	shells
-PKGREVISION=	1
+PKGREVISION=	2
 MASTER_SITES=	${MASTER_SITE_GITHUB:=gnp/}
 GITHUB_TAG=	psh-${PKGVERSION_NOREV}
 DIST_SUBDIR=	psh
@@ -16,7 +15,6 @@ LICENSE=	${PERL5_LICENSE}
 PKG_SHELL=	${PREFIX}/bin/psh
 
 DEPENDS+=	p5-BSD-Resource>=1.24:../../devel/p5-BSD-Resource
-DEPENDS+=	p5-Term-ReadLine>=1.16:../../devel/p5-Term-ReadLine
 
 PERL5_PACKLIST=		auto/psh/.packlist
 


Home | Main Index | Thread Index | Old Index