Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 2016 21:41:36 +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: r405967 - head/mail/p5-Dancer2-Plugin-Email
Message-ID:  <201601122141.u0CLfa50081102@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jan 12 21:41:35 2016
New Revision: 405967
URL: https://svnweb.freebsd.org/changeset/ports/405967

Log:
  - Update to 0.0002
  - Add TEST_DEPENDS
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/Dancer2-Plugin-Email/CHANGES

Modified:
  head/mail/p5-Dancer2-Plugin-Email/Makefile
  head/mail/p5-Dancer2-Plugin-Email/distinfo

Modified: head/mail/p5-Dancer2-Plugin-Email/Makefile
==============================================================================
--- head/mail/p5-Dancer2-Plugin-Email/Makefile	Tue Jan 12 21:41:30 2016	(r405966)
+++ head/mail/p5-Dancer2-Plugin-Email/Makefile	Tue Jan 12 21:41:35 2016	(r405967)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Dancer2-Plugin-Email
-PORTVERSION=	0.0001
+PORTVERSION=	0.0002
 CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,12 +12,14 @@ COMMENT=	Simple email handling for Dance
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-Dancer2>=0.156001:${PORTSDIR}/www/p5-Dancer2 \
+BUILD_DEPENDS=	p5-Dancer2>=0:${PORTSDIR}/www/p5-Dancer2 \
 		p5-Email-Sender>=0:${PORTSDIR}/mail/p5-Email-Sender \
 		p5-File-Type>=0:${PORTSDIR}/devel/p5-File-Type \
 		p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-WWW-Mechanize-PSGI>=0.35:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-PSGI
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/mail/p5-Dancer2-Plugin-Email/distinfo
==============================================================================
--- head/mail/p5-Dancer2-Plugin-Email/distinfo	Tue Jan 12 21:41:30 2016	(r405966)
+++ head/mail/p5-Dancer2-Plugin-Email/distinfo	Tue Jan 12 21:41:35 2016	(r405967)
@@ -1,2 +1,2 @@
-SHA256 (Dancer2-Plugin-Email-0.0001.tar.gz) = cf9c37e9ddb61ca66704a32670c93f8b6f8c1a8c9e0566ebc688f6ed1ad8ba62
-SIZE (Dancer2-Plugin-Email-0.0001.tar.gz) = 13983
+SHA256 (Dancer2-Plugin-Email-0.0002.tar.gz) = c1adf5e2e2a973528cbbd5588d89d1d35670cf917b6741dbd260e568632e2ce2
+SIZE (Dancer2-Plugin-Email-0.0002.tar.gz) = 15005



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