From owner-freebsd-perl@FreeBSD.ORG Sat Sep 28 09:40:01 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 75256B37 for ; Sat, 28 Sep 2013 09:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 63AC72D7E for ; Sat, 28 Sep 2013 09:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8S9e16j069923 for ; Sat, 28 Sep 2013 09:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8S9e1Ff069922; Sat, 28 Sep 2013 09:40:01 GMT (envelope-from gnats) Date: Sat, 28 Sep 2013 09:40:01 GMT Message-Id: <201309280940.r8S9e1Ff069922@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182454: commit references a PR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Sep 2013 09:40:01 -0000 The following reply was made to PR ports/182454; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182454: commit references a PR Date: Sat, 28 Sep 2013 09:35:00 +0000 (UTC) Author: az Date: Sat Sep 28 09:34:52 2013 New Revision: 328562 URL: http://svnweb.freebsd.org/changeset/ports/328562 Log: - restore missed files for proper work PR: ports/182454, ports/182447 Submitted by: Kenji Rikitake , Trevor Caira Modified: head/textproc/ack/Makefile head/textproc/ack/pkg-plist Modified: head/textproc/ack/Makefile ============================================================================== --- head/textproc/ack/Makefile Sat Sep 28 08:20:40 2013 (r328561) +++ head/textproc/ack/Makefile Sat Sep 28 09:34:52 2013 (r328562) @@ -3,6 +3,7 @@ PORTNAME= ack PORTVERSION= 2.10 +PORTREVISION= 1 CATEGORIES= textproc perl5 sysutils MASTER_SITES= CPAN MASTER_SITE_SUBDIR= App Modified: head/textproc/ack/pkg-plist ============================================================================== --- head/textproc/ack/pkg-plist Sat Sep 28 08:20:40 2013 (r328561) +++ head/textproc/ack/pkg-plist Sat Sep 28 09:34:52 2013 (r328562) @@ -5,10 +5,13 @@ bin/ack %%SITE_PERL%%/App/Ack/ConfigLoader.pm %%SITE_PERL%%/App/Ack/Filter.pm %%SITE_PERL%%/App/Ack/Filter/Default.pm +%%SITE_PERL%%/App/Ack/Filter/Collection.pm %%SITE_PERL%%/App/Ack/Filter/Extension.pm +%%SITE_PERL%%/App/Ack/Filter/ExtensionGroup.pm %%SITE_PERL%%/App/Ack/Filter/FirstLineMatch.pm %%SITE_PERL%%/App/Ack/Filter/Inverse.pm %%SITE_PERL%%/App/Ack/Filter/Is.pm +%%SITE_PERL%%/App/Ack/Filter/IsGroup.pm %%SITE_PERL%%/App/Ack/Filter/Match.pm %%SITE_PERL%%/App/Ack/Resource.pm %%SITE_PERL%%/App/Ack/Resource/Basic.pm _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"