git: e3fa33361596 - main - lang/perl5-devel: Update to v5.35.0-115-g1c1bafd87b.

Mathieu Arnold mat at FreeBSD.org
Mon Jun 7 08:25:55 UTC 2021


The branch main has been updated by mat:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e3fa33361596dd208502aa5e792bba31984765c0

commit e3fa33361596dd208502aa5e792bba31984765c0
Author:     Mathieu Arnold <mat at FreeBSD.org>
AuthorDate: 2021-06-07 06:51:31 +0000
Commit:     Mathieu Arnold <mat at FreeBSD.org>
CommitDate: 2021-06-07 08:21:21 +0000

    lang/perl5-devel: Update to v5.35.0-115-g1c1bafd87b.
---
 lang/perl5-devel/Makefile           |  2 +-
 lang/perl5-devel/distinfo           |  6 +++---
 lang/perl5-devel/files/patch-perl.c | 10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/lang/perl5-devel/Makefile b/lang/perl5-devel/Makefile
index a41e8e3c553a..2be9a4109594 100644
--- a/lang/perl5-devel/Makefile
+++ b/lang/perl5-devel/Makefile
@@ -31,7 +31,7 @@ USES=		cpe
 USE_GITHUB=	yes
 GH_ACCOUNT=	Perl
 GH_PROJECT=	perl5
-GH_TAGNAME=	v5.35.0-91-gfef07e7ee7
+GH_TAGNAME=	v5.35.0-115-g1c1bafd87b
 
 # Give a hint of where libperl.so can be found.
 USE_LDCONFIG=	${PREFIX}/${_ARCH_LIB}/CORE
diff --git a/lang/perl5-devel/distinfo b/lang/perl5-devel/distinfo
index 4ad447464d87..0ed5b42933b5 100644
--- a/lang/perl5-devel/distinfo
+++ b/lang/perl5-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1622441246
-SHA256 (perl/Perl-perl5-v5.35.0-91-gfef07e7ee7_GH0.tar.gz) = bea8ae1edad8da0bc2a2e82d3092bdbb4c870eac15d4d16330de6ce9d28bd4b4
-SIZE (perl/Perl-perl5-v5.35.0-91-gfef07e7ee7_GH0.tar.gz) = 19880837
+TIMESTAMP = 1623048332
+SHA256 (perl/Perl-perl5-v5.35.0-115-g1c1bafd87b_GH0.tar.gz) = 23e238d3b1b83a3655053d1ca26eda7c07058516af9e08fb5a380981f386fe56
+SIZE (perl/Perl-perl5-v5.35.0-115-g1c1bafd87b_GH0.tar.gz) = 19888681
diff --git a/lang/perl5-devel/files/patch-perl.c b/lang/perl5-devel/files/patch-perl.c
index c30e656fe7b1..1d7591bfb705 100644
--- a/lang/perl5-devel/files/patch-perl.c
+++ b/lang/perl5-devel/files/patch-perl.c
@@ -1,10 +1,10 @@
 Remove compile time information (reproducible builds)
 
---- perl.c.orig	2021-01-31 19:42:24 UTC
+--- perl.c.orig	2021-06-06 22:24:45 UTC
 +++ perl.c
 @@ -2040,23 +2040,7 @@ S_Internals_V(pTHX_ CV *cv)
      PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options,
- 			      sizeof(non_bincompat_options) - 1, SVs_TEMP));
+                               sizeof(non_bincompat_options) - 1, SVs_TEMP));
  
 -#ifndef PERL_BUILD_DATE
 -#  ifdef __DATE__
@@ -18,11 +18,11 @@ Remove compile time information (reproducible builds)
 -
 -#ifdef PERL_BUILD_DATE
 -    PUSHs(Perl_newSVpvn_flags(aTHX_
--			      STR_WITH_LEN("Compiled at " PERL_BUILD_DATE),
--			      SVs_TEMP));
+-                              STR_WITH_LEN("Compiled at " PERL_BUILD_DATE),
+-                              SVs_TEMP));
 -#else
      PUSHs(&PL_sv_undef);
 -#endif
  
      for (i = 1; i <= local_patch_count; i++) {
- 	/* This will be an undef, if PL_localpatches[i] is NULL.  */
+         /* This will be an undef, if PL_localpatches[i] is NULL.  */


More information about the dev-commits-ports-main mailing list