From owner-svn-ports-head@freebsd.org Wed Oct 10 10:23:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A348610CF2DD; Wed, 10 Oct 2018 10:23:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 58ABF787AB; Wed, 10 Oct 2018 10:23:36 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 53BF71F9F3; Wed, 10 Oct 2018 10:23:36 +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 w9AANal2044249; Wed, 10 Oct 2018 10:23:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9AANaOp044246; Wed, 10 Oct 2018 10:23:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810101023.w9AANaOp044246@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 10 Oct 2018 10:23:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481717 - head/mail/p5-Email-Send X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/mail/p5-Email-Send X-SVN-Commit-Revision: 481717 X-SVN-Commit-Repository: ports 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.27 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: Wed, 10 Oct 2018 10:23:36 -0000 Author: sunpoet Date: Wed Oct 10 10:23:35 2018 New Revision: 481717 URL: https://svnweb.freebsd.org/changeset/ports/481717 Log: Update to 2.201 - Add LICENSE - Fix *_DEPENDS - Add removed Perl core module to *_DEPENDS - Add TEST_DEPENDS - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/Email-Send Modified: head/mail/p5-Email-Send/Makefile head/mail/p5-Email-Send/distinfo Modified: head/mail/p5-Email-Send/Makefile ============================================================================== --- head/mail/p5-Email-Send/Makefile Wed Oct 10 10:23:27 2018 (r481716) +++ head/mail/p5-Email-Send/Makefile Wed Oct 10 10:23:35 2018 (r481717) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Email-Send -PORTVERSION= 2.199 -PORTREVISION= 1 +PORTVERSION= 2.201 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,14 +10,22 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Email::Send - Simply Sending Email +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Class-Accessor>=0.19:devel/p5-Class-Accessor \ +RUN_DEPENDS= p5-Email-Abstract>=0:mail/p5-Email-Abstract \ p5-Email-Address>=1.800:mail/p5-Email-Address \ p5-Email-Simple>=1.92:mail/p5-Email-Simple \ - p5-Return-Value>=1.28:devel/p5-Return-Value \ - p5-UNIVERSAL-require>=0:devel/p5-UNIVERSAL-require + p5-Module-Pluggable>=2.97:devel/p5-Module-Pluggable \ + p5-Return-Value>=0:devel/p5-Return-Value +TEST_DEPENDS= p5-MIME-Tools>=0:mail/p5-MIME-Tools \ + p5-Mail-Tools>=0:mail/p5-Mail-Tools USES= perl5 USE_PERL5= configure + +NO_ARCH= yes .include Modified: head/mail/p5-Email-Send/distinfo ============================================================================== --- head/mail/p5-Email-Send/distinfo Wed Oct 10 10:23:27 2018 (r481716) +++ head/mail/p5-Email-Send/distinfo Wed Oct 10 10:23:35 2018 (r481717) @@ -1,2 +1,3 @@ -SHA256 (Email-Send-2.199.tar.gz) = 8b13ed3463a5113b3b805e9b0be4fdc2c4a16d19b99257e51752884fc08dc5c6 -SIZE (Email-Send-2.199.tar.gz) = 28756 +TIMESTAMP = 1536950583 +SHA256 (Email-Send-2.201.tar.gz) = 4bbec933558d7cc9b8152bad86dd313de277a21a89b4ea83d84e61587e95dbc6 +SIZE (Email-Send-2.201.tar.gz) = 30041