diff options
author | wiz <wiz@pkgsrc.org> | 2017-11-16 10:28:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-11-16 10:28:26 +0000 |
commit | 51912dafe70579887e2ec0a120d90ef7ce8b66b6 (patch) | |
tree | 280f1c326f7549fc24fce02a6d84412e5a5b316b /lang/perl5/Makefile | |
parent | 6eaa02a075f183485787b19ccdeb57207493b235 (diff) | |
download | pkgsrc-51912dafe70579887e2ec0a120d90ef7ce8b66b6.tar.gz |
perl: Remove patch-dist_Carp_lib_Carp.pm
This patch is a workaround for a perl core problem.
The patch has not been accepted upstream, and in its current form
introduces other bugs, see https://rt.perl.org/Ticket/Display.html?id=132448
Bump PKGREVISION.
Diffstat (limited to 'lang/perl5/Makefile')
-rw-r--r-- | lang/perl5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 7fa00046856..848ecb4b83f 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.242 2017/10/04 12:54:17 he Exp $ +# $NetBSD: Makefile,v 1.243 2017/11/16 10:28:26 wiz Exp $ .include "license.mk" .include "Makefile.common" +PKGREVISION= 1 COMMENT= Practical Extraction and Report Language CONFLICTS+= perl-base-[0-9]* perl-thread-[0-9]* |