- 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/
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.