Bug 227336

Summary: audio/grip: Update to 3.7.0
Product: Ports & Packages Reporter: Jason E. Hale <jhale>
Component: Individual Port(s)Assignee: Thomas Zander <riggs>
Status: Closed FIXED    
Severity: Affects Only Me CC: jhale, riggs
Priority: --- Keywords: patch
Version: LatestFlags: riggs: maintainer-feedback+
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D14997

Description Jason E. Hale freebsd_committer freebsd_triage 2018-04-07 01:43:30 UTC
Update audio/grip to 3.7.0

See Differential Revision URL for more details.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-04-07 12:32:56 UTC
A commit references this bug:

Author: riggs
Date: Sat Apr  7 12:32:27 UTC 2018
New revision: 466722
URL: https://svnweb.freebsd.org/changeset/ports/466722

Log:
  Update to upstream version 3.7.0

  Detailed log:
  - Update audio/grip to 3.7.0
  - Fix LICENSE
  - Convert to USES=localbase
  - Remove --disable-nls which does nothing
  - Trim down the encoders list defined in src/gripcfg.c to those which we
    have ports for and fix a pre-existing offset problem that arose from
    removing one the encoders from the list. Specfically, the "xingmp3enc"
    encoder was removed, but ginfo->selected_encoder was not changed in
    src/grip.c. This caused the program to point to the flac encoder as the
    default instead of oggenc and overwrote the flac settings with the
    settings for oggenc.

  PR:		227336
  Submitted by:	jhale
  Differential Revision:	https://reviews.freebsd.org/D14997

Changes:
  head/audio/grip/Makefile
  head/audio/grip/distinfo
  head/audio/grip/files/patch-src_grip.c
  head/audio/grip/files/patch-src_gripcfg.c
Comment 2 Thomas Zander freebsd_committer freebsd_triage 2018-04-07 12:37:13 UTC
This is very good! Thanks for addressing the issues with grip!