From owner-svn-ports-all@freebsd.org Tue Jan 12 21:41:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6275BA6DD5F; Tue, 12 Jan 2016 21:41:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 1D3831E6E; Tue, 12 Jan 2016 21:41:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0CLfaBh081104; Tue, 12 Jan 2016 21:41:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0CLfa50081102; Tue, 12 Jan 2016 21:41:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601122141.u0CLfa50081102@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 12 Jan 2016 21:41:36 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2016 21:41:37 -0000 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