svn commit: r374998 - head/audio/ncmpc

Thomas Zander riggs at FreeBSD.org
Sat Dec 20 11:32:04 UTC 2014


Author: riggs
Date: Sat Dec 20 11:32:02 2014
New Revision: 374998
URL: https://svnweb.freebsd.org/changeset/ports/374998
QAT: https://qat.redports.org/buildarchive/r374998/

Log:
  Update to upstream version 0.24
  
  While on it:
  - Add LICENSE*
  - Fix conditional installation of lyrics helper scripts
  
  PR:		193999
  Submitted by:	henrik at affekt.org
  Reviewed by:	riggs
  Approved by:	maintainer (timeout)

Modified:
  head/audio/ncmpc/Makefile
  head/audio/ncmpc/distinfo

Modified: head/audio/ncmpc/Makefile
==============================================================================
--- head/audio/ncmpc/Makefile	Sat Dec 20 10:41:37 2014	(r374997)
+++ head/audio/ncmpc/Makefile	Sat Dec 20 11:32:02 2014	(r374998)
@@ -2,13 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	ncmpc
-PORTVERSION=	0.23
+PORTVERSION=	0.24
 CATEGORIES=	audio
 MASTER_SITES=	http://www.musicpd.org/download/ncmpc/0/
 
 MAINTAINER=	henrik at affekt.org
 COMMENT=	Ncurses client for the musicpd
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libmpdclient.so:${PORTSDIR}/audio/libmpdclient
 
 GNU_CONFIGURE=	yes
@@ -44,8 +47,6 @@ CONFIGURE_ARGS+=--disable-nls
 CONFIGURE_ARGS+=--enable-lyrics-screen
 PLIST_FILES+=	lib/ncmpc/lyrics/10-hd.sh \
 		lib/ncmpc/lyrics/20-lyricwiki.rb
-PLIST_DIRS+=	lib/ncmpc/lyrics \
-		lib/ncmpc
 .else
 CONFIGURE_ARGS+=--disable-lyrics-screen
 .endif
@@ -64,9 +65,11 @@ do-install:
 		${STAGEDIR}${PREFIX}/share/locale/${language}/LC_MESSAGES/ncmpc.mo
 .endfor
 .endif
+.if ${PORT_OPTIONS:MLYRICS}
 	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/ncmpc/lyrics
 	(cd ${WRKSRC}/lyrics && ${INSTALL_SCRIPT} \
 		10-hd.sh 20-lyricwiki.rb \
 		${STAGEDIR}${PREFIX}/lib/ncmpc/lyrics)
+.endif
 
 .include <bsd.port.mk>

Modified: head/audio/ncmpc/distinfo
==============================================================================
--- head/audio/ncmpc/distinfo	Sat Dec 20 10:41:37 2014	(r374997)
+++ head/audio/ncmpc/distinfo	Sat Dec 20 11:32:02 2014	(r374998)
@@ -1,2 +1,2 @@
-SHA256 (ncmpc-0.23.tar.gz) = d12d4def1461c76b6d70283e4aa2679a27b2a95c6cffef9fa7bee0acb51a0916
-SIZE (ncmpc-0.23.tar.gz) = 450276
+SHA256 (ncmpc-0.24.tar.gz) = 1e995c3d1ba20fd235dcb319e16a244c04c52c0792564b2091487035827eeb7a
+SIZE (ncmpc-0.24.tar.gz) = 451278


More information about the svn-ports-head mailing list