diff options
author | adamw <adamw@FreeBSD.org> | 2016-10-10 00:14:50 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-10-10 00:14:50 +0800 |
commit | 192d768c52602aa8bbfb34a5caed150647e602b3 (patch) | |
tree | 329bc9d7353aff6ee32bae29c9e9f6149142ff3e | |
parent | 4734f715766b058f8abde9f3a34ad2d72505d3e5 (diff) | |
download | freebsd-ports-gnome-192d768c52602aa8bbfb34a5caed150647e602b3.tar.gz freebsd-ports-gnome-192d768c52602aa8bbfb34a5caed150647e602b3.tar.zst freebsd-ports-gnome-192d768c52602aa8bbfb34a5caed150647e602b3.zip |
Update to 0.25, and silence mkdir.
Changes: https://metacpan.org/changes/distribution/Perl-Lint
-rw-r--r-- | textproc/p5-Perl-Lint/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Perl-Lint/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/textproc/p5-Perl-Lint/Makefile b/textproc/p5-Perl-Lint/Makefile index 55df8158f228..81b246dfa4d0 100644 --- a/textproc/p5-Perl-Lint/Makefile +++ b/textproc/p5-Perl-Lint/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= Perl-Lint -PORTVERSION= 0.24 +PORTVERSION= 0.25 CATEGORIES= textproc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:MOZNION PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -35,7 +34,7 @@ OPTIONS_DEFINE= EXAMPLES PORTEXAMPLES= lint.pl lint_string.pl post-install-EXAMPLES-on: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/eg/|} ${STAGEDIR}${EXAMPLESDIR} .include <bsd.port.pre.mk> diff --git a/textproc/p5-Perl-Lint/distinfo b/textproc/p5-Perl-Lint/distinfo index 7d308fd164e6..563ed2395c35 100644 --- a/textproc/p5-Perl-Lint/distinfo +++ b/textproc/p5-Perl-Lint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1464328822 -SHA256 (Perl-Lint-0.24.tar.gz) = 1f571f130b623ff3bdedc6f2d46ceb96e5456013c7bd82f442811d6d8663d6c2 -SIZE (Perl-Lint-0.24.tar.gz) = 172250 +TIMESTAMP = 1476029486 +SHA256 (Perl-Lint-0.25.tar.gz) = 353a1ad4b19cf3e1a8246c717540e481b82262a32d08f81c18a1d1479b151594 +SIZE (Perl-Lint-0.25.tar.gz) = 172253 |