Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2016 13:09:40 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406333 - head/devel/p5-Specio
Message-ID:  <201601171309.u0HD9eIt099297@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.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 <bsd.port.post.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601171309.u0HD9eIt099297>