Bug 195127

Summary: [Maintainer Update] audio/opusfile: update to 0.6
Product: Ports & Packages Reporter: SimaMoto,RyōTa <liangtai.s16>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Some People CC: amdmi3
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Update audio/opusfile from v0.5_4 to v0.6
none
testcase: 10.1-PRERELEASE i386 none

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.