diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2010-01-08 21:56:36 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2010-01-08 21:56:36 +0000 |
commit | 3d675a4e268d6354e28a6b96950e9e4585eb45bf (patch) | |
tree | a8d18735870759726622da153e6eace9c99f667f /audio/ncmpcpp | |
parent | 6188c9e70430133753bc1250133077370fb8facc (diff) | |
download | ports-3d675a4e268d6354e28a6b96950e9e4585eb45bf.tar.gz ports-3d675a4e268d6354e28a6b96950e9e4585eb45bf.zip |
Notes
Diffstat (limited to 'audio/ncmpcpp')
-rw-r--r-- | audio/ncmpcpp/Makefile | 10 | ||||
-rw-r--r-- | audio/ncmpcpp/distinfo | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile index c9210f8f9bec..b7fd2f6c07df 100644 --- a/audio/ncmpcpp/Makefile +++ b/audio/ncmpcpp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ncmpcpp -PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTVERSION= 0.5 CATEGORIES= audio MASTER_SITES= http://unkart.ovh.org/ncmpcpp/ \ http://mirror.mcx2.org/ @@ -15,6 +14,9 @@ MASTER_SITES= http://unkart.ovh.org/ncmpcpp/ \ MAINTAINER= dhn@FreeBSD.org COMMENT= A ncurses mpd client, clone of ncmpc with some new features +LIB_DEPENDS= mpdclient:${PORTSDIR}/audio/libmpdclient \ + fftw3.5:${PORTSDIR}/math/fftw3 + USE_BZIP2= yes GNU_CONFIGURE= yes USE_ICONV= yes @@ -81,10 +83,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 CONFIGURE_ARGS+= --enable-visualizer .endif -post-patch: - @${REINPLACE_CMD} -e 's|/usr/share/i18n/SUPPORTED|${LOCALBASE}/share/locale|g' \ - -e 's|iconv.h|sys/iconv.h|g' ${WRKSRC}/configure* - post-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/ncmpcpp ${PREFIX}/bin/ .if !defined(NOPORTDOCS) diff --git a/audio/ncmpcpp/distinfo b/audio/ncmpcpp/distinfo index 1cc556836510..0539ade69fa2 100644 --- a/audio/ncmpcpp/distinfo +++ b/audio/ncmpcpp/distinfo @@ -1,3 +1,3 @@ -MD5 (ncmpcpp-0.4.1.tar.bz2) = 120e15c8791f82c30671990bbf2022e1 -SHA256 (ncmpcpp-0.4.1.tar.bz2) = 51f023521edaa7c4fa719a6d1f0d2f44e71e983b361152f20d01a422babc65a3 -SIZE (ncmpcpp-0.4.1.tar.bz2) = 349814 +MD5 (ncmpcpp-0.5.tar.bz2) = 5b34a969d34adb6a5e7ab088694ee870 +SHA256 (ncmpcpp-0.5.tar.bz2) = 4271cd477cc26038a3f6526a97bcf8b6a8785d08a2828a3ec2a18e1e4f197cae +SIZE (ncmpcpp-0.5.tar.bz2) = 340041 |