From owner-svn-ports-all@freebsd.org Fri Mar 16 15:21:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C55E8F56AAC; Fri, 16 Mar 2018 15:21:03 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EDC9A8393D; Fri, 16 Mar 2018 15:21:02 +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 B96A22591C; Fri, 16 Mar 2018 15:21:02 +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 w2GFL29S068319; Fri, 16 Mar 2018 15:21:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2GFL2u2068170; Fri, 16 Mar 2018 15:21:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803161521.w2GFL2u2068170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 16 Mar 2018 15:21:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464696 - head/net/p5-Net-Frame X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/p5-Net-Frame X-SVN-Commit-Revision: 464696 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.25 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: Fri, 16 Mar 2018 15:21:04 -0000 Author: sunpoet Date: Fri Mar 16 15:21:02 2018 New Revision: 464696 URL: https://svnweb.freebsd.org/changeset/ports/464696 Log: Update to 1.18 Changes: http://search.cpan.org/dist/Net-Frame/Changes Modified: head/net/p5-Net-Frame/Makefile head/net/p5-Net-Frame/distinfo Modified: head/net/p5-Net-Frame/Makefile ============================================================================== --- head/net/p5-Net-Frame/Makefile Fri Mar 16 15:20:56 2018 (r464695) +++ head/net/p5-Net-Frame/Makefile Fri Mar 16 15:21:02 2018 (r464696) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Frame -PORTVERSION= 1.17 +PORTVERSION= 1.18 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,4 +23,11 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} < 502400 +BUILD_DEPENDS+= p5-Socket>=2.019:net/p5-Socket +RUN_DEPENDS+= p5-Socket>=2.019:net/p5-Socket +.endif + +.include Modified: head/net/p5-Net-Frame/distinfo ============================================================================== --- head/net/p5-Net-Frame/distinfo Fri Mar 16 15:20:56 2018 (r464695) +++ head/net/p5-Net-Frame/distinfo Fri Mar 16 15:21:02 2018 (r464696) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494331092 -SHA256 (Net-Frame-1.17.tar.gz) = 09bf7d2d18d2d56cea2d5975dc8d4c409ef086eeb79f1ee84af25c84643d2efb -SIZE (Net-Frame-1.17.tar.gz) = 29935 +TIMESTAMP = 1521194355 +SHA256 (Net-Frame-1.18.tar.gz) = 3aa45fa297447dc844a9205fe5d60d9c49762a9fd222d37371df52bafcac527a +SIZE (Net-Frame-1.18.tar.gz) = 29913