f475294eb1
----------------------------------------- version 1.90 at 2020-03-11 15:12:17 +0000 ----------------------------------------- Release engineering for 1.90 - Finessed patching for Time::Local 2020 problem Local.t patching back to v5.8.7 ----------------------------------------- version 1.88 at 2020-03-10 20:11:48 +0000 ----------------------------------------- Release engineering for 1.88 - Fixes for Locale.t year 2020 problems Applies back to v5.13.9 ----------------------------------------- version 1.86 at 2020-02-04 15:37:02 +0000 ----------------------------------------- Release engineering for 1.86 - Added fix for ExtUtils::MM_AIX preventing builds on AIX for perls v5.28.x and v5.30.x ----------------------------------------- version 1.84 at 2020-01-28 19:00:25 +0000 ----------------------------------------- Release engineering for 1.84 - fixed problem with 1.82 release that stops perls < 5.10 from being patched (I suck at Perl Versions). ----------------------------------------- version 1.82 at 2020-01-28 18:45:38 +0000 ----------------------------------------- Release engineering for 1.82 Certified perl version < 5.031004 Fix issue with SDBM_File on perls > 5.10.0 and < 5.14.4 I've only seen an issue without the patch on Alpine Linux (https://github.com/Perl/perl5/commit/acdbe25bd91)
20 lines
620 B
Makefile
20 lines
620 B
Makefile
# $NetBSD: Makefile,v 1.32 2020/03/21 13:24:06 mef Exp $
|
|
|
|
DISTNAME= Devel-PatchPerl-1.90
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Devel-PatchPerl
|
|
COMMENT= Perl 5 module to patch a perl source tree
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-File-pushd>=1.00:../../devel/p5-File-pushd
|
|
DEPENDS+= p5-Module-Pluggable>=5.1:../../devel/p5-Module-Pluggable
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Devel/PatchPerl/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|