Bug 195127 - [Maintainer Update] audio/opusfile: update to 0.6
Summary: [Maintainer Update] audio/opusfile: update to 0.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-18 00:42 UTC by SimaMoto,RyōTa
Modified: 2014-11-20 16:26 UTC (History)
1 user (show)

See Also:


Attachments
Update audio/opusfile from v0.5_4 to v0.6 (3.24 KB, patch)
2014-11-18 00:42 UTC, SimaMoto,RyōTa
no flags Details | Diff
testcase: 10.1-PRERELEASE i386 (26.82 KB, text/plain)
2014-11-18 00:46 UTC, SimaMoto,RyōTa
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description SimaMoto,RyōTa 2014-11-18 00:42:38 UTC
Created attachment 149545 [details]
Update audio/opusfile from v0.5_4 to v0.6

opusfile had been released version 0.6 a few months ago.

- Switch USE_AUTOTOOLS=* to USES=autoreconf.
- Strip generated binaries.
Comment 1 SimaMoto,RyōTa 2014-11-18 00:46:50 UTC
Created attachment 149546 [details]
testcase: 10.1-PRERELEASE i386
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-11-20 16:21:37 UTC
A commit references this bug:

Author: amdmi3
Date: Thu Nov 20 16:21:09 UTC 2014
New revision: 372949
URL: https://svnweb.freebsd.org/changeset/ports/372949

Log:
  - Update to 0.6
  - Switch to USES=autoreconf
  - Strip libraries

  - While here, add LICENSE_FILE

  PR:		195127
  Submitted by:	liangtai.s16@gmail.com (maintainer)

Changes:
  head/audio/opusfile/Makefile
  head/audio/opusfile/distinfo
  head/audio/opusfile/files/patch-configure.ac
  head/audio/opusfile/pkg-plist
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2014-11-20 16:26:24 UTC
Committed, thanks!
You may consider using PORTDOCS=*, which will generate DOCSDIR-related part of plist for you, handling DOCS/DOXYGEN options gracefully.