svn commit: r405967 - head/mail/p5-Dancer2-Plugin-Email

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 12 21:41:37 UTC 2016


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


More information about the svn-ports-all mailing list