mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 0.2.4
PR: 128055 Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer)
This commit is contained in:
parent
9a9ab90c83
commit
81ddf1439e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221692
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ncmpcpp
|
||||
PORTVERSION= 0.2.3
|
||||
PORTVERSION= 0.2.4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://unkart.ovh.org/ncmpcpp/ \
|
||||
http://mirror.mcx2.org/
|
||||
@ -21,7 +21,7 @@ GNU_CONFIGURE= yes
|
||||
USE_ICONV= yes
|
||||
USE_GNOME= glib20
|
||||
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lpthread"
|
||||
CONFIGURE_ARGS= --disable-unicode
|
||||
|
||||
OPTIONS= CURL "Enable fetching lyrics from the Internet" on \
|
||||
@ -30,8 +30,8 @@ OPTIONS= CURL "Enable fetching lyrics from the Internet" on \
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
PLIST_FILES= bin/ncmpcpp \
|
||||
%%DOCSDIR%%/ncmpcpprc \
|
||||
%%DOCSDIR%%/ncmpcpp_keys \
|
||||
%%DOCSDIR%%/config \
|
||||
%%DOCSDIR%%/keys \
|
||||
%%DOCSDIR%%/NEWS \
|
||||
%%DOCSDIR%%/AUTHORS
|
||||
PLIST_DIRS= %%DOCSDIR%%
|
||||
@ -57,8 +57,8 @@ post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR}/NEWS
|
||||
${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR}/AUTHORS
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/ncmpcpprc ${DOCSDIR}/ncmpcpprc
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/ncmpcpp_keys ${DOCSDIR}/ncmpcpp_keys
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/config ${DOCSDIR}/config
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/keys ${DOCSDIR}/keys
|
||||
.endif
|
||||
|
||||
@${ECHO_MSG} ""
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ncmpcpp-0.2.3.tar.bz2) = c4aed09c7c3cf8d1cab5a7ff5d60be5c
|
||||
SHA256 (ncmpcpp-0.2.3.tar.bz2) = c17c655b90cfb502ad56f1d54a50567d37ff76b196b632f7d480ce20a9a79e0d
|
||||
SIZE (ncmpcpp-0.2.3.tar.bz2) = 300876
|
||||
MD5 (ncmpcpp-0.2.4.tar.bz2) = 4e4968bc70e64cfd29b93430f9d3c572
|
||||
SHA256 (ncmpcpp-0.2.4.tar.bz2) = f73dd57b9970d85c269b4e30b58d4a06cf4cd03be2ffe19913f7d107d36f3d9d
|
||||
SIZE (ncmpcpp-0.2.4.tar.bz2) = 307548
|
||||
|
@ -1,8 +1,12 @@
|
||||
###########################################################################
|
||||
ncmpcpp has been installed.
|
||||
|
||||
A default ncmpcpprc config has been installed to:
|
||||
PREFIX/share/doc/ncmpcpp/ncmpcpprc
|
||||
Attention: ncmpcpp doesn't use ~/.ncmpcpprc and ~/.ncmpcpp_keys as config
|
||||
files anymore. It's been using respectively ~/.ncmpcpp/config and
|
||||
~/.ncmpcpp/keys for this since ver. 0.2.4!
|
||||
|
||||
A default config has been installed to:
|
||||
PREFIX/share/doc/ncmpcpp/config
|
||||
|
||||
For more information about ncmpcpp visit:
|
||||
http://unkart.ovh.org/ncmpcpp
|
||||
|
Loading…
Reference in New Issue
Block a user