From owner-svn-ports-head@freebsd.org Fri Jan 4 19:27:37 2019 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 885221436E9D; Fri, 4 Jan 2019 19:27:37 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2DB0480508; Fri, 4 Jan 2019 19:27:37 +0000 (UTC) (envelope-from pi@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 1E68B53DB; Fri, 4 Jan 2019 19:27:37 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x04JRbun000961; Fri, 4 Jan 2019 19:27:37 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x04JRagH000960; Fri, 4 Jan 2019 19:27:37 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201901041927.x04JRagH000960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 4 Jan 2019 19:27:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489265 - head/mail/p5-Email-Sender X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/mail/p5-Email-Sender X-SVN-Commit-Revision: 489265 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2DB0480508 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.96)[-0.955,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 04 Jan 2019 19:27:37 -0000 Author: pi Date: Fri Jan 4 19:27:36 2019 New Revision: 489265 URL: https://svnweb.freebsd.org/changeset/ports/489265 Log: p5-Email-Sender: change run-dep Email-Address-XS back to Email-Address - the run-dep Email-Address-XS is not used by the module without Email-Address-UseXS - So it's either add Email-Address-UseXS or back to Email-Address PR: 233803 Reported by: dvl Approved by: unbreak blanket Modified: head/mail/p5-Email-Sender/Makefile Modified: head/mail/p5-Email-Sender/Makefile ============================================================================== --- head/mail/p5-Email-Sender/Makefile Fri Jan 4 19:25:15 2019 (r489264) +++ head/mail/p5-Email-Sender/Makefile Fri Jan 4 19:27:36 2019 (r489265) @@ -3,7 +3,7 @@ PORTNAME= Email-Sender PORTVERSION= 1.300031 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS @@ -17,7 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Email-Abstract>=3.006:mail/p5-Email-Abstract \ - p5-Email-Address-XS>=0:mail/p5-Email-Address-XS \ + p5-Email-Address>=0:mail/p5-Email-Address \ p5-Email-Simple>=1.998:mail/p5-Email-Simple \ p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ p5-Module-Runtime>=0:devel/p5-Module-Runtime \