svn commit: r435858 - in head/textproc: p5-Perl-Critic p5-Perl-MinimumVersion

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Mar 10 22:45:36 UTC 2017


Author: sunpoet
Date: Fri Mar 10 22:45:34 2017
New Revision: 435858
URL: https://svnweb.freebsd.org/changeset/ports/435858

Log:
  Use real PORTVERSION and update dependent ports

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

Modified: head/textproc/p5-Perl-Critic/Makefile
==============================================================================
--- head/textproc/p5-Perl-Critic/Makefile	Fri Mar 10 22:45:29 2017	(r435857)
+++ head/textproc/p5-Perl-Critic/Makefile	Fri Mar 10 22:45:34 2017	(r435858)
@@ -2,12 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	Perl-Critic
-PORTVERSION=	1.12.6
-PORTREVISION=	1
+PORTVERSION=	1.126
 CATEGORIES=	textproc devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Critique Perl source for style and standards
@@ -36,8 +34,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Deep>=0:devel/p5-Test-Deep \
 		p5-Test-Memory-Cycle>=0:devel/p5-Test-Memory-Cycle
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	modbuild
-NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/p5-Perl-MinimumVersion/Makefile
==============================================================================
--- head/textproc/p5-Perl-MinimumVersion/Makefile	Fri Mar 10 22:45:29 2017	(r435857)
+++ head/textproc/p5-Perl-MinimumVersion/Makefile	Fri Mar 10 22:45:34 2017	(r435858)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	p5-File-Find-Rule>=0:deve
 		p5-File-Find-Rule-Perl>=0:devel/p5-File-Find-Rule-Perl \
 		p5-PPI>=1.215:textproc/p5-PPI \
 		p5-PPIx-Regexp>=0.033:textproc/p5-PPIx-Regexp \
-		p5-Perl-Critic>=1.10.4:textproc/p5-Perl-Critic \
+		p5-Perl-Critic>=1.104:textproc/p5-Perl-Critic \
 		p5-Params-Util>=0.25:devel/p5-Params-Util
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Script>=0:devel/p5-Test-Script


More information about the svn-ports-all mailing list