From owner-svn-ports-head@FreeBSD.ORG Thu Sep 26 16:47:19 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 42F3656E; Thu, 26 Sep 2013 16:47:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 16B2228E7; Thu, 26 Sep 2013 16:47:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8QGlIaX035823; Thu, 26 Sep 2013 16:47:18 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8QGlIW6035819; Thu, 26 Sep 2013 16:47:18 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309261647.r8QGlIW6035819@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 26 Sep 2013 16:47:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328385 - head/textproc/ack 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.14 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: Thu, 26 Sep 2013 16:47:19 -0000 Author: sunpoet Date: Thu Sep 26 16:47:18 2013 New Revision: 328385 URL: http://svnweb.freebsd.org/changeset/ports/328385 Log: - Update to 2.10 - Support STAGEDIR Changes: http://search.cpan.org/dist/ack/Changes Modified: head/textproc/ack/Makefile head/textproc/ack/distinfo head/textproc/ack/pkg-plist (contents, props changed) Modified: head/textproc/ack/Makefile ============================================================================== --- head/textproc/ack/Makefile Thu Sep 26 16:47:14 2013 (r328384) +++ head/textproc/ack/Makefile Thu Sep 26 16:47:18 2013 (r328385) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ack -PORTVERSION= 2.08 +PORTVERSION= 2.10 CATEGORIES= textproc perl5 sysutils MASTER_SITES= CPAN MASTER_SITE_SUBDIR= App @@ -12,13 +12,12 @@ COMMENT= Grep-like text finder for large BUILD_DEPENDS= p5-File-Next>=0.40:${PORTSDIR}/sysutils/p5-File-Next RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ + p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty USES= perl5 USE_PERL5= configure CONFLICTS_INSTALL= ja-ack-[0-9]* -MAN1= ack.1 - -NO_STAGE= yes .include Modified: head/textproc/ack/distinfo ============================================================================== --- head/textproc/ack/distinfo Thu Sep 26 16:47:14 2013 (r328384) +++ head/textproc/ack/distinfo Thu Sep 26 16:47:18 2013 (r328385) @@ -1,2 +1,2 @@ -SHA256 (ack-2.08.tar.gz) = 458d48d4bcb03fd8866669ab26d56874c24aff39785e8498b50ddb657122b35c -SIZE (ack-2.08.tar.gz) = 210625 +SHA256 (ack-2.10.tar.gz) = c14ba1c49e172013f4097328b5cdda595fe02e69af7abaa045e9f9f23b27863c +SIZE (ack-2.10.tar.gz) = 215820 Modified: head/textproc/ack/pkg-plist ============================================================================== --- head/textproc/ack/pkg-plist Thu Sep 26 16:47:14 2013 (r328384) +++ head/textproc/ack/pkg-plist Thu Sep 26 16:47:18 2013 (r328385) @@ -14,6 +14,7 @@ bin/ack %%SITE_PERL%%/App/Ack/Resource/Basic.pm %%SITE_PERL%%/App/Ack/Resources.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ack/.packlist +man/man1/ack.1.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ack @dirrmtry %%SITE_PERL%%/App/Ack/Resource @dirrmtry %%SITE_PERL%%/App/Ack/Filter