From owner-svn-ports-all@freebsd.org Fri Jan 12 14:24:39 2018 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 4F47AE67A7E; Fri, 12 Jan 2018 14:24:39 +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 92C286C14C; Fri, 12 Jan 2018 14:24:33 +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 8795824D2D; Fri, 12 Jan 2018 14:24:32 +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 w0CEOWvM068272; Fri, 12 Jan 2018 14:24:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0CEOWhi068270; Fri, 12 Jan 2018 14:24:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801121424.w0CEOWhi068270@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 12 Jan 2018 14:24:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458832 - head/mail/p5-Mail-DKIM X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/mail/p5-Mail-DKIM X-SVN-Commit-Revision: 458832 X-SVN-Commit-Repository: ports 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.25 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: Fri, 12 Jan 2018 14:24:39 -0000 Author: sunpoet Date: Fri Jan 12 14:24:32 2018 New Revision: 458832 URL: https://svnweb.freebsd.org/changeset/ports/458832 Log: Update to 0.51 - Fix *_DEPENDS - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Mail-DKIM/Changes Modified: head/mail/p5-Mail-DKIM/Makefile head/mail/p5-Mail-DKIM/distinfo Modified: head/mail/p5-Mail-DKIM/Makefile ============================================================================== --- head/mail/p5-Mail-DKIM/Makefile Fri Jan 12 14:24:27 2018 (r458831) +++ head/mail/p5-Mail-DKIM/Makefile Fri Jan 12 14:24:32 2018 (r458832) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mail-DKIM -PORTVERSION= 0.50 +PORTVERSION= 0.51 CATEGORIES= mail perl5 MASTER_SITES= CPAN \ http://jason.long.name/dkimproxy/ @@ -17,9 +17,10 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:security/p5-Crypt-OpenSSL-RSA \ p5-Mail-Tools>=0:mail/p5-Mail-Tools \ p5-Net-DNS>=0:dns/p5-Net-DNS \ - p5-Net-DNS-Resolver-Mock>=0:dns/p5-Net-DNS-Resolver-Mock \ - p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML + p5-Net-DNS-Resolver-Mock>=0:dns/p5-Net-DNS-Resolver-Mock RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-RequiresInternet>=0:devel/p5-Test-RequiresInternet \ + p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML NO_ARCH= yes USES= perl5 shebangfix Modified: head/mail/p5-Mail-DKIM/distinfo ============================================================================== --- head/mail/p5-Mail-DKIM/distinfo Fri Jan 12 14:24:27 2018 (r458831) +++ head/mail/p5-Mail-DKIM/distinfo Fri Jan 12 14:24:32 2018 (r458832) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513430423 -SHA256 (Mail-DKIM-0.50.tar.gz) = 2f4b2bd45a30c60e9ebed3014e6406aa518abcc8c7226b9838a299b64722cdf6 -SIZE (Mail-DKIM-0.50.tar.gz) = 161249 +TIMESTAMP = 1515762020 +SHA256 (Mail-DKIM-0.51.tar.gz) = ba464dd7f5ab63ae283cb7dd3bfc4c203f1dddf7e223d2d581257e9136fb06cf +SIZE (Mail-DKIM-0.51.tar.gz) = 161487