Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jun 2018 22:48:02 +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: r471313 - head/textproc/p5-Perl-Critic
Message-ID:  <201806012248.w51Mm2Tm003713@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jun  1 22:48:01 2018
New Revision: 471313
URL: https://svnweb.freebsd.org/changeset/ports/471313

Log:
  Update to 1.132
  
  - Add LICENSE_FILE
  
  Changes:	https://metacpan.org/changes/distribution/Perl-Critic

Modified:
  head/textproc/p5-Perl-Critic/Makefile
  head/textproc/p5-Perl-Critic/distinfo

Modified: head/textproc/p5-Perl-Critic/Makefile
==============================================================================
--- head/textproc/p5-Perl-Critic/Makefile	Fri Jun  1 22:47:56 2018	(r471312)
+++ head/textproc/p5-Perl-Critic/Makefile	Fri Jun  1 22:48:01 2018	(r471313)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Perl-Critic
-PORTVERSION=	1.130
+PORTVERSION=	1.132
 CATEGORIES=	textproc devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,10 +12,10 @@ COMMENT=	Critique Perl source for style and standards
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-B-Keywords>=1.05:devel/p5-B-Keywords \
 		p5-Config-Tiny>=2:devel/p5-Config-Tiny \
-		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 \
@@ -24,6 +24,7 @@ BUILD_DEPENDS=	p5-B-Keywords>=1.05:devel/p5-B-Keywords
 		p5-Module-Pluggable>=0:devel/p5-Module-Pluggable \
 		p5-Pod-Spell>=1:textproc/p5-Pod-Spell \
 		p5-PPI>=1.220:textproc/p5-PPI \
+		p5-PPIx-QuoteLike>=0:textproc/p5-PPIx-QuoteLike \
 		p5-PPIx-Regexp>=0.027:textproc/p5-PPIx-Regexp \
 		p5-PPIx-Utilities>=1.001:textproc/p5-PPIx-Utilities \
 		p5-Readonly>=2.00:devel/p5-Readonly \

Modified: head/textproc/p5-Perl-Critic/distinfo
==============================================================================
--- head/textproc/p5-Perl-Critic/distinfo	Fri Jun  1 22:47:56 2018	(r471312)
+++ head/textproc/p5-Perl-Critic/distinfo	Fri Jun  1 22:48:01 2018	(r471313)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1500642157
-SHA256 (Perl-Critic-1.130.tar.gz) = 0662e8f02dd78e39ee9d5b01bdf5376a7cc70ce2b0edc9ca015be35e6cb61df6
-SIZE (Perl-Critic-1.130.tar.gz) = 647052
+TIMESTAMP = 1527884640
+SHA256 (Perl-Critic-1.132.tar.gz) = bcf36e32830373cf1ee35abbe2e20336fbbcad5041c14aad6822ac947be092b1
+SIZE (Perl-Critic-1.132.tar.gz) = 646999



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