Summary: | [PATCH] audio/sphinx3: Trim pkg-plist, remove simple patch | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | nemysis <nemysis> | ||||
Component: | Individual Port(s) | Assignee: | Gerald Pfeifer <gerald> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | jpaetzel | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
nemysis
2013-06-02 23:30:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->beech beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) Responsible Changed From-To: beech->nemysis Submitter is committer Responsible Changed From-To: nemysis->gerald Breaking timeout -- I'll take this. Author: gerald Date: Sun Mar 9 01:05:44 2014 New Revision: 347548 URL: http://svnweb.freebsd.org/changeset/ports/347548 QAT: https://qat.redports.org/buildarchive/r347548/ Log: Sort pkg-plist. PR: 179235 Submitted by: nemysis Modified: head/audio/sphinx3/pkg-plist Modified: head/audio/sphinx3/pkg-plist ============================================================================== --- head/audio/sphinx3/pkg-plist Sun Mar 9 00:46:57 2014 (r347547) +++ head/audio/sphinx3/pkg-plist Sun Mar 9 01:05:44 2014 (r347548) @@ -128,8 +128,8 @@ libdata/pkgconfig/sphinx3.pc %%DATADIR%%/model/ep/variances %%DATADIR%%/model/hmm/RM1_cd_semi/feat.params %%DATADIR%%/model/hmm/RM1_cd_semi/kdtrees -%%DATADIR%%/model/hmm/RM1_cd_semi/means %%DATADIR%%/model/hmm/RM1_cd_semi/mdef +%%DATADIR%%/model/hmm/RM1_cd_semi/means %%DATADIR%%/model/hmm/RM1_cd_semi/mixture_weights %%DATADIR%%/model/hmm/RM1_cd_semi/transition_matrices %%DATADIR%%/model/hmm/RM1_cd_semi/variances _______________________________________________ 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" State Changed From-To: open->closed Some changes have happened since submission of this PR. The only one left I agree with is sorting pkg-plist, so I committed this. Replacing a patch by sed magic in Makefile is a maintenance nightmare, so I did not take this. |