Date: Mon, 13 Oct 2008 04:03:49 -0700 (PDT) From: Dennis Herrmann <adox@mcx2.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/128055: [UPDATE] audio/ncmpcpp - update to 0.2.4 Message-ID: <48f32b15.09c5660a.3e75.ffffa1d2@mx.google.com> Resent-Message-ID: <200810131110.m9DBA3dh032115@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128055 >Category: ports >Synopsis: [UPDATE] audio/ncmpcpp - update to 0.2.4 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 13 11:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dennis Herrmann >Release: FreeBSD 8.0-CURRENT i386 >Organization: >Environment: System: FreeBSD dhn.homeunix.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Thu Oct 9 22:49:46 CEST 2008 root@dhn.homeunix.com:/usr/obj/usr/src/sys/PARANOIA i386 >Description: Update from 0.2.3 to 0.2.4: *fixed bug with not null terminated strings on mac os x * support for renaming files in tiny tag editor * support for editing composer, performer and disc tag in mp3 files * support for user defined base seek time * support for user defined tag type in left column of media library * support for user defined display format in album column of media library * support for basic mpc commands and command line arguments * adding items to playlist can be done like in ncmpc * fetching lyrics and artist's info doesn't lock ncmpcpp anymore * changed place of storing config files * list of recently used patterns in tag editor is now remembered * other minor fixes and improvements >How-To-Repeat: >Fix: --- ncmpcpp-0.2.4.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/ncmpcpp/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 22 Sep 2008 23:42:04 -0000 1.4 +++ Makefile 13 Oct 2008 10:40:18 -0000 @@ -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/ @@ -30,8 +30,8 @@ .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 @@ @${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} "" Index: distinfo =================================================================== RCS file: /home/pcvs/ports/audio/ncmpcpp/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 22 Sep 2008 23:42:04 -0000 1.4 +++ distinfo 13 Oct 2008 10:37:39 -0000 @@ -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 Index: pkg-message =================================================================== RCS file: /home/pcvs/ports/audio/ncmpcpp/pkg-message,v retrieving revision 1.3 diff -u -r1.3 pkg-message --- pkg-message 7 Sep 2008 20:40:50 -0000 1.3 +++ pkg-message 13 Oct 2008 10:54:49 -0000 @@ -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 --- ncmpcpp-0.2.4.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48f32b15.09c5660a.3e75.ffffa1d2>