aboutsummaryrefslogtreecommitdiff
path: root/archivers/p5-IO-Compress
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-07-24 07:10:02 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-07-24 07:10:02 +0000
commit9e54e8bee9a436238f3a7afaa2b40dc7a7e408bc (patch)
treee879c63a7a9e569e48b1a539dc431cea287c6276 /archivers/p5-IO-Compress
parent5f0f7a901c33c9107eed166a9674a53e382861cb (diff)
downloadports-9e54e8bee9a436238f3a7afaa2b40dc7a7e408bc.tar.gz
ports-9e54e8bee9a436238f3a7afaa2b40dc7a7e408bc.zip
Update to 2.094
Notes
Notes: svn path=/head/; revision=543031
Diffstat (limited to 'archivers/p5-IO-Compress')
-rw-r--r--archivers/p5-IO-Compress/Makefile2
-rw-r--r--archivers/p5-IO-Compress/distinfo6
-rw-r--r--archivers/p5-IO-Compress/files/patch-Makefile.PL7
3 files changed, 8 insertions, 7 deletions
diff --git a/archivers/p5-IO-Compress/Makefile b/archivers/p5-IO-Compress/Makefile
index 83851823162f..15b714ea7075 100644
--- a/archivers/p5-IO-Compress/Makefile
+++ b/archivers/p5-IO-Compress/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= IO-Compress
-PORTVERSION= 2.093
+PORTVERSION= 2.094
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/archivers/p5-IO-Compress/distinfo b/archivers/p5-IO-Compress/distinfo
index c0ab8cad5de2..08ce4de5ff7f 100644
--- a/archivers/p5-IO-Compress/distinfo
+++ b/archivers/p5-IO-Compress/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1576073085
-SHA256 (IO-Compress-2.093.tar.gz) = 5f8f5d06913f16c16759cc4e06749692208b8947910ffedd2c00a74ed0d60ba2
-SIZE (IO-Compress-2.093.tar.gz) = 277204
+TIMESTAMP = 1595416549
+SHA256 (IO-Compress-2.094.tar.gz) = 7d6156333b12c57aa4cc023dd4d127c0fa33c7ad0eed54b84db9fa9ddca6c0b9
+SIZE (IO-Compress-2.094.tar.gz) = 290471
diff --git a/archivers/p5-IO-Compress/files/patch-Makefile.PL b/archivers/p5-IO-Compress/files/patch-Makefile.PL
index 8f1fdfacafb8..73a663e30fe6 100644
--- a/archivers/p5-IO-Compress/files/patch-Makefile.PL
+++ b/archivers/p5-IO-Compress/files/patch-Makefile.PL
@@ -1,10 +1,11 @@
---- Makefile.PL.orig 2019-12-07 14:59:48 UTC
+--- Makefile.PL.orig 2020-07-13 09:43:02 UTC
+++ Makefile.PL
-@@ -42,7 +42,6 @@ WriteMakefile(
+@@ -46,8 +46,6 @@ WriteMakefile(
INSTALLDIRS => ($] >= 5.009 && $] < 5.011 ? 'perl' : 'site'),
- EXE_FILES => ['bin/zipdetails', 'bin/streamzip'],
-
+-
(
$] >= 5.009 && $] <= 5.011001 && ! $ENV{PERL_CORE}
+ ? (INSTALLPRIVLIB => '$(INSTALLARCHLIB)')