Page MenuHomeFreeBSD

Update audio/idjc to 0.8.15
ClosedPublic

Authored by sbruno on Aug 2 2015, 3:20 PM.
Tags
None
Referenced Files
F172579015: D3274.id.diff
Sat, Sep 19, 10:16 AM
F172467922: D3274.diff
Fri, Sep 18, 4:35 PM
Unknown Object (File)
Fri, Sep 18, 7:56 AM
Unknown Object (File)
Wed, Sep 16, 1:40 PM
Unknown Object (File)
Thu, Sep 10, 11:28 PM
Unknown Object (File)
Wed, Sep 9, 1:31 PM
Unknown Object (File)
Tue, Sep 8, 10:12 PM
Unknown Object (File)
Mon, Sep 7, 8:28 PM
Subscribers

Details

Reviewers
None
Commits
rP393437: Update to 0.8.15
Summary

Update audio/idjc to 0.8.15

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

sbruno retitled this revision from to Update audio/idjc to 0.8.15.
sbruno updated this object.
sbruno edited the test plan for this revision. (Show Details)
kwm added inline comments.
audio/idjc/pkg-plist
118

share/licenses/* files are added by the ports framework, no need to include them in the plist. If there still there something else is wrong.

119

%%NLS%% before the .mo files in the plist. Note that OPTIONS_SUB=yes needs to be set in the Makefile.

Remove licenses dir and add %%NLS%% as per review.

Add OPTIONS_SUB=yes

Declare NLS options, assign default options.

Looks ok with the last suggestion.

audio/idjc/pkg-plist
75

Replace these lines with what the original plist had like:
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS.gz

This way DOCS option will be honored

Move files around to make the diff smaller

sbruno marked 2 inline comments as done.

Final pass and cleanup after review

This revision was automatically updated to reflect the committed changes.