pkgsrc-WIP-changes archive

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

*: remove p5-XSLoader, part of perl



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

Modified Files:
	p5-File-Map/Makefile
	p5-POSIX-strptime/Makefile
	p5-PerlIO-Layers/Makefile

Log Message:
*: remove p5-XSLoader, 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=378d6e25473be921b9b2f23dfe8918fb0a55288d

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

diffstat:
 p5-File-Map/Makefile       | 7 +++----
 p5-POSIX-strptime/Makefile | 3 +--
 p5-PerlIO-Layers/Makefile  | 3 +--
 3 files changed, 5 insertions(+), 8 deletions(-)

diffs:
diff --git a/p5-File-Map/Makefile b/p5-File-Map/Makefile
index 3134e2f328..9aea55b2b5 100644
--- a/p5-File-Map/Makefile
+++ b/p5-File-Map/Makefile
@@ -2,6 +2,7 @@
 
 DISTNAME=	File-Map-0.66
 PKGNAME=	p5-${DISTNAME}
+PKGREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=../../authors/id/L/LE/LEONT/}
 
@@ -10,13 +11,11 @@ HOMEPAGE=	https://metacpan.org/release/File-Map
 COMMENT=	Memory mapping made simple and safe
 LICENSE=	${PERL5_LICENSE}
 
-DEPENDS+=	p5-XSLoader-[0-9]*:../../devel/p5-XSLoader
 DEPENDS+=	p5-Sub-Exporter-Progressive>=0.001005:../../devel/p5-Sub-Exporter-Progressive
 DEPENDS+=	p5-PerlIO-Layers-[0-9]*:../../wip/p5-PerlIO-Layers
 
-# TEST_DEPENDS
-BUILD_DEPENDS+=	p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
-BUILD_DEPENDS+=	p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
+TEST_DEPENDS+=	p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
+TEST_DEPENDS+=	p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
 
 PERL5_PACKLIST=		auto/File/Map/.packlist
 PERL5_MODULE_TYPE=	Module::Build
diff --git a/p5-POSIX-strptime/Makefile b/p5-POSIX-strptime/Makefile
index 9d2ef4c144..4f653799eb 100644
--- a/p5-POSIX-strptime/Makefile
+++ b/p5-POSIX-strptime/Makefile
@@ -2,6 +2,7 @@
 
 DISTNAME=	POSIX-strptime-0.13
 PKGNAME=	p5-${DISTNAME}
+PKGREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=POSIX/}
 
@@ -10,8 +11,6 @@ HOMEPAGE=	https://metacpan.org/release/POSIX-strptime
 COMMENT=	Perl module for the POSIX strptime function
 LICENSE=	${PERL5_LICENSE}
 
-DEPENDS+=	p5-XSLoader-[0-9]*:../../devel/p5-XSLoader
-
 USE_LANGUAGES=	c
 
 PERL5_PACKLIST=		auto/POSIX/strptime/.packlist
diff --git a/p5-PerlIO-Layers/Makefile b/p5-PerlIO-Layers/Makefile
index c27278b5e3..6db8136934 100644
--- a/p5-PerlIO-Layers/Makefile
+++ b/p5-PerlIO-Layers/Makefile
@@ -2,6 +2,7 @@
 
 DISTNAME=	PerlIO-Layers-0.011
 PKGNAME=	p5-${DISTNAME}
+PKGREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=PerlIO/}
 
@@ -12,8 +13,6 @@ LICENSE=	${PERL5_LICENSE}
 
 USE_LANGUAGES+=	c
 
-DEPENDS+=	p5-XSLoader-[0-9]*:../../devel/p5-XSLoader
-
 PERL5_MODULE_TYPE=	Module::Build
 
 PERL5_PACKLIST=		auto/PerlIO/Layers/.packlist


Home | Main Index | Thread Index | Old Index