Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Apr 2015 13:38:39 +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: r384795 - head/mail/p5-Dancer-Plugin-Email
Message-ID:  <201504261338.t3QDcdSs037333@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Apr 26 13:38:38 2015
New Revision: 384795
URL: https://svnweb.freebsd.org/changeset/ports/384795

Log:
  - Update to 1.0400
  - Fix *_DEPENDS
  - Reformat pkg-descr
  - Take maintainership
  
  Changes:	http://search.cpan.org/dist/Dancer-Plugin-Email/CHANGES

Modified:
  head/mail/p5-Dancer-Plugin-Email/Makefile
  head/mail/p5-Dancer-Plugin-Email/distinfo
  head/mail/p5-Dancer-Plugin-Email/pkg-descr

Modified: head/mail/p5-Dancer-Plugin-Email/Makefile
==============================================================================
--- head/mail/p5-Dancer-Plugin-Email/Makefile	Sun Apr 26 13:38:33 2015	(r384794)
+++ head/mail/p5-Dancer-Plugin-Email/Makefile	Sun Apr 26 13:38:38 2015	(r384795)
@@ -1,26 +1,26 @@
 # $FreeBSD$
 
 PORTNAME=	Dancer-Plugin-Email
-PORTVERSION=	1.0300
+PORTVERSION=	1.0400
 CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:IRONCAMEL
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Simple email handling for Dancer applications
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-Dancer>=1.2:${PORTSDIR}/www/p5-Dancer \
-		p5-Exporter-Tiny>=0:${PORTSDIR}/devel/p5-Exporter-Tiny \
+BUILD_DEPENDS=	p5-Dancer>=0:${PORTSDIR}/www/p5-Dancer \
+		p5-Email-Date-Format>=0:${PORTSDIR}/mail/p5-Email-Date-Format \
 		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}
 
-USES=		perl5
 USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/mail/p5-Dancer-Plugin-Email/distinfo
==============================================================================
--- head/mail/p5-Dancer-Plugin-Email/distinfo	Sun Apr 26 13:38:33 2015	(r384794)
+++ head/mail/p5-Dancer-Plugin-Email/distinfo	Sun Apr 26 13:38:38 2015	(r384795)
@@ -1,2 +1,2 @@
-SHA256 (Dancer-Plugin-Email-1.0300.tar.gz) = f6e03fb9c900c334a3197ed5d893443b718f63812e1629794813d6ec6ec2967c
-SIZE (Dancer-Plugin-Email-1.0300.tar.gz) = 18052
+SHA256 (Dancer-Plugin-Email-1.0400.tar.gz) = 86bf23d47b82cc26c2d8c9ef81bc5fce0a8031a0122869ce2bf8b5c2e7ed4cba
+SIZE (Dancer-Plugin-Email-1.0400.tar.gz) = 18486

Modified: head/mail/p5-Dancer-Plugin-Email/pkg-descr
==============================================================================
--- head/mail/p5-Dancer-Plugin-Email/pkg-descr	Sun Apr 26 13:38:33 2015	(r384794)
+++ head/mail/p5-Dancer-Plugin-Email/pkg-descr	Sun Apr 26 13:38:38 2015	(r384795)
@@ -1,7 +1,6 @@
-Dancer::Plugin::Email provides an easy way of handling text or
-html email messages with or without attachments. Simply define
-how you wish to send the email in your application's YAML
-configuration file, then call the email keyword passing the
-necessary parameters.
+Dancer::Plugin::Email provides an easy way of handling text or html email
+messages with or without attachments. Simply define how you wish to send the
+email in your application's YAML configuration file, then call the email keyword
+passing the necessary parameters.
 
 WWW: http://search.cpan.org/dist/Dancer-Plugin-Email/



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