From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 27 23:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 A4008D1B for ; Fri, 27 Sep 2013 23:10:00 +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 8473F210E for ; Fri, 27 Sep 2013 23:10:00 +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 r8RNA0NM010674 for ; Fri, 27 Sep 2013 23:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8RNA0Ww010673; Fri, 27 Sep 2013 23:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 27 Sep 2013 23:10:00 GMT Resent-Message-Id: <201309272310.r8RNA0Ww010673@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Trevor Caira 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 788C6D06 for ; Fri, 27 Sep 2013 23:07:47 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 66A7D2104 for ; Fri, 27 Sep 2013 23:07:47 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8RN7kXR077675 for ; Fri, 27 Sep 2013 23:07:46 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8RN7kIf077633; Fri, 27 Sep 2013 23:07:46 GMT (envelope-from nobody) Message-Id: <201309272307.r8RN7kIf077633@oldred.freebsd.org> Date: Fri, 27 Sep 2013 23:07:46 GMT From: Trevor Caira To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182447: [patch] textproc/ack add missing files to pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Sep 2013 23:10:00 -0000 >Number: 182447 >Category: ports >Synopsis: [patch] textproc/ack add missing files to pkg-plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 27 23:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Trevor Caira >Release: FreeBSD 9.2-RC4 >Organization: Bitbase, LLC >Environment: FreeBSD tour 9.2-RC4 FreeBSD 9.2-RC4 #0 r255465: Wed Sep 11 05:11:03 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The latest update to the textproc/ack port is missing files the package installs, causing the ack command to be unrunnable, and the package generally unusable. >How-To-Repeat: >Fix: Patch to port attached. Patch attached with submission follows: Index: ack/Makefile =================================================================== --- ack/Makefile (revision 328532) +++ ack/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= ack PORTVERSION= 2.10 +PORTREVISION= 1 CATEGORIES= textproc perl5 sysutils MASTER_SITES= CPAN MASTER_SITE_SUBDIR= App Index: ack/pkg-plist =================================================================== --- ack/pkg-plist (revision 328532) +++ ack/pkg-plist (working copy) @@ -5,10 +5,13 @@ %%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 >Release-Note: >Audit-Trail: >Unformatted: