Update to upstream version 0.24
While on it: - Add LICENSE* - Fix conditional installation of lyrics helper scripts PR: 193999 Submitted by: henrik@affekt.org Reviewed by: riggs Approved by: maintainer (timeout)
This commit is contained in:
parent
7f4c99cb64
commit
f8549d1e31
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374998
2 changed files with 8 additions and 5 deletions
|
@ -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@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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue