From owner-svn-ports-head@freebsd.org Wed Feb 22 17:13:50 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 18DE6CE9E0D; Wed, 22 Feb 2017 17:13:50 +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 mx1.freebsd.org (Postfix) with ESMTPS id D95E21D5; Wed, 22 Feb 2017 17:13:49 +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 v1MHDmgp073496; Wed, 22 Feb 2017 17:13:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1MHDmtD073494; Wed, 22 Feb 2017 17:13:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702221713.v1MHDmtD073494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 22 Feb 2017 17:13:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434602 - head/devel/p5-MooseX-App X-SVN-Group: ports-head 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: Wed, 22 Feb 2017 17:13:50 -0000 Author: sunpoet Date: Wed Feb 22 17:13:48 2017 New Revision: 434602 URL: https://svnweb.freebsd.org/changeset/ports/434602 Log: Update to 1.3701 Changes: http://search.cpan.org/dist/MooseX-App/Changes Modified: head/devel/p5-MooseX-App/Makefile head/devel/p5-MooseX-App/distinfo Modified: head/devel/p5-MooseX-App/Makefile ============================================================================== --- head/devel/p5-MooseX-App/Makefile Wed Feb 22 17:13:43 2017 (r434601) +++ head/devel/p5-MooseX-App/Makefile Wed Feb 22 17:13:48 2017 (r434602) @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= MooseX-App -PORTVERSION= 1.37 +PORTVERSION= 1.37.01 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Write user-friendly command line apps with even less suffering @@ -28,4 +29,11 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include +.include + +.if ${PERL_LEVEL} < 502502 +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.44:lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.44:lang/p5-Scalar-List-Utils +.endif + +.include Modified: head/devel/p5-MooseX-App/distinfo ============================================================================== --- head/devel/p5-MooseX-App/distinfo Wed Feb 22 17:13:43 2017 (r434601) +++ head/devel/p5-MooseX-App/distinfo Wed Feb 22 17:13:48 2017 (r434602) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479403362 -SHA256 (MooseX-App-1.37.tar.gz) = 8db4d936bb3c1c3730e40b7391cff6a4557e47c39d1182c55cba52ad3e77388d -SIZE (MooseX-App-1.37.tar.gz) = 88559 +TIMESTAMP = 1487767124 +SHA256 (MooseX-App-1.3701.tar.gz) = 57ef199b45fa26bc519a4cc4713783b76ebe5b572b19870ff5df3c56ac0dd77f +SIZE (MooseX-App-1.3701.tar.gz) = 90300