svn commit: r385162 - head/sysutils/p5-File-Which
Adam Weinberger
adamw at FreeBSD.org
Sat May 2 02:00:21 UTC 2015
Author: adamw
Date: Sat May 2 02:00:19 2015
New Revision: 385162
URL: https://svnweb.freebsd.org/changeset/ports/385162
Log:
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)
Modified:
head/sysutils/p5-File-Which/Makefile
head/sysutils/p5-File-Which/distinfo
head/sysutils/p5-File-Which/pkg-descr
head/sysutils/p5-File-Which/pkg-plist
Modified: head/sysutils/p5-File-Which/Makefile
==============================================================================
--- head/sysutils/p5-File-Which/Makefile Sat May 2 00:59:18 2015 (r385161)
+++ head/sysutils/p5-File-Which/Makefile Sat May 2 02:00:19 2015 (r385162)
@@ -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 at FreeBSD.org
-COMMENT= Portable implementation of `which' in Perl
+MAINTAINER= perl at 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
Modified: head/sysutils/p5-File-Which/distinfo
==============================================================================
--- head/sysutils/p5-File-Which/distinfo Sat May 2 00:59:18 2015 (r385161)
+++ head/sysutils/p5-File-Which/distinfo Sat May 2 02:00:19 2015 (r385162)
@@ -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
Modified: head/sysutils/p5-File-Which/pkg-descr
==============================================================================
--- head/sysutils/p5-File-Which/pkg-descr Sat May 2 00:59:18 2015 (r385161)
+++ head/sysutils/p5-File-Which/pkg-descr Sat May 2 02:00:19 2015 (r385162)
@@ -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/
Modified: head/sysutils/p5-File-Which/pkg-plist
==============================================================================
--- head/sysutils/p5-File-Which/pkg-plist Sat May 2 00:59:18 2015 (r385161)
+++ head/sysutils/p5-File-Which/pkg-plist Sat May 2 02:00:19 2015 (r385162)
@@ -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
More information about the svn-ports-all
mailing list