aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-30 19:55:43 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-30 19:55:43 +0000
commit8b4f0978d50257eeda5096f8c91c1adeb963f163 (patch)
tree9a9e2a1d8fb57056a135e82290daf53156905772
parentd859e2543765ca9bbeac7e709bc8bca84eeeaee7 (diff)
downloadports-8b4f0978d50257eeda5096f8c91c1adeb963f163.tar.gz
ports-8b4f0978d50257eeda5096f8c91c1adeb963f163.zip
security/p5-Crypt-OpenSSL-X509: Update to 1.908
-rw-r--r--security/p5-Crypt-OpenSSL-X509/Makefile2
-rw-r--r--security/p5-Crypt-OpenSSL-X509/distinfo6
-rw-r--r--security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL21
3 files changed, 12 insertions, 17 deletions
diff --git a/security/p5-Crypt-OpenSSL-X509/Makefile b/security/p5-Crypt-OpenSSL-X509/Makefile
index 682db25218c8..2020af9cae4d 100644
--- a/security/p5-Crypt-OpenSSL-X509/Makefile
+++ b/security/p5-Crypt-OpenSSL-X509/Makefile
@@ -1,7 +1,7 @@
# Created by: kftseng@iyard.org
PORTNAME= Crypt-OpenSSL-X509
-PORTVERSION= 1.902
+PORTVERSION= 1.908
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/security/p5-Crypt-OpenSSL-X509/distinfo b/security/p5-Crypt-OpenSSL-X509/distinfo
index 71a0b2747b32..bf3f01eaeb3c 100644
--- a/security/p5-Crypt-OpenSSL-X509/distinfo
+++ b/security/p5-Crypt-OpenSSL-X509/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1608366324
-SHA256 (Crypt-OpenSSL-X509-1.902.tar.gz) = 997de045340b6a03eed7b3dcd4f15ec8b2aa0c2de94f367529ec8d33f4324d37
-SIZE (Crypt-OpenSSL-X509-1.902.tar.gz) = 48065
+TIMESTAMP = 1622214096
+SHA256 (Crypt-OpenSSL-X509-1.908.tar.gz) = 66f584b0abe7a04950a61adf0ece7bd3f74e4b9a214ab8ad13d60613d0a5b061
+SIZE (Crypt-OpenSSL-X509-1.908.tar.gz) = 163916
diff --git a/security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL b/security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL
index 0d7898704242..2d1997a843cd 100644
--- a/security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL
+++ b/security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL
@@ -1,16 +1,11 @@
---- Makefile.PL.orig 2020-11-05 20:37:56 UTC
+--- Makefile.PL.orig 2021-05-13 16:03:15 UTC
+++ Makefile.PL
-@@ -18,11 +18,11 @@ inc '-I/usr/local/opt/openssl/include -I/usr/local/inc
- libs '-L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/lib -L/usr/local/ssl/lib -lcrypto -lssl';
-
- if ($Config::Config{myuname} =~ /darwin/i) {
-- cc_optimize_flags('-O2 -g -Wall -Werror -Wno-deprecated-declarations');
-+ cc_optimize_flags('-O2 -g -Wall -Wno-deprecated-declarations');
- } elsif ($Config::Config{myuname} =~ /sunos|solaris/i) {
- # Any SunStudio flags?
- } else {
-- cc_optimize_flags('-O2 -g -Wall -Werror');
-+ cc_optimize_flags('-O2 -g -Wall');
+@@ -25,7 +25,7 @@ if ($^O ne 'MSWin32' and my $prefix = `brew --prefix -
+ libs '-L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/lib -L/usr/local/ssl/lib -lcrypto -lssl';
}
- auto_install();
+-my $cc_option_flags = '-O2 -g -Wall -Werror';
++my $cc_option_flags = '-O2 -g -Wall';
+
+ if ($Config::Config{gccversion} =~ /llvm/i) {
+ if ($Config::Config{perl_version} <= 20) {