From owner-svn-ports-head@freebsd.org Tue Feb 28 09:47:16 2017 Return-Path: Delivered-To: svn-ports-head@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 1C140CEE898; Tue, 28 Feb 2017 09:47:16 +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 mx1.freebsd.org (Postfix) with ESMTPS id D00489BA; Tue, 28 Feb 2017 09:47:15 +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 v1S9lECp068771; Tue, 28 Feb 2017 09:47:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9lDEE068759; Tue, 28 Feb 2017 09:47:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280947.v1S9lDEE068759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Feb 2017 09:47:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435027 - in head: devel/p5-SVN-Notify mail/p5-Email-Address mail/p5-Email-Address-Loose mail/p5-Email-MessageID mail/p5-Email-Reply mail/p5-Email-Send textproc/p5-Perl-Critic www/p5-To... X-SVN-Group: ports-head 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.23 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: Tue, 28 Feb 2017 09:47:16 -0000 Author: sunpoet Date: Tue Feb 28 09:47:13 2017 New Revision: 435027 URL: https://svnweb.freebsd.org/changeset/ports/435027 Log: Use real PORTVERSION and update dependent ports - Add LICENSE_FILE - Sort PLIST Modified: head/devel/p5-SVN-Notify/Makefile head/mail/p5-Email-Address-Loose/Makefile head/mail/p5-Email-Address/Makefile head/mail/p5-Email-Address/pkg-plist head/mail/p5-Email-MessageID/Makefile head/mail/p5-Email-Reply/Makefile head/mail/p5-Email-Send/Makefile head/textproc/p5-Perl-Critic/Makefile head/www/p5-Toader/Makefile head/www/rt42/Makefile.cpan (contents, props changed) head/www/rt44/Makefile.cpan Modified: head/devel/p5-SVN-Notify/Makefile ============================================================================== --- head/devel/p5-SVN-Notify/Makefile Tue Feb 28 09:47:07 2017 (r435026) +++ head/devel/p5-SVN-Notify/Makefile Tue Feb 28 09:47:13 2017 (r435027) @@ -14,7 +14,7 @@ COMMENT= Subversion activity notificatio LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Email-Address>=1.89.7:mail/p5-Email-Address \ +BUILD_DEPENDS= p5-Email-Address>=1.897:mail/p5-Email-Address \ p5-HTML-Parser>=0:www/p5-HTML-Parser \ p5-Net-SMTP-TLS>=0:mail/p5-Net-SMTP-TLS \ p5-Text-Trac>=0.10:textproc/p5-Text-Trac Modified: head/mail/p5-Email-Address-Loose/Makefile ============================================================================== --- head/mail/p5-Email-Address-Loose/Makefile Tue Feb 28 09:47:07 2017 (r435026) +++ head/mail/p5-Email-Address-Loose/Makefile Tue Feb 28 09:47:13 2017 (r435027) @@ -11,7 +11,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to make Email::Address->parse() loose RUN_DEPENDS= \ - p5-Email-Address>=1.88.9:mail/p5-Email-Address + p5-Email-Address>=1.889:mail/p5-Email-Address BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 Modified: head/mail/p5-Email-Address/Makefile ============================================================================== --- head/mail/p5-Email-Address/Makefile Tue Feb 28 09:47:07 2017 (r435026) +++ head/mail/p5-Email-Address/Makefile Tue Feb 28 09:47:13 2017 (r435027) @@ -2,17 +2,17 @@ # $FreeBSD$ PORTNAME= Email-Address -PORTVERSION= 1.90.8 +PORTVERSION= 1.908 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= RFC 2822 Address Parsing and Creation LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= configure Modified: head/mail/p5-Email-Address/pkg-plist ============================================================================== --- head/mail/p5-Email-Address/pkg-plist Tue Feb 28 09:47:07 2017 (r435026) +++ head/mail/p5-Email-Address/pkg-plist Tue Feb 28 09:47:13 2017 (r435027) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Email::Address.3.gz %%SITE_PERL%%/Email/Address.pm +%%PERL5_MAN3%%/Email::Address.3.gz Modified: head/mail/p5-Email-MessageID/Makefile ============================================================================== --- head/mail/p5-Email-MessageID/Makefile Tue Feb 28 09:47:07 2017 (r435026) +++ head/mail/p5-Email-MessageID/Makefile Tue Feb 28 09:47:13 2017 (r435027) @@ -13,7 +13,7 @@ COMMENT= Generate world unique message-i LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Email-Address>=1.80:mail/p5-Email-Address +BUILD_DEPENDS= p5-Email-Address>=1.800:mail/p5-Email-Address RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes Modified: head/mail/p5-Email-Reply/Makefile ============================================================================== --- head/mail/p5-Email-Reply/Makefile Tue Feb 28 09:47:07 2017 (r435026) +++ head/mail/p5-Email-Reply/Makefile Tue Feb 28 09:47:13 2017 (r435027) @@ -14,7 +14,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Email-Abstract>=2.01:mail/p5-Email-Abstract \ - p5-Email-Address>=1.80:mail/p5-Email-Address \ + p5-Email-Address>=1.800:mail/p5-Email-Address \ p5-Email-MIME>=1.82:mail/p5-Email-MIME RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny Modified: head/mail/p5-Email-Send/Makefile ============================================================================== --- head/mail/p5-Email-Send/Makefile Tue Feb 28 09:47:07 2017 (r435026) +++ head/mail/p5-Email-Send/Makefile Tue Feb 28 09:47:13 2017 (r435027) @@ -12,7 +12,7 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= Email::Send - Simply Sending Email BUILD_DEPENDS= p5-Class-Accessor>=0.19:devel/p5-Class-Accessor \ - p5-Email-Address>=1.80:mail/p5-Email-Address \ + 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 Modified: head/textproc/p5-Perl-Critic/Makefile ============================================================================== --- head/textproc/p5-Perl-Critic/Makefile Tue Feb 28 09:47:07 2017 (r435026) +++ head/textproc/p5-Perl-Critic/Makefile Tue Feb 28 09:47:13 2017 (r435027) @@ -17,7 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-B-Keywords>=1.05:devel/p5-B-Keywords \ p5-Config-Tiny>=2:devel/p5-Config-Tiny \ - p5-Email-Address>=1.88.9:mail/p5-Email-Address \ + p5-Email-Address>=1.889:mail/p5-Email-Address \ p5-Exception-Class>=1.23:devel/p5-Exception-Class \ p5-File-HomeDir>=0:devel/p5-File-HomeDir \ p5-File-Which>=0:sysutils/p5-File-Which \ Modified: head/www/p5-Toader/Makefile ============================================================================== --- head/www/p5-Toader/Makefile Tue Feb 28 09:47:07 2017 (r435026) +++ head/www/p5-Toader/Makefile Tue Feb 28 09:47:13 2017 (r435027) @@ -25,7 +25,7 @@ BUILD_DEPENDS= p5-Config-Tiny>=2.14:deve p5-File-Path>=2.09:devel/p5-File-Path \ p5-Time-HiRes>=1.9725:devel/p5-Time-HiRes \ p5-TimeDate>=1.20:devel/p5-TimeDate \ - p5-Email-Address>=1.89.7:mail/p5-Email-Address \ + p5-Email-Address>=1.897:mail/p5-Email-Address \ p5-Pod-Simple>=3.26:textproc/p5-Pod-Simple \ p5-File-Temp>=0.22:devel/p5-File-Temp \ p5-Image-ExifTool>=9.04:graphics/p5-Image-ExifTool \ Modified: head/www/rt42/Makefile.cpan ============================================================================== --- head/www/rt42/Makefile.cpan Tue Feb 28 09:47:07 2017 (r435026) +++ head/www/rt42/Makefile.cpan Tue Feb 28 09:47:13 2017 (r435027) @@ -91,7 +91,7 @@ CORE_DEPS= p5-Apache-Session>=1.53:www/p p5-DateTime>=0.44:devel/p5-DateTime \ p5-Devel-GlobalDestruction>0:devel/p5-Devel-GlobalDestruction \ p5-Devel-StackTrace>=1.30:devel/p5-Devel-StackTrace \ - p5-Email-Address>=1.89.7:mail/p5-Email-Address \ + p5-Email-Address>=1.897:mail/p5-Email-Address \ p5-Email-Address-List>=0.03:mail/p5-Email-Address-List \ p5-Encode>=2.64:converters/p5-Encode \ p5-File-ShareDir>0:devel/p5-File-ShareDir \ Modified: head/www/rt44/Makefile.cpan ============================================================================== --- head/www/rt44/Makefile.cpan Tue Feb 28 09:47:07 2017 (r435026) +++ head/www/rt44/Makefile.cpan Tue Feb 28 09:47:13 2017 (r435027) @@ -107,7 +107,7 @@ CORE_DEPS= p5-Apache-Session>=1.53:www/p p5-DateTime>=0.44:devel/p5-DateTime \ p5-Devel-GlobalDestruction>0:devel/p5-Devel-GlobalDestruction \ p5-Devel-StackTrace>=1.30:devel/p5-Devel-StackTrace \ - p5-Email-Address>=1.89.7:mail/p5-Email-Address \ + p5-Email-Address>=1.897:mail/p5-Email-Address \ p5-Email-Address-List>=0.03:mail/p5-Email-Address-List \ p5-Encode>=2.64:converters/p5-Encode \ p5-File-ShareDir>0:devel/p5-File-ShareDir \