Bug 179235 - [PATCH] audio/sphinx3: Trim pkg-plist, remove simple patch
Summary: [PATCH] audio/sphinx3: Trim pkg-plist, remove simple patch
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: Gerald Pfeifer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-02 23:30 UTC by nemysis
Modified: 2014-03-09 01:10 UTC (History)
1 user (show)

See Also:


Attachments
sphinx3-0.8_1.patch (2.05 KB, patch)
2013-06-02 23:30 UTC, nemysis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nemysis 2013-06-02 23:30:00 UTC
- Use REINPLACE_CMD instead of simple patches
- Trim pkg-plist

Removed file(s):
- files/patch-src_libs3decoder_libsearch_vithist.c

Generated and tested manually, tested with port test and with RedPort, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)

How-To-Repeat: 
Build log

https://redports.org/buildarchive/20130602213801-52509/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-02 23:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Thomas Abthorpe freebsd_committer freebsd_triage 2014-01-10 03:39:02 UTC
Responsible Changed
From-To: beech->nemysis

Submitter is committer
Comment 3 Gerald Pfeifer freebsd_committer freebsd_triage 2014-03-09 00:53:28 UTC
Responsible Changed
From-To: nemysis->gerald

Breaking timeout -- I'll take this.
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-03-09 01:05:52 UTC
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"
Comment 5 Gerald Pfeifer freebsd_committer freebsd_triage 2014-03-09 01:05:55 UTC
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.