From owner-svn-ports-head@freebsd.org Tue Nov 7 21:03:25 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72F44E64902; Tue, 7 Nov 2017 21:03:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 420BE69E19; Tue, 7 Nov 2017 21:03:25 +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 vA7L29ns076932; Tue, 7 Nov 2017 21:02:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA7L29EW076930; Tue, 7 Nov 2017 21:02:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201711072102.vA7L29EW076930@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 7 Nov 2017 21:02:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453688 - head/security/p5-Unix-Passwd-File X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/p5-Unix-Passwd-File X-SVN-Commit-Revision: 453688 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.23 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: Tue, 07 Nov 2017 21:03:25 -0000 Author: sunpoet Date: Tue Nov 7 21:02:08 2017 New Revision: 453688 URL: https://svnweb.freebsd.org/changeset/ports/453688 Log: Update to 0.250 Changes: http://search.cpan.org/dist/Unix-Passwd-File/Changes Modified: head/security/p5-Unix-Passwd-File/Makefile head/security/p5-Unix-Passwd-File/distinfo Modified: head/security/p5-Unix-Passwd-File/Makefile ============================================================================== --- head/security/p5-Unix-Passwd-File/Makefile Tue Nov 7 21:02:03 2017 (r453687) +++ head/security/p5-Unix-Passwd-File/Makefile Tue Nov 7 21:02:08 2017 (r453688) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Unix-Passwd-File -PORTVERSION= 0.24 +PORTVERSION= 0.250 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -28,4 +28,11 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} < 502501 +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils +.endif + +.include Modified: head/security/p5-Unix-Passwd-File/distinfo ============================================================================== --- head/security/p5-Unix-Passwd-File/distinfo Tue Nov 7 21:02:03 2017 (r453687) +++ head/security/p5-Unix-Passwd-File/distinfo Tue Nov 7 21:02:08 2017 (r453688) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499771060 -SHA256 (Unix-Passwd-File-0.24.tar.gz) = e5f7ecedad4522afd2fd0e1bfb0934f663882e9eb69e24935a0a191502028ae9 -SIZE (Unix-Passwd-File-0.24.tar.gz) = 39629 +TIMESTAMP = 1510070467 +SHA256 (Unix-Passwd-File-0.250.tar.gz) = a04665ab5ba0f67ba79b13250b42ae996815d349543405e8c41cca5e9298cf75 +SIZE (Unix-Passwd-File-0.250.tar.gz) = 40969