Bug 182447 - [patch] textproc/ack add missing files to pkg-plist
Summary: [patch] textproc/ack add missing files to pkg-plist
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-28 00:10 UTC by Trevor Caira
Modified: 2013-09-28 10:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1010 bytes, patch)
2013-09-28 00:10 UTC, Trevor Caira
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Trevor Caira 2013-09-28 00:10:00 UTC
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.

Fix: Patch to port attached.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-28 00:10:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-28 10:35:00 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 <kenji.rikitake@acm.org>,
  		Trevor Caira <trevor@bitba.se>

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"
Comment 3 Andrej Zverev freebsd_committer freebsd_triage 2013-09-28 10:36:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!