From owner-svn-ports-head@freebsd.org Fri Dec 9 07:10:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3F90C6E72F; Fri, 9 Dec 2016 07:10:41 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B134639; Fri, 9 Dec 2016 07:10:41 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB97AelL018262; Fri, 9 Dec 2016 07:10:40 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB97Aeco018260; Fri, 9 Dec 2016 07:10:40 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201612090710.uB97Aeco018260@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 9 Dec 2016 07:10:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428168 - in head/audio/ncmpcpp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2016 07:10:41 -0000 Author: jhale Date: Fri Dec 9 07:10:40 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 Approved by: (maintainer) Deleted: head/audio/ncmpcpp/files/patch-src_mpdpp.cpp head/audio/ncmpcpp/files/patch-src_mpdpp.h Modified: head/audio/ncmpcpp/Makefile head/audio/ncmpcpp/distinfo Modified: head/audio/ncmpcpp/Makefile ============================================================================== --- head/audio/ncmpcpp/Makefile Fri Dec 9 07:02:53 2016 (r428167) +++ head/audio/ncmpcpp/Makefile Fri Dec 9 07:10:40 2016 (r428168) @@ -1,13 +1,12 @@ # $FreeBSD$ PORTNAME= ncmpcpp -PORTVERSION= 0.7.5 -PORTREVISION= 3 +PORTVERSION= 0.7.7 CATEGORIES= audio MASTER_SITES= http://ncmpcpp.rybczak.net/stable/ MAINTAINER= yamagi@yamagi.org -COMMENT= ncurses mpd client, clone of ncmpc with some new features +COMMENT= Ncurses mpd client, clone of ncmpc with some new features LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING @@ -18,7 +17,7 @@ LIB_DEPENDS= libmpdclient.so:audio/libmp libicuuc.so:devel/icu \ libboost_filesystem.so:devel/boost-libs -USES= compiler:c++11-lib iconv libtool localbase ncurses:port pkgconfig tar:bzip2 +USES= compiler:c++11-lib iconv libtool localbase ncurses pkgconfig readline tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= glib20 LDFLAGS+= -lpthread Modified: head/audio/ncmpcpp/distinfo ============================================================================== --- head/audio/ncmpcpp/distinfo Fri Dec 9 07:02:53 2016 (r428167) +++ head/audio/ncmpcpp/distinfo Fri Dec 9 07:10:40 2016 (r428168) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471591908 -SHA256 (ncmpcpp-0.7.5.tar.bz2) = 7e4f643020b36698462879013a8b16111f8c3a4c5819cf186aed78032a41e07d -SIZE (ncmpcpp-0.7.5.tar.bz2) = 443072 +TIMESTAMP = 1481256402 +SHA256 (ncmpcpp-0.7.7.tar.bz2) = b7bcbec83b1f88cc7b21f196b10be09a27b430566c59f402df170163464d01ef +SIZE (ncmpcpp-0.7.7.tar.bz2) = 443801