Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 2015 15:55:39 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383301 - head/textproc/p5-Perl-Lint
Message-ID:  <201504051555.t35Ftd5b002550@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sun Apr  5 15:55:38 2015
New Revision: 383301
URL: https://svnweb.freebsd.org/changeset/ports/383301

Log:
  Update to 0.22. Add Module::Pluggable for perl >= 5.20.
  
  Donate this port to perl@.
  
  Changes: https://metacpan.org/changes/distribution/Perl-Lint

Modified:
  head/textproc/p5-Perl-Lint/Makefile
  head/textproc/p5-Perl-Lint/distinfo
  head/textproc/p5-Perl-Lint/pkg-plist

Modified: head/textproc/p5-Perl-Lint/Makefile
==============================================================================
--- head/textproc/p5-Perl-Lint/Makefile	Sun Apr  5 15:52:01 2015	(r383300)
+++ head/textproc/p5-Perl-Lint/Makefile	Sun Apr  5 15:55:38 2015	(r383301)
@@ -2,13 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	Perl-Lint
-PORTVERSION=	0.21
+PORTVERSION=	0.22
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MOZNION
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	adamw@FreeBSD.org
+MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Yet another Perl source code linter
 
 BUILD_DEPENDS=	p5-B-Keywords>=0:${PORTSDIR}/devel/p5-B-Keywords \
@@ -16,6 +16,7 @@ BUILD_DEPENDS=	p5-B-Keywords>=0:${PORTSD
 		p5-Email-Address>=0:${PORTSDIR}/mail/p5-Email-Address \
 		p5-List-Flatten>=0:${PORTSDIR}/devel/p5-List-Flatten \
 		p5-List-MoreUtils>=0.33:${PORTSDIR}/lang/p5-List-MoreUtils \
+		p5-Path-Tiny>=0.068:${PORTSDIR}/devel/p5-Path-Tiny \
 		p5-Regexp-Lexer>=0.05:${PORTSDIR}/devel/p5-Regexp-Lexer \
 		p5-Scalar-List-Utils>=1.41:${PORTSDIR}/lang/p5-Scalar-List-Utils \
 		p5-String-CamelCase>=0:${PORTSDIR}/textproc/p5-String-CamelCase \
@@ -26,4 +27,10 @@ TEST_DEPENDS=	p5-Text-TestBase>=0:${PORT
 USES=		perl5
 USE_PERL5=	modbuildtiny
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 502000
+TEST_DEPENDS+=	p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/textproc/p5-Perl-Lint/distinfo
==============================================================================
--- head/textproc/p5-Perl-Lint/distinfo	Sun Apr  5 15:52:01 2015	(r383300)
+++ head/textproc/p5-Perl-Lint/distinfo	Sun Apr  5 15:55:38 2015	(r383301)
@@ -1,2 +1,2 @@
-SHA256 (Perl-Lint-0.21.tar.gz) = d64fb992388ba71fe1d00c78aaff21f1f01f21939b195bd04f9625c0050ac400
-SIZE (Perl-Lint-0.21.tar.gz) = 169866
+SHA256 (Perl-Lint-0.22.tar.gz) = 638af616ddea3fc74972f4c8ac4ab78638e74eed7b2db9f10472d8c427cafc11
+SIZE (Perl-Lint-0.22.tar.gz) = 172002

Modified: head/textproc/p5-Perl-Lint/pkg-plist
==============================================================================
--- head/textproc/p5-Perl-Lint/pkg-plist	Sun Apr  5 15:52:01 2015	(r383300)
+++ head/textproc/p5-Perl-Lint/pkg-plist	Sun Apr  5 15:55:38 2015	(r383301)
@@ -142,6 +142,7 @@
 %%SITE_PERL%%/Perl/Lint/Policy/Variables/RequireLexicalLoopIterators.pm
 %%SITE_PERL%%/Perl/Lint/Policy/Variables/RequireLocalizedPunctuationVars.pm
 %%SITE_PERL%%/Perl/Lint/Policy/Variables/RequireNegativeIndices.pm
+%%SITE_PERL%%/Test/Perl/Lint.pm
 %%PERL5_MAN3%%/Perl::Lint.3.gz
 %%PERL5_MAN3%%/Perl::Lint::Constants::Kind.3.gz
 %%PERL5_MAN3%%/Perl::Lint::Constants::Type.3.gz
@@ -286,3 +287,4 @@
 %%PERL5_MAN3%%/Perl::Lint::Policy::Variables::RequireLexicalLoopIterators.3.gz
 %%PERL5_MAN3%%/Perl::Lint::Policy::Variables::RequireLocalizedPunctuationVars.3.gz
 %%PERL5_MAN3%%/Perl::Lint::Policy::Variables::RequireNegativeIndices.3.gz
+%%PERL5_MAN3%%/Test::Perl::Lint.3.gz



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