svn commit: r472105 - head/www/p5-Cookie-Baker

Wen Heping wen at FreeBSD.org
Sun Jun 10 00:33:30 UTC 2018


Author: wen
Date: Sun Jun 10 00:33:29 2018
New Revision: 472105
URL: https://svnweb.freebsd.org/changeset/ports/472105

Log:
  - Update to 0.09
  Changes: https://metacpan.org/changes/distribution/Cookie-Baker
  - Add missing TEST_DEPENDS
  
  PR:		228450
  Submitted by:	wenheping2000 at hotmail.com(myself)
  Approved by:	maintainer(timeout, > 14 days)

Modified:
  head/www/p5-Cookie-Baker/Makefile
  head/www/p5-Cookie-Baker/distinfo

Modified: head/www/p5-Cookie-Baker/Makefile
==============================================================================
--- head/www/p5-Cookie-Baker/Makefile	Sun Jun 10 00:29:15 2018	(r472104)
+++ head/www/p5-Cookie-Baker/Makefile	Sun Jun 10 00:33:29 2018	(r472105)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Cookie-Baker
-PORTVERSION=	0.05
+PORTVERSION=	0.09
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,12 +12,12 @@ COMMENT=	Perl extension for cookie string generator/pa
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	\
-	p5-URI>0:net/p5-URI
+RUN_DEPENDS=	p5-URI>0:net/p5-URI
 BUILD_DEPENDS=	${RUN_DEPENDS}
+TEST_DEPENDS=	p5-Test-Time>=0:devel/p5-Test-Time
 
 USES=		perl5
-USE_PERL5=	modbuild
+USE_PERL5=	modbuildtiny
 NO_ARCH=	YES
 
 .include <bsd.port.mk>

Modified: head/www/p5-Cookie-Baker/distinfo
==============================================================================
--- head/www/p5-Cookie-Baker/distinfo	Sun Jun 10 00:29:15 2018	(r472104)
+++ head/www/p5-Cookie-Baker/distinfo	Sun Jun 10 00:33:29 2018	(r472105)
@@ -1,2 +1,3 @@
-SHA256 (Cookie-Baker-0.05.tar.gz) = 28c0e2bcda793a55d77ab166e6ab6b5eb5c69c58f326d2b550f32a0b9520a98c
-SIZE (Cookie-Baker-0.05.tar.gz) = 11888
+TIMESTAMP = 1527155145
+SHA256 (Cookie-Baker-0.09.tar.gz) = be020a634162b319cab55b6e2bf10556a33a210a2eee8a2f1aa1b19b5e33aa4f
+SIZE (Cookie-Baker-0.09.tar.gz) = 12028


More information about the svn-ports-all mailing list