From owner-svn-ports-head@freebsd.org Wed Sep 12 22:56:54 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 4C23E109F1BC; Wed, 12 Sep 2018 22:56:54 +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 F40E375ED8; Wed, 12 Sep 2018 22:56:53 +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 ED7B352C2; Wed, 12 Sep 2018 22:56:53 +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 w8CMurgH071486; Wed, 12 Sep 2018 22:56:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8CMureT071484; Wed, 12 Sep 2018 22:56:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201809122256.w8CMureT071484@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, 12 Sep 2018 22:56:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479646 - head/mail/p5-Email-Valid X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/mail/p5-Email-Valid X-SVN-Commit-Revision: 479646 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, 12 Sep 2018 22:56:54 -0000 Author: sunpoet Date: Wed Sep 12 22:56:53 2018 New Revision: 479646 URL: https://svnweb.freebsd.org/changeset/ports/479646 Log: Update to 1.202 - Add LICENSE_FILE - Sort *_DEPENDS Changes: https://metacpan.org/changes/distribution/Email-Valid Modified: head/mail/p5-Email-Valid/Makefile head/mail/p5-Email-Valid/distinfo Modified: head/mail/p5-Email-Valid/Makefile ============================================================================== --- head/mail/p5-Email-Valid/Makefile Wed Sep 12 22:56:48 2018 (r479645) +++ head/mail/p5-Email-Valid/Makefile Wed Sep 12 22:56:53 2018 (r479646) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Email-Valid -PORTVERSION= 1.200 +PORTVERSION= 1.202 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS @@ -13,15 +13,16 @@ COMMENT= Check validity of Internet email addresses LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -COMMON_DEPENDS= p5-Net-DNS>0:dns/p5-Net-DNS \ - p5-Mail-Tools>0:mail/p5-Mail-Tools \ - p5-Net-Domain-TLD>0:dns/p5-Net-Domain-TLD -BUILD_DEPENDS= ${COMMON_DEPENDS} -RUN_DEPENDS= ${COMMON_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Mail-Tools>=0:mail/p5-Mail-Tools \ + p5-Net-DNS>0:dns/p5-Net-DNS \ + p5-Net-Domain-TLD>=1.65:dns/p5-Net-Domain-TLD USES= perl5 USE_PERL5= configure + NO_ARCH= yes .include Modified: head/mail/p5-Email-Valid/distinfo ============================================================================== --- head/mail/p5-Email-Valid/distinfo Wed Sep 12 22:56:48 2018 (r479645) +++ head/mail/p5-Email-Valid/distinfo Wed Sep 12 22:56:53 2018 (r479646) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473342690 -SHA256 (Email-Valid-1.200.tar.gz) = a4f059f72d19709a90ebe28ad54a0895ce692a7ed47070cb0a85680a3e5edb5a -SIZE (Email-Valid-1.200.tar.gz) = 33615 +TIMESTAMP = 1536761436 +SHA256 (Email-Valid-1.202.tar.gz) = d021089b662a60e6a0c8abdb72bd9c5e46848d248d98a98c1ea2addf1aac13a2 +SIZE (Email-Valid-1.202.tar.gz) = 33891