Bug 214314

Summary: [patch] audio/ncmpcpp: update to 0.7.7 and allow link against ncurses from base
Product: Ports & Packages Reporter: Oleh Hushchenkov <o.hushchenkov>
Component: Individual Port(s)Assignee: Jason E. Hale <jhale>
Status: Closed FIXED    
Severity: Affects Some People CC: jhale, o.hushchenkov, yamagi
Priority: --- Keywords: patch
Version: LatestFlags: bugzilla: maintainer-feedback? (yamagi)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
up to 0.7.7
none
Patch to 0.7.7, version 2 yamagi: maintainer-approval+

Description Oleh Hushchenkov 2016-11-08 12:09:50 UTC
Created attachment 176774 [details]
up to 0.7.7

Update ncmpcpp to version 0.7.7 and remove hardcoded link to ncurses from ports.
Comment 1 yamagi 2016-11-14 07:49:31 UTC
The patch looks good and I'm totally fine with it. Thank you for doing the hard work :) There's just a small nit: Poudriere complains about a missing dependency on readline. Attached is a new version of the patch adding a 'USES= readline'.
Comment 2 yamagi 2016-11-14 07:50:11 UTC
Created attachment 176980 [details]
Patch to 0.7.7, version 2
Comment 3 Oleh Hushchenkov 2016-11-14 08:03:23 UTC
Thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-12-09 07:11:03 UTC
A commit references this bug:

Author: jhale
Date: Fri Dec  9 07:10:40 UTC 2016
New revision: 428168
URL: https://svnweb.freebsd.org/changeset/ports/428168

Log:
  Update to 0.7.7
  Allow use of base ncurses

  PR:		214314
  Submitted by:	Oleg Gushchenkov <gor@clogic.com.ua>
  Approved by:	<yamagi@yamagi.org> (maintainer)

Changes:
  head/audio/ncmpcpp/Makefile
  head/audio/ncmpcpp/distinfo
  head/audio/ncmpcpp/files/patch-src_mpdpp.cpp
  head/audio/ncmpcpp/files/patch-src_mpdpp.h
Comment 5 Jason E. Hale freebsd_committer freebsd_triage 2016-12-09 07:12:04 UTC
Committed, thanks!