From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 13:38:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E0058CA2; Sun, 26 Apr 2015 13:38:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C18B1170F; Sun, 26 Apr 2015 13:38:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QDcdRN037345; Sun, 26 Apr 2015 13:38:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QDcdSs037333; Sun, 26 Apr 2015 13:38:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504261338.t3QDcdSs037333@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Apr 2015 13:38:39 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 13:38:40 -0000 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 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/