svn commit: r463506 - head/www/p5-CGI-Simple

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 3 16:31:01 UTC 2018


Author: sunpoet
Date: Sat Mar  3 16:30:59 2018
New Revision: 463506
URL: https://svnweb.freebsd.org/changeset/ports/463506

Log:
  Update to 1.13
  
  - Add more TEST_DEPENDS
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/CGI-Simple/Changes

Modified:
  head/www/p5-CGI-Simple/Makefile
  head/www/p5-CGI-Simple/distinfo

Modified: head/www/p5-CGI-Simple/Makefile
==============================================================================
--- head/www/p5-CGI-Simple/Makefile	Sat Mar  3 16:30:54 2018	(r463505)
+++ head/www/p5-CGI-Simple/Makefile	Sat Mar  3 16:30:59 2018	(r463506)
@@ -2,10 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	CGI-Simple
-PORTVERSION=	1.115
+PORTVERSION=	1.130
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
+DISTNAME=	${PORTNAME}-${PORTVERSION:C|0$||}
 
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Simple totally OO CGI interface that is CGI.pm compliant
@@ -13,8 +14,11 @@ COMMENT=	Simple totally OO CGI interface that is CGI.p
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-TEST_DEPENDS=	p5-IO-stringy>=0:devel/p5-IO-stringy
+TEST_DEPENDS=	p5-IO-stringy>=0:devel/p5-IO-stringy \
+		p5-Test-Exception>=0:devel/p5-Test-Exception \
+		p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/www/p5-CGI-Simple/distinfo
==============================================================================
--- head/www/p5-CGI-Simple/distinfo	Sat Mar  3 16:30:54 2018	(r463505)
+++ head/www/p5-CGI-Simple/distinfo	Sat Mar  3 16:30:59 2018	(r463506)
@@ -1,2 +1,3 @@
-SHA256 (CGI-Simple-1.115.tar.gz) = 4f873bc9d055afb7b213684b5bc22d305a456f43c651377d3f2497176a587eda
-SIZE (CGI-Simple-1.115.tar.gz) = 85165
+TIMESTAMP = 1520017608
+SHA256 (CGI-Simple-1.13.tar.gz) = 9103e95926ff4c7f295559b862f3d4c5140301165ced73b06e7c0cc2542d384a
+SIZE (CGI-Simple-1.13.tar.gz) = 86216


More information about the svn-ports-head mailing list