Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2020 20:12:04 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523678 - in head/security/p5-Net-SSLeay: . files
Message-ID:  <202001202012.00KKC486000434@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jan 20 20:12:03 2020
New Revision: 523678
URL: https://svnweb.freebsd.org/changeset/ports/523678

Log:
  Update to 1.88
  
  Changes:	https://metacpan.org/changes/distribution/Net-SSLeay

Added:
  head/security/p5-Net-SSLeay/files/patch-Makefile.PL   (contents, props changed)
Deleted:
  head/security/p5-Net-SSLeay/files/patch-SSLeay.pm
  head/security/p5-Net-SSLeay/files/patch-libressl-2.9
Modified:
  head/security/p5-Net-SSLeay/Makefile
  head/security/p5-Net-SSLeay/distinfo

Modified: head/security/p5-Net-SSLeay/Makefile
==============================================================================
--- head/security/p5-Net-SSLeay/Makefile	Mon Jan 20 20:11:58 2020	(r523677)
+++ head/security/p5-Net-SSLeay/Makefile	Mon Jan 20 20:12:03 2020	(r523678)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Net-SSLeay
-PORTVERSION=	1.85
+PORTVERSION=	1.88
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,15 +16,16 @@ TEST_DEPENDS=	p5-Test-Exception>=0:devel/p5-Test-Excep
 		p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \
 		p5-Test-Warn>=0:devel/p5-Test-Warn
 
-OPTIONS_DEFINE=	EXAMPLES
-
-CONFIGURE_ENV=	OPENSSL_PREFIX=${OPENSSLBASE}
 USES=		perl5 shebangfix ssl
 USE_PERL5=	configure
 
+CONFIGURE_ENV=	OPENSSL_PREFIX=${OPENSSLBASE}
+
 PORTEXAMPLES=	*
 
 SHEBANG_FILES=	examples/*.pl
+
+OPTIONS_DEFINE=	EXAMPLES
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/SSLeay/SSLeay.so

Modified: head/security/p5-Net-SSLeay/distinfo
==============================================================================
--- head/security/p5-Net-SSLeay/distinfo	Mon Jan 20 20:11:58 2020	(r523677)
+++ head/security/p5-Net-SSLeay/distinfo	Mon Jan 20 20:12:03 2020	(r523678)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1521036337
-SHA256 (Net-SSLeay-1.85.tar.gz) = 9d8188b9fb1cae3bd791979c20554925d5e94a138d00414f1a6814549927b0c8
-SIZE (Net-SSLeay-1.85.tar.gz) = 418349
+TIMESTAMP = 1579531374
+SHA256 (Net-SSLeay-1.88.tar.gz) = 2000da483c8471a0b61e06959e92a6fca7b9e40586d5c828de977d3d2081cfdd
+SIZE (Net-SSLeay-1.88.tar.gz) = 436215

Added: head/security/p5-Net-SSLeay/files/patch-Makefile.PL
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Net-SSLeay/files/patch-Makefile.PL	Mon Jan 20 20:12:03 2020	(r523678)
@@ -0,0 +1,20 @@
+--- Makefile.PL.orig	2019-05-06 14:37:59 UTC
++++ Makefile.PL
+@@ -12,11 +12,12 @@ use Symbol qw(gensym);
+ # the Net-SSLeay loadable object on Windows
+ my $win_link_statically = 0;
+ 
+-my $tests = prompt(
+-  "Do you want to run external tests?\n".
+-  "These tests *will* *fail* if you do not have network connectivity.",
+-  'n',
+-) =~ /^y/i ? 't/*/*.t t/*/*/*.t' : 't/local/*.t t/handle/local/*.t';
++# my $tests = prompt(
++#   "Do you want to run external tests?\n".
++#   "These tests *will* *fail* if you do not have network connectivity.",
++#   'n',
++# ) =~ /^y/i ? 't/*/*.t t/*/*/*.t' : 't/local/*.t t/handle/local/*.t';
++my $tests = 't/local/*.t t/handle/local/*.t';
+ 
+ my %eumm_args = (
+   NAME => 'Net::SSLeay',



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001202012.00KKC486000434>