Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 2015 09:45: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: r390772 - head/www/p5-HTML-FormHandler
Message-ID:  <201506280945.t5S9jeUL095952@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jun 28 09:45:39 2015
New Revision: 390772
URL: https://svnweb.freebsd.org/changeset/ports/390772

Log:
  - Update to 0.40062
  - Fix *_DEPENDS: upstream replaced List::AllUtils with List::Util in 0.40060
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/HTML-FormHandler/Changes

Modified:
  head/www/p5-HTML-FormHandler/Makefile
  head/www/p5-HTML-FormHandler/distinfo

Modified: head/www/p5-HTML-FormHandler/Makefile
==============================================================================
--- head/www/p5-HTML-FormHandler/Makefile	Sun Jun 28 09:45:34 2015	(r390771)
+++ head/www/p5-HTML-FormHandler/Makefile	Sun Jun 28 09:45:39 2015	(r390772)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	HTML-FormHandler
-PORTVERSION=	0.40061
+PORTVERSION=	0.40062
 PORTEPOCH=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
@@ -24,7 +24,6 @@ BUILD_DEPENDS=	p5-Class-Load>=0.06:${POR
 		p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \
 		p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
 		p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
-		p5-List-AllUtils>=0.07:${PORTSDIR}/devel/p5-List-AllUtils \
 		p5-Locale-Maketext>=1.09:${PORTSDIR}/devel/p5-Locale-Maketext \
 		p5-Moose>=2.0007:${PORTSDIR}/devel/p5-Moose \
 		p5-MooseX-Getopt>=0.16:${PORTSDIR}/devel/p5-MooseX-Getopt \
@@ -45,7 +44,15 @@ TEST_DEPENDS=	p5-Test-Differences>=0:${P
 		p5-Type-Tiny>=0:${PORTSDIR}/devel/p5-Type-Tiny \
 		p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.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/www/p5-HTML-FormHandler/distinfo
==============================================================================
--- head/www/p5-HTML-FormHandler/distinfo	Sun Jun 28 09:45:34 2015	(r390771)
+++ head/www/p5-HTML-FormHandler/distinfo	Sun Jun 28 09:45:39 2015	(r390772)
@@ -1,2 +1,2 @@
-SHA256 (HTML-FormHandler-0.40061.tar.gz) = d30e7e0f54f4d3d79488a1407218eaf0e20022f9d5d3f7ec3e419be16306a28d
-SIZE (HTML-FormHandler-0.40061.tar.gz) = 308227
+SHA256 (HTML-FormHandler-0.40062.tar.gz) = 3835b60b9fe5e8213e21c8f032fd7513aec4b325f60761539f79c991b7d228d1
+SIZE (HTML-FormHandler-0.40062.tar.gz) = 308594



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