svn commit: r441919 - in head/audio/ncmpcpp: . files

Jochen Neumeister joneum at FreeBSD.org
Sun May 28 17:18:26 UTC 2017


Author: joneum
Date: Sun May 28 17:18:24 2017
New Revision: 441919
URL: https://svnweb.freebsd.org/changeset/ports/441919

Log:
  - Update to 0.8
  
  - Changelog: https://rybczak.net/ncmpcpp/
  
  PR:	219534
  Submitted by:	yamagi at yamagi.org (maintainer)
  Approved by:	rene (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10960

Deleted:
  head/audio/ncmpcpp/files/patch-src_browser.cpp
  head/audio/ncmpcpp/files/patch-src_configuration.cpp
  head/audio/ncmpcpp/files/patch-src_helpers.cpp
  head/audio/ncmpcpp/files/patch-src_media__library.cpp
  head/audio/ncmpcpp/files/patch-src_playlist.cpp
  head/audio/ncmpcpp/files/patch-src_playlist__editor.cpp
  head/audio/ncmpcpp/files/patch-src_search__engine.cpp
  head/audio/ncmpcpp/files/patch-src_tag__editor.cpp
  head/audio/ncmpcpp/files/patch-src_window.h
Modified:
  head/audio/ncmpcpp/Makefile
  head/audio/ncmpcpp/distinfo
  head/audio/ncmpcpp/files/patch-src_status.cpp

Modified: head/audio/ncmpcpp/Makefile
==============================================================================
--- head/audio/ncmpcpp/Makefile	Sun May 28 17:07:47 2017	(r441918)
+++ head/audio/ncmpcpp/Makefile	Sun May 28 17:18:24 2017	(r441919)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ncmpcpp
-PORTVERSION=	0.7.7
-PORTREVISION=	3
+PORTVERSION=	0.8
 CATEGORIES=	audio
 MASTER_SITES=	http://ncmpcpp.rybczak.net/stable/
 
@@ -16,19 +15,19 @@ LIB_DEPENDS=	libmpdclient.so:audio/libmp
 		libfftw3.so:math/fftw3 \
 		libicudata.so:devel/icu \
 		libicuuc.so:devel/icu \
-		libboost_filesystem.so:devel/boost-libs
+		libboost_filesystem.so:devel/boost-libs \
+		libcurl.so:ftp/curl
 
 BROKEN_powerpc64=	fails to compile: tags.cpp: undefined reference to TagLib::String::to8Bit
 
-USES=		compiler:c++11-lib iconv libtool localbase ncurses pkgconfig readline tar:bzip2
+USES=		compiler:c++14-lang iconv libtool localbase ncurses:port pkgconfig readline tar:bzip2
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
 LDFLAGS+=	-lpthread
 CONFIGURE_ENV=	BOOST_LIB_SUFFIX=""
 
-OPTIONS_DEFINE=	CURL CLOCK DOCS OUTPUTS TAGLIB UTF8 VISUALIZER
-OPTIONS_DEFAULT=	CURL CLOCK OUTPUTS TAGLIB UTF8 VISUALIZER
-CURL_DESC=	Enable fetching lyrics from the Internet
+OPTIONS_DEFINE=	CLOCK DOCS OUTPUTS TAGLIB UTF8 VISUALIZER
+OPTIONS_DEFAULT=	CLOCK OUTPUTS TAGLIB UTF8 VISUALIZER
 CLOCK_DESC=	clock-screen support
 TAGLIB_DESC=	taglib support
 OUTPUTS_DESC=	Enable outputs screen
@@ -38,9 +37,6 @@ PLIST_FILES=	bin/ncmpcpp \
 		man/man1/ncmpcpp.1.gz
 PORTDOCS=	AUTHORS COPYING NEWS bindings config
 
-CURL_LIB_DEPENDS=	libcurl.so:ftp/curl
-CURL_CONFIGURE_WITH=	curl
-
 CLOCK_CONFIGURE_ENABLE=	clock
 
 UTF8_CONFIGURE_ENABLE=	unicode

Modified: head/audio/ncmpcpp/distinfo
==============================================================================
--- head/audio/ncmpcpp/distinfo	Sun May 28 17:07:47 2017	(r441918)
+++ head/audio/ncmpcpp/distinfo	Sun May 28 17:18:24 2017	(r441919)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481256402
-SHA256 (ncmpcpp-0.7.7.tar.bz2) = b7bcbec83b1f88cc7b21f196b10be09a27b430566c59f402df170163464d01ef
-SIZE (ncmpcpp-0.7.7.tar.bz2) = 443801
+TIMESTAMP = 1495718276
+SHA256 (ncmpcpp-0.8.tar.bz2) = 2f0f2a1c0816119430880be6932e5eb356b7875dfa140e2453a5a802909f465a
+SIZE (ncmpcpp-0.8.tar.bz2) = 464165

Modified: head/audio/ncmpcpp/files/patch-src_status.cpp
==============================================================================
--- head/audio/ncmpcpp/files/patch-src_status.cpp	Sun May 28 17:07:47 2017	(r441918)
+++ head/audio/ncmpcpp/files/patch-src_status.cpp	Sun May 28 17:18:24 2017	(r441919)
@@ -1,4 +1,4 @@
---- src/status.cpp.orig	2016-04-17 05:41:01 UTC
+--- src/status.cpp.orig	2017-05-25 13:30:40 UTC
 +++ src/status.cpp
 @@ -21,6 +21,8 @@
  #include <boost/date_time/posix_time/posix_time.hpp>
@@ -7,5 +7,5 @@
 +#include <sys/types.h>
 +#include <sys/socket.h>
  
- #include "browser.h"
- #include "charset.h"
+ #include "curses/menu_impl.h"
+ #include "screens/browser.h"


More information about the svn-ports-all mailing list