diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-08-23 13:29:17 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-08-23 13:29:17 +0000 |
commit | 3b2ab23e7f921dfcf4b5632983c77d64fd106e88 (patch) | |
tree | 49ce04b53eed3ec21329ee172954598569e7b366 | |
parent | 54882cf71defd786d0f9d7a32ddb09f07fae2f16 (diff) | |
download | ports-3b2ab23e7f921dfcf4b5632983c77d64fd106e88.tar.gz ports-3b2ab23e7f921dfcf4b5632983c77d64fd106e88.zip |
- Update to 0.7.5
- While here, fix LICENSE, switch to USES=localbase and remove duplicate docs installation
PR: 211994
Submitted by: yamagi@yamagi.org (maintainer)
Notes
Notes:
svn path=/head/; revision=420676
-rw-r--r-- | audio/ncmpcpp/Makefile | 19 | ||||
-rw-r--r-- | audio/ncmpcpp/distinfo | 5 |
2 files changed, 10 insertions, 14 deletions
diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile index dfc5ab984b9a..4599bb4b1f08 100644 --- a/audio/ncmpcpp/Makefile +++ b/audio/ncmpcpp/Makefile @@ -1,25 +1,26 @@ # $FreeBSD$ PORTNAME= ncmpcpp -PORTVERSION= 0.7.4 +PORTVERSION= 0.7.5 CATEGORIES= audio MASTER_SITES= http://ncmpcpp.rybczak.net/stable/ MAINTAINER= yamagi@yamagi.org COMMENT= ncurses mpd client, clone of ncmpc with some new features -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \ libfftw3.so:math/fftw3 \ + libicudata.so:devel/icu \ + libicuuc.so:devel/icu \ libboost_filesystem.so:devel/boost-libs -USES= compiler:c++11-lib iconv libtool ncurses:port pkgconfig tar:bzip2 +USES= compiler:c++11-lib iconv libtool localbase ncurses:port pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= glib20 -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -lpthread -L${LOCALBASE}/lib +LDFLAGS+= -lpthread CONFIGURE_ENV= BOOST_LIB_SUFFIX="" OPTIONS_DEFINE= CURL CLOCK DOCS OUTPUTS TAGLIB UTF8 VISUALIZER @@ -49,13 +50,7 @@ OUTPUTS_CONFIGURE_ENABLE= outputs VISUALIZER_BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 VISUALIZER_CONFIGURE_ENABLE= visualizer -.include <bsd.port.pre.mk> - post-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/ncmpcpp ${STAGEDIR}${PREFIX}/bin/ -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/NEWS ${WRKSRC}/AUTHORS ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/bindings ${WRKSRC}/doc/config ${STAGEDIR}${DOCSDIR}/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/audio/ncmpcpp/distinfo b/audio/ncmpcpp/distinfo index 226cce450934..b3ffec0c134f 100644 --- a/audio/ncmpcpp/distinfo +++ b/audio/ncmpcpp/distinfo @@ -1,2 +1,3 @@ -SHA256 (ncmpcpp-0.7.4.tar.bz2) = d70425f1dfab074a12a206ddd8f37f663bce2bbdc0a20f7ecf290ebe051f1e63 -SIZE (ncmpcpp-0.7.4.tar.bz2) = 442743 +TIMESTAMP = 1471591908 +SHA256 (ncmpcpp-0.7.5.tar.bz2) = 7e4f643020b36698462879013a8b16111f8c3a4c5819cf186aed78032a41e07d +SIZE (ncmpcpp-0.7.5.tar.bz2) = 443072 |