From owner-svn-ports-head@FreeBSD.ORG Sat May 2 02:00:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4ECE1F46; Sat, 2 May 2015 02:00:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C9E71AD7; Sat, 2 May 2015 02:00:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4220L3s027707; Sat, 2 May 2015 02:00:21 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4220KUY027698; Sat, 2 May 2015 02:00:20 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201505020200.t4220KUY027698@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 2 May 2015 02:00:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385162 - head/sysutils/p5-File-Which X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 May 2015 02:00:21 -0000 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@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 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