Fri Sep 4 10:44:34 2020 UTC ()
perl: Revert previous, thinko


(wiz)
diff -r1.265 -r1.266 pkgsrc/lang/perl5/Makefile

cvs diff -r1.265 -r1.266 pkgsrc/lang/perl5/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/perl5/Makefile 2020/09/04 10:43:38 1.265
+++ pkgsrc/lang/perl5/Makefile 2020/09/04 10:44:33 1.266
@@ -1,31 +1,32 @@ @@ -1,31 +1,32 @@
1# $NetBSD: Makefile,v 1.265 2020/09/04 10:43:38 wiz Exp $ 1# $NetBSD: Makefile,v 1.266 2020/09/04 10:44:33 wiz Exp $
2 2
3.include "license.mk" 3.include "license.mk"
4.include "Makefile.common" 4.include "Makefile.common"
5 5
6COMMENT= Practical Extraction and Report Language 6COMMENT= Practical Extraction and Report Language
7 7
8CONFLICTS+= perl-base-[0-9]* perl-thread-[0-9]* 8CONFLICTS+= perl-base-[0-9]* perl-thread-[0-9]*
9 9
10# CONFLICTS packages older than CORE modules version. 10# CONFLICTS packages older than CORE modules version.
11# based on 'corelist -v ${PKGVERSION}' 11# based on 'corelist -v ${PKGVERSION}'
12# update based on 'corelist -diff ${PREV_PKGVERSION} ${PKGVERSION}' 12# update based on 'corelist -diff ${PREV_PKGVERSION} ${PKGVERSION}'
13CONFLICTS+= p5-Archive-Tar<2.36 13CONFLICTS+= p5-Archive-Tar<2.36
14CONFLICTS+= p5-Attribute-Handlers<1.01 14CONFLICTS+= p5-Attribute-Handlers<1.01
15CONFLICTS+= p5-AutoLoader<5.74 15CONFLICTS+= p5-AutoLoader<5.74
16CONFLICTS+= p5-CPAN<2.2700 # 2.27 16CONFLICTS+= p5-CPAN<2.2700 # 2.27
17CONFLICTS+= p5-CPAN-Meta<2.150010 17CONFLICTS+= p5-CPAN-Meta<2.150010
18CONFLICTS+= p5-CPAN-Meta-Requirements<2.140 18CONFLICTS+= p5-CPAN-Meta-Requirements<2.140
 19CONFLICTS+= p5-CPAN-Meta-YAML<0.018
19CONFLICTS+= p5-Compress-Raw-Bzip2<2.093 20CONFLICTS+= p5-Compress-Raw-Bzip2<2.093
20CONFLICTS+= p5-Compress-Raw-Zlib<2.093 21CONFLICTS+= p5-Compress-Raw-Zlib<2.093
21CONFLICTS+= p5-DB_File<1.853 22CONFLICTS+= p5-DB_File<1.853
22CONFLICTS+= p5-Devel-PPPort<3.57 23CONFLICTS+= p5-Devel-PPPort<3.57
23CONFLICTS+= p5-Digest<1.17.01 24CONFLICTS+= p5-Digest<1.17.01
24CONFLICTS+= p5-Digest-MD5<2.55.01 25CONFLICTS+= p5-Digest-MD5<2.55.01
25CONFLICTS+= p5-Digest-SHA<6.02 26CONFLICTS+= p5-Digest-SHA<6.02
26CONFLICTS+= p5-Encode<3.06 27CONFLICTS+= p5-Encode<3.06
27CONFLICTS+= p5-ExtUtils-CBuilder<0.28.02.34 # 0.280234 28CONFLICTS+= p5-ExtUtils-CBuilder<0.28.02.34 # 0.280234
28CONFLICTS+= p5-ExtUtils-Command<7.44 29CONFLICTS+= p5-ExtUtils-Command<7.44
29CONFLICTS+= p5-ExtUtils-Embed<1.35 30CONFLICTS+= p5-ExtUtils-Embed<1.35
30CONFLICTS+= p5-ExtUtils-Install<2.14 31CONFLICTS+= p5-ExtUtils-Install<2.14
31CONFLICTS+= p5-ExtUtils-MakeMaker<7.44 32CONFLICTS+= p5-ExtUtils-MakeMaker<7.44