From owner-svn-ports-head@freebsd.org Sun Jan 17 13:09:42 2016 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 4D629A86F62; Sun, 17 Jan 2016 13:09:42 +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 02F6F1617; Sun, 17 Jan 2016 13:09:41 +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 u0HD9eWY099299; Sun, 17 Jan 2016 13:09:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HD9eIt099297; Sun, 17 Jan 2016 13:09:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601171309.u0HD9eIt099297@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 17 Jan 2016 13:09:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406333 - head/devel/p5-Specio 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.20 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: Sun, 17 Jan 2016 13:09:42 -0000 Author: sunpoet Date: Sun Jan 17 13:09:40 2016 New Revision: 406333 URL: https://svnweb.freebsd.org/changeset/ports/406333 Log: - Update to 0.12 - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Specio/Changes Sponsored by: PortsCamp Taiwan Modified: head/devel/p5-Specio/Makefile head/devel/p5-Specio/distinfo Modified: head/devel/p5-Specio/Makefile ============================================================================== --- head/devel/p5-Specio/Makefile Sun Jan 17 13:09:35 2016 (r406332) +++ head/devel/p5-Specio/Makefile Sun Jan 17 13:09:40 2016 (r406333) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Specio -PORTVERSION= 0.11 -PORTREVISION= 1 +PORTVERSION= 0.12 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DROLSKY @@ -13,6 +12,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Type constraints and coercions for Perl LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ p5-Class-Method-Modifiers>=0:${PORTSDIR}/devel/p5-Class-Method-Modifiers \ @@ -20,7 +20,6 @@ BUILD_DEPENDS= p5-Class-Load>=0:${PORTSD p5-Devel-StackTrace>=0:${PORTSDIR}/devel/p5-Devel-StackTrace \ p5-Eval-Closure>=0:${PORTSDIR}/devel/p5-Eval-Closure \ p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \ p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \ @@ -31,7 +30,15 @@ TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDI p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean +NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include +.include + +.if ${PERL_LEVEL} < 502000 +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + +.include Modified: head/devel/p5-Specio/distinfo ============================================================================== --- head/devel/p5-Specio/distinfo Sun Jan 17 13:09:35 2016 (r406332) +++ head/devel/p5-Specio/distinfo Sun Jan 17 13:09:40 2016 (r406333) @@ -1,2 +1,2 @@ -SHA256 (Specio-0.11.tar.gz) = 5f29873856fecd9f6467c4e03a08df2e16323cb7031fcf853dff3e8dbac6972a -SIZE (Specio-0.11.tar.gz) = 50904 +SHA256 (Specio-0.12.tar.gz) = b70f338cafd2cf195895f1ce2755eab1d7a48cee19f8b9b6e2616193a9a504bb +SIZE (Specio-0.12.tar.gz) = 62488