Date: Tue, 28 Feb 2017 09:47:19 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435028 - head/mail/p5-Email-Date Message-ID: <201702280947.v1S9lJYt068887@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Feb 28 09:47:19 2017 New Revision: 435028 URL: https://svnweb.freebsd.org/changeset/ports/435028 Log: Use real PORTVERSION - Add LICENSE - Remove Perl core modules - Add NO_ARCH - Sort PLIST Modified: head/mail/p5-Email-Date/Makefile head/mail/p5-Email-Date/pkg-plist Modified: head/mail/p5-Email-Date/Makefile ============================================================================== --- head/mail/p5-Email-Date/Makefile Tue Feb 28 09:47:13 2017 (r435027) +++ head/mail/p5-Email-Date/Makefile Tue Feb 28 09:47:19 2017 (r435028) @@ -2,23 +2,25 @@ # $FreeBSD$ PORTNAME= Email-Date -PORTVERSION= 1.10.4 -PORTREVISION= 1 +PORTVERSION= 1.104 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/.([0-9]+)$/\1/} MAINTAINER= perl@FreeBSD.org COMMENT= Find and Format Date Headers +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-Email-Abstract>=2.10:mail/p5-Email-Abstract \ p5-Email-Date-Format>=1:mail/p5-Email-Date-Format \ p5-Email-Simple>=1.9:mail/p5-Email-Simple \ - p5-Time-Piece>=1.08:devel/p5-Time-Piece \ p5-TimeDate>=1.16:devel/p5-TimeDate RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/mail/p5-Email-Date/pkg-plist ============================================================================== --- head/mail/p5-Email-Date/pkg-plist Tue Feb 28 09:47:13 2017 (r435027) +++ head/mail/p5-Email-Date/pkg-plist Tue Feb 28 09:47:19 2017 (r435028) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Email::Date.3.gz %%SITE_PERL%%/Email/Date.pm +%%PERL5_MAN3%%/Email::Date.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702280947.v1S9lJYt068887>