Date: Tue, 23 Feb 2016 09:24:07 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409391 - head/audio/pianobar Message-ID: <201602230924.u1N9O7PV022443@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Tue Feb 23 09:24:07 2016 New Revision: 409391 URL: https://svnweb.freebsd.org/changeset/ports/409391 Log: - Update to 2015.11.22 PR: 204998 Submitted by: maintainer Modified: head/audio/pianobar/Makefile head/audio/pianobar/distinfo Modified: head/audio/pianobar/Makefile ============================================================================== --- head/audio/pianobar/Makefile Tue Feb 23 09:23:16 2016 (r409390) +++ head/audio/pianobar/Makefile Tue Feb 23 09:24:07 2016 (r409391) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= pianobar -PORTVERSION= 2014.09.28 -PORTREVISION= 2 +PORTVERSION= 2015.11.22 +PORTREVISION= 0 CATEGORIES= audio MASTER_SITES= http://6xq.net/projects/${PORTNAME}/ @@ -18,7 +18,8 @@ LIB_DEPENDS= libao.so:${PORTSDIR}/audio/ libgnutls.so:${PORTSDIR}/security/gnutls \ libjson-c.so:${PORTSDIR}/devel/json-c \ libgcrypt.so:${PORTSDIR}/security/libgcrypt \ - libavcodec.so:${PORTSDIR}/multimedia/ffmpeg + libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ + libcurl.so:${PORTSDIR}/ftp/curl PLIST_FILES= bin/pianobar \ man/man1/pianobar.1.gz Modified: head/audio/pianobar/distinfo ============================================================================== --- head/audio/pianobar/distinfo Tue Feb 23 09:23:16 2016 (r409390) +++ head/audio/pianobar/distinfo Tue Feb 23 09:24:07 2016 (r409391) @@ -1,2 +1,2 @@ -SHA256 (pianobar-2014.09.28.tar.bz2) = 6bd10218ad5d68c4c761e02c729627d2581b4a6db559190e7e52dc5df177e68f -SIZE (pianobar-2014.09.28.tar.bz2) = 51810 +SHA256 (pianobar-2015.11.22.tar.bz2) = 23fbc9e6f55b3277dba7a0f68ff721bad7f1eeea504c616ba008841686de322b +SIZE (pianobar-2015.11.22.tar.bz2) = 45973
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602230924.u1N9O7PV022443>