From owner-svn-ports-all@freebsd.org Mon Apr 8 16:54:09 2019 Return-Path: Delivered-To: svn-ports-all@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 C911F155F9B8; Mon, 8 Apr 2019 16:54:08 +0000 (UTC) (envelope-from swills@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 693BD812A9; Mon, 8 Apr 2019 16:54:08 +0000 (UTC) (envelope-from swills@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 5624726329; Mon, 8 Apr 2019 16:54:08 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x38Gs8Jp005320; Mon, 8 Apr 2019 16:54:08 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x38Gs8bO005318; Mon, 8 Apr 2019 16:54:08 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201904081654.x38Gs8bO005318@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 8 Apr 2019 16:54:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498389 - head/mail/p5-Mail-DMARC X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/mail/p5-Mail-DMARC X-SVN-Commit-Revision: 498389 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 693BD812A9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 08 Apr 2019 16:54:09 -0000 Author: swills Date: Mon Apr 8 16:54:07 2019 New Revision: 498389 URL: https://svnweb.freebsd.org/changeset/ports/498389 Log: mail/p5-Mail-DMARC: update to 1.20190308 PR: 237115 Submitted by: geoffroy desvernay (maintainer) Modified: head/mail/p5-Mail-DMARC/Makefile (contents, props changed) head/mail/p5-Mail-DMARC/distinfo (contents, props changed) Modified: head/mail/p5-Mail-DMARC/Makefile ============================================================================== --- head/mail/p5-Mail-DMARC/Makefile Mon Apr 8 16:50:55 2019 (r498388) +++ head/mail/p5-Mail-DMARC/Makefile Mon Apr 8 16:54:07 2019 (r498389) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Mail-DMARC -PORTVERSION= 1.20180125 +PORTVERSION= 1.20190308 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,6 +20,7 @@ RUN_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:security/p5-Crypt p5-Net-IP>=0:net-mgmt/p5-Net-IP \ p5-Socket6>=0:net/p5-Socket6 \ p5-Email-MIME>=0:mail/p5-Email-MIME \ + p5-HTTP-Message>=0:www/p5-HTTP-Message \ p5-HTTP-Tiny>=0:www/p5-HTTP-Tiny \ p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ p5-JSON>=0:converters/p5-JSON \ @@ -37,14 +38,14 @@ RUN_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:security/p5-Crypt p5-Net-HTTP>=0:net/p5-Net-HTTP \ p5-Test-Output>=0:devel/p5-Test-Output \ p5-Net-DNS>=0:dns/p5-Net-DNS \ - p5-Net-IDN-Encode>=0:textproc/p5-Net-IDN-Encode + p5-Net-IDN-Encode>=0:textproc/p5-Net-IDN-Encode \ + p5-libwww>=0:www/p5-libwww \ + p5-URI>=0:net/p5-URI - USES= perl5 shebangfix USE_PERL5= configure + SHEBANG_FILES= bin/* NO_ARCH= yes - -#SUB_LIST= PERL5_MAN1=${SITE_PERL_REL}/man/man1 .include Modified: head/mail/p5-Mail-DMARC/distinfo ============================================================================== --- head/mail/p5-Mail-DMARC/distinfo Mon Apr 8 16:50:55 2019 (r498388) +++ head/mail/p5-Mail-DMARC/distinfo Mon Apr 8 16:54:07 2019 (r498389) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519250339 -SHA256 (Mail-DMARC-1.20180125.tar.gz) = 62f7ab98144265a87e5e0a5fb1cf56e6b70457d9234bf15e6af8bba3c7e6e363 -SIZE (Mail-DMARC-1.20180125.tar.gz) = 730191 +TIMESTAMP = 1554736675 +SHA256 (Mail-DMARC-1.20190308.tar.gz) = fc11f1b29a31e94be7805a9230259e3e578bd53461c2ff700679c94104b5a518 +SIZE (Mail-DMARC-1.20190308.tar.gz) = 730115