From owner-svn-ports-head@freebsd.org Tue Feb 28 09:47:20 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 A20E8CEE8E1; Tue, 28 Feb 2017 09:47:20 +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 6EF91A25; Tue, 28 Feb 2017 09:47:20 +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 v1S9lJ4C068889; Tue, 28 Feb 2017 09:47:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9lJYt068887; Tue, 28 Feb 2017 09:47:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280947.v1S9lJYt068887@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:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435028 - head/mail/p5-Email-Date 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:20 -0000 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