Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jun 2017 05:51:59 +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: r443812 - head/textproc/p5-Petal-Mail
Message-ID:  <201706180551.v5I5px8G072415@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jun 18 05:51:58 2017
New Revision: 443812
URL: https://svnweb.freebsd.org/changeset/ports/443812

Log:
  Remove Perl core modules
  
  - Add LICENSE
  - Add NO_ARCH
  - Sort PLIST
  - Bump PORTREVISION for dependency change

Modified:
  head/textproc/p5-Petal-Mail/Makefile
  head/textproc/p5-Petal-Mail/pkg-plist

Modified: head/textproc/p5-Petal-Mail/Makefile
==============================================================================
--- head/textproc/p5-Petal-Mail/Makefile	Sun Jun 18 05:51:54 2017	(r443811)
+++ head/textproc/p5-Petal-Mail/Makefile	Sun Jun 18 05:51:58 2017	(r443812)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Petal-Mail
 PORTVERSION=	0.31
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:BPOSTLE
@@ -12,10 +12,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Format text e-mail using Petal
 
-BUILD_DEPENDS=	p5-Petal>=0:textproc/p5-Petal \
-		p5-Encode>=0:converters/p5-Encode
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Petal>=0:textproc/p5-Petal
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/textproc/p5-Petal-Mail/pkg-plist
==============================================================================
--- head/textproc/p5-Petal-Mail/pkg-plist	Sun Jun 18 05:51:54 2017	(r443811)
+++ head/textproc/p5-Petal-Mail/pkg-plist	Sun Jun 18 05:51:58 2017	(r443812)
@@ -1,3 +1,3 @@
-%%PERL5_MAN3%%/Petal::Mail.3.gz
 %%SITE_PERL%%/Petal/Mail.pm
 %%SITE_PERL%%/Petal/fake_sendmail.pl
+%%PERL5_MAN3%%/Petal::Mail.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706180551.v5I5px8G072415>