From f1351cf57cf058a57cb3fa71e000aaceff4ec6bb Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Feb 2017 09:47:13 +0000 Subject: Use real PORTVERSION and update dependent ports - Add LICENSE_FILE - Sort PLIST --- devel/p5-SVN-Notify/Makefile | 2 +- mail/p5-Email-Address-Loose/Makefile | 2 +- mail/p5-Email-Address/Makefile | 4 ++-- mail/p5-Email-Address/pkg-plist | 2 +- mail/p5-Email-MessageID/Makefile | 2 +- mail/p5-Email-Reply/Makefile | 2 +- mail/p5-Email-Send/Makefile | 2 +- textproc/p5-Perl-Critic/Makefile | 2 +- www/p5-Toader/Makefile | 2 +- www/rt42/Makefile.cpan | 2 +- www/rt44/Makefile.cpan | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/devel/p5-SVN-Notify/Makefile b/devel/p5-SVN-Notify/Makefile index d14bf212261b..6f49c426026f 100644 --- a/devel/p5-SVN-Notify/Makefile +++ b/devel/p5-SVN-Notify/Makefile @@ -14,7 +14,7 @@ COMMENT= Subversion activity notification 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 diff --git a/mail/p5-Email-Address-Loose/Makefile b/mail/p5-Email-Address-Loose/Makefile index e9369953d5e3..22a3a3657891 100644 --- a/mail/p5-Email-Address-Loose/Makefile +++ b/mail/p5-Email-Address-Loose/Makefile @@ -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 diff --git a/mail/p5-Email-Address/Makefile b/mail/p5-Email-Address/Makefile index ed64c320c624..16e3505e199b 100644 --- a/mail/p5-Email-Address/Makefile +++ b/mail/p5-Email-Address/Makefile @@ -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 diff --git a/mail/p5-Email-Address/pkg-plist b/mail/p5-Email-Address/pkg-plist index a8d620398dc0..00d81717b830 100644 --- a/mail/p5-Email-Address/pkg-plist +++ b/mail/p5-Email-Address/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Email::Address.3.gz %%SITE_PERL%%/Email/Address.pm +%%PERL5_MAN3%%/Email::Address.3.gz diff --git a/mail/p5-Email-MessageID/Makefile b/mail/p5-Email-MessageID/Makefile index 028c8f4ba662..a3ce655522a9 100644 --- a/mail/p5-Email-MessageID/Makefile +++ b/mail/p5-Email-MessageID/Makefile @@ -13,7 +13,7 @@ COMMENT= Generate world unique message-ids 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 diff --git a/mail/p5-Email-Reply/Makefile b/mail/p5-Email-Reply/Makefile index b6b94014d490..c183eb66d696 100644 --- a/mail/p5-Email-Reply/Makefile +++ b/mail/p5-Email-Reply/Makefile @@ -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 diff --git a/mail/p5-Email-Send/Makefile b/mail/p5-Email-Send/Makefile index fa640e8217f2..76b754e73f88 100644 --- a/mail/p5-Email-Send/Makefile +++ b/mail/p5-Email-Send/Makefile @@ -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 diff --git a/textproc/p5-Perl-Critic/Makefile b/textproc/p5-Perl-Critic/Makefile index 486d14d31460..7d87d4f0450f 100644 --- a/textproc/p5-Perl-Critic/Makefile +++ b/textproc/p5-Perl-Critic/Makefile @@ -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 \ diff --git a/www/p5-Toader/Makefile b/www/p5-Toader/Makefile index d255104e2cee..899334ff8ca8 100644 --- a/www/p5-Toader/Makefile +++ b/www/p5-Toader/Makefile @@ -25,7 +25,7 @@ BUILD_DEPENDS= p5-Config-Tiny>=2.14:devel/p5-Config-Tiny \ 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 \ diff --git a/www/rt42/Makefile.cpan b/www/rt42/Makefile.cpan index 8e45c4b19189..4a9c15804716 100644 --- a/www/rt42/Makefile.cpan +++ b/www/rt42/Makefile.cpan @@ -91,7 +91,7 @@ CORE_DEPS= p5-Apache-Session>=1.53:www/p5-Apache-Session \ 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 \ diff --git a/www/rt44/Makefile.cpan b/www/rt44/Makefile.cpan index 8243cff8ce84..a633ed02d520 100644 --- a/www/rt44/Makefile.cpan +++ b/www/rt44/Makefile.cpan @@ -107,7 +107,7 @@ CORE_DEPS= p5-Apache-Session>=1.53:www/p5-Apache-Session \ 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 \ -- cgit v1.2.3