From owner-svn-ports-all@freebsd.org Mon Jan 20 20:12:05 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 09E13225B34; Mon, 20 Jan 2020 20:12:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 481jW85wbQz3Fjk; Mon, 20 Jan 2020 20:12:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BFB061092; Mon, 20 Jan 2020 20:12:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00KKC4Qk000437; Mon, 20 Jan 2020 20:12:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00KKC486000434; Mon, 20 Jan 2020 20:12:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202001202012.00KKC486000434@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 20 Jan 2020 20:12:04 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/security/p5-Net-SSLeay: . files X-SVN-Commit-Revision: 523678 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jan 2020 20:12:05 -0000 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',