From owner-svn-ports-head@freebsd.org Sat Dec 19 20:20:19 2020 Return-Path: Delivered-To: svn-ports-head@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 24F2E4A877D; Sat, 19 Dec 2020 20:20:19 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4CyxtS3Q0fz4mVZ; Sat, 19 Dec 2020 20:20:15 +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 EBDE0232B8; Sat, 19 Dec 2020 20:20:14 +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 0BJKKEXg018920; Sat, 19 Dec 2020 20:20:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BJKKEZb018918; Sat, 19 Dec 2020 20:20:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202012192020.0BJKKEZb018918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 19 Dec 2020 20:20:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558630 - head/net/p5-Net X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/p5-Net X-SVN-Commit-Revision: 558630 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2020 20:20:19 -0000 Author: sunpoet Date: Sat Dec 19 20:20:14 2020 New Revision: 558630 URL: https://svnweb.freebsd.org/changeset/ports/558630 Log: Update to 3.12 Changes: https://metacpan.org/changes/distribution/libnet Modified: head/net/p5-Net/Makefile head/net/p5-Net/distinfo Modified: head/net/p5-Net/Makefile ============================================================================== --- head/net/p5-Net/Makefile Sat Dec 19 20:20:09 2020 (r558629) +++ head/net/p5-Net/Makefile Sat Dec 19 20:20:14 2020 (r558630) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net -PORTVERSION= 3.11 +PORTVERSION= 3.12 PORTEPOCH= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN @@ -17,6 +17,12 @@ LICENSE_COMB= dual LICENSE_FILE_ART10= ${WRKSRC}/Artistic LICENSE_FILE_GPLv1+ = ${WRKSRC}/Copying +USES= perl5 +USE_PERL5= configure + +CONFIGURE_ENV= PERL5_CPAN_IS_RUNNING=1 +NO_ARCH= yes + OPTIONS_DEFINE= SASL SSL OPTIONS_DEFAULT=SASL SSL SASL_DESC= SASL auth for POP3 and SMTP support @@ -25,10 +31,5 @@ SASL_BUILD_DEPENDS= p5-Authen-SASL>=0:security/p5-Auth SASL_RUN_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL SSL_BUILD_DEPENDS= p5-IO-Socket-SSL>=2.007:security/p5-IO-Socket-SSL SSL_RUN_DEPENDS= p5-IO-Socket-SSL>=2.007:security/p5-IO-Socket-SSL - -CONFIGURE_ENV= PERL5_CPAN_IS_RUNNING=1 -NO_ARCH= yes -USES= perl5 -USE_PERL5= configure .include Modified: head/net/p5-Net/distinfo ============================================================================== --- head/net/p5-Net/distinfo Sat Dec 19 20:20:09 2020 (r558629) +++ head/net/p5-Net/distinfo Sat Dec 19 20:20:14 2020 (r558630) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510757686 -SHA256 (libnet-3.11.tar.gz) = 2fab1e4d6e565c77f6e845368790de65cb2f966fcd9bb56a41d0e7b5851a52d3 -SIZE (libnet-3.11.tar.gz) = 95157 +TIMESTAMP = 1608366312 +SHA256 (libnet-3.12.tar.gz) = 45709ab087a515d100acb045bac2d8885295d73e48368a7b3eed4386132ea3df +SIZE (libnet-3.12.tar.gz) = 95534