From fd1179e8db1d3fff0ab8458fc76b067f3635ff56 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sat, 2 May 2015 02:00:19 +0000 Subject: [PATCH] Update to 1.17. The pwhich utility was separated from the File::Which module during the intervening versions, so remove references to it from pkg-descr. p5-Test-Script is no longer required for running the tests, so remove it. Also, adjust COMMENT so that it doesn't contain a backtick, which makes me kindof nervous. Add in LICENSE for good measure. Transfer maintainership to the perl@ collective, at maintainer's request. Thanks to demon for maintaining this port for so long. PR: 199840 Approved by: demon (outgoing maintainer) --- sysutils/p5-File-Which/Makefile | 10 +++++----- sysutils/p5-File-Which/distinfo | 4 ++-- sysutils/p5-File-Which/pkg-descr | 4 +--- sysutils/p5-File-Which/pkg-plist | 4 +--- 4 files changed, 9 insertions(+), 13 deletions(-) diff --git a/sysutils/p5-File-Which/Makefile b/sysutils/p5-File-Which/Makefile index 90b5789ad924..d861d061b507 100644 --- a/sysutils/p5-File-Which/Makefile +++ b/sysutils/p5-File-Which/Makefile @@ -2,16 +2,16 @@ # $FreeBSD$ PORTNAME= File-Which -PORTVERSION= 1.09 -PORTREVISION= 1 +PORTVERSION= 1.17 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= demon@FreeBSD.org -COMMENT= Portable implementation of `which' in Perl +MAINTAINER= perl@FreeBSD.org +COMMENT= Portable implementation of which(1) in Perl -TEST_DEPENDS= p5-Test-Script>=1.05:${PORTSDIR}/devel/p5-Test-Script +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual USES= perl5 USE_PERL5= configure diff --git a/sysutils/p5-File-Which/distinfo b/sysutils/p5-File-Which/distinfo index eb95d2d57c6b..c5e35cdc37d3 100644 --- a/sysutils/p5-File-Which/distinfo +++ b/sysutils/p5-File-Which/distinfo @@ -1,2 +1,2 @@ -SHA256 (File-Which-1.09.tar.gz) = b72fec6590160737cba97293c094962adf4f7d44d9e68dde7062ecec13f4b2c3 -SIZE (File-Which-1.09.tar.gz) = 15637 +SHA256 (File-Which-1.17.tar.gz) = e71d887ca9f76238e9d68aa45135f4540d955ee9e83a337946d576f518166663 +SIZE (File-Which-1.17.tar.gz) = 20497 diff --git a/sysutils/p5-File-Which/pkg-descr b/sysutils/p5-File-Which/pkg-descr index d837999bbff7..7173298d9b5c 100644 --- a/sysutils/p5-File-Which/pkg-descr +++ b/sysutils/p5-File-Which/pkg-descr @@ -1,7 +1,5 @@ File::Which is a portable implementation (in Perl) of `which', and can be used to get the absolute filename of an executable program -installed somewhere in your PATH, or just check for its existence. It -includes the command-line utility `pwhich' which has the same function -as `which'. +installed somewhere in your PATH, or just check for its existence. WWW: http://search.cpan.org/dist/File-Which/ diff --git a/sysutils/p5-File-Which/pkg-plist b/sysutils/p5-File-Which/pkg-plist index 12ccac9e1f75..b32cb04ab572 100644 --- a/sysutils/p5-File-Which/pkg-plist +++ b/sysutils/p5-File-Which/pkg-plist @@ -1,4 +1,2 @@ -bin/pwhich -%%PERL5_MAN3%%/File::Which.3.gz -man/man1/pwhich.1.gz %%SITE_PERL%%/File/Which.pm +%%PERL5_MAN3%%/File::Which.3.gz