pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Devel-PatchPerl
Module Name: pkgsrc
Committed By: wen
Date: Fri Apr 30 23:23:05 UTC 2021
Modified Files:
pkgsrc/devel/p5-Devel-PatchPerl: Makefile distinfo
Log Message:
Update to 2.08
Upstream changes:
version 2.08 at 2021-01-11 20:08:00 +0000
-----------------------------------------
Change: 2e710bc17736e5d2c43875c2076db7c1a6e4fe47
Author: Chris 'BinGOs' Williams <chris%bingosnet.co.uk@localhost>
Date : 2021-01-11 20:08:00 +0000
This is 2.08
Change: 1eaa7976957abbc533869176a390638e93850d12
Author: Graham Knop <haarg%haarg.org@localhost>
Date : 2021-01-11 08:47:00 +0000
fix darwin DynaLoader patch for older perls
The patch that was taken from blead uses a <<$^OS-eq-darwin>>
preprocessing token, which is handled by the DynaLoader_pm.PL script.
Older versions of DynaLoader_pm.PL don't include this preprocessing,
but the patch still applies.
In our case, the preprocessing is a check for darwin. But the patch
is already only applied on darwin, so it is redundant. We can just
remove the preprocessing token, and it should work across all
versions.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/p5-Devel-PatchPerl/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/p5-Devel-PatchPerl/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-Devel-PatchPerl/Makefile
diff -u pkgsrc/devel/p5-Devel-PatchPerl/Makefile:1.36 pkgsrc/devel/p5-Devel-PatchPerl/Makefile:1.37
--- pkgsrc/devel/p5-Devel-PatchPerl/Makefile:1.36 Sat Jan 2 02:48:26 2021
+++ pkgsrc/devel/p5-Devel-PatchPerl/Makefile Fri Apr 30 23:23:04 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2021/01/02 02:48:26 wen Exp $
+# $NetBSD: Makefile,v 1.37 2021/04/30 23:23:04 wen Exp $
-DISTNAME= Devel-PatchPerl-2.06
+DISTNAME= Devel-PatchPerl-2.08
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
Index: pkgsrc/devel/p5-Devel-PatchPerl/distinfo
diff -u pkgsrc/devel/p5-Devel-PatchPerl/distinfo:1.25 pkgsrc/devel/p5-Devel-PatchPerl/distinfo:1.26
--- pkgsrc/devel/p5-Devel-PatchPerl/distinfo:1.25 Sat Jan 2 02:48:26 2021
+++ pkgsrc/devel/p5-Devel-PatchPerl/distinfo Fri Apr 30 23:23:04 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2021/01/02 02:48:26 wen Exp $
+$NetBSD: distinfo,v 1.26 2021/04/30 23:23:04 wen Exp $
-SHA1 (Devel-PatchPerl-2.06.tar.gz) = dcbd046a95c3cf71d26deb160308ae2dc7f18d67
-RMD160 (Devel-PatchPerl-2.06.tar.gz) = 68177164e0bda0fe3db0b78cd18a816545fd703f
-SHA512 (Devel-PatchPerl-2.06.tar.gz) = e2e801c514c5238bcd9e587d92c5c2c0b78328b6ec0d0b877fce253cd699dfbdc6b437093f7cf245571f23f16e67e983afde76ff1be3343f03885ba2230c73d4
-Size (Devel-PatchPerl-2.06.tar.gz) = 183205 bytes
+SHA1 (Devel-PatchPerl-2.08.tar.gz) = adee10fd3b1915dc680412c95e353ab27847ccc6
+RMD160 (Devel-PatchPerl-2.08.tar.gz) = cd877520fc4523a4154af21d43cdf38ff5e48c8d
+SHA512 (Devel-PatchPerl-2.08.tar.gz) = dbc23e74aad4bf21334693c368a2eb1ff4b8ae5cec893cf2f9a0d1f704c8c95674dfc30e19dda9c946aa49d6bb1050f380851df71830f57519373358cb129ba4
+Size (Devel-PatchPerl-2.08.tar.gz) = 183758 bytes
Home |
Main Index |
Thread Index |
Old Index