Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Sep 2013 23:07:46 GMT
From:      Trevor Caira <trevor@bitba.se>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182447: [patch] textproc/ack add missing files to pkg-plist
Message-ID:  <201309272307.r8RN7kIf077633@oldred.freebsd.org>
Resent-Message-ID: <201309272310.r8RNA0Ww010673@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309272307.r8RN7kIf077633>