Received: by mail.netbsd.org (Postfix, from userid 605) id 5B3EA84EB3; Tue, 20 Feb 2018 02:59:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D4B7884EA7 for ; Tue, 20 Feb 2018 02:59:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 6CPXPguGZWjX for ; Tue, 20 Feb 2018 02:59:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4AE0584E56 for ; Tue, 20 Feb 2018 02:59:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 41F1DFB40; Tue, 20 Feb 2018 02:59:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519095578210980" MIME-Version: 1.0 Date: Tue, 20 Feb 2018 02:59:38 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/audio/pianobar To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20180220025938.41F1DFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1519095578210980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Tue Feb 20 02:59:38 UTC 2018 Modified Files: pkgsrc/audio/pianobar: Makefile distinfo Log Message: pianobar: Upgrade to 2017.08.30 pkgsrc changes: - switch to GitHub as the release source - set CFLAGS for NetBSD: _NETBSD_SOURCE, this works around a bug that strdup(3) was not included in the POSIX source namespace (fixed in NetBSD 8.0) - switch to ffmpeg 3.x upstream changelog ================== Release 2017.08.30 - Support binding to specific network interface, see config option bind_to - New config option gain_mul softens effect of replay gain - Replaced deprecated ffmpeg and json-c functions, bumps ffmpeg/libav version requirement - Fix use-after-free - Minor improvements to code and documentation Release 2016.06.02 - Quit pianobar upon reception of two SIGINT - Minor bugfixes To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/pianobar/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/pianobar/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1519095578210980 Content-Disposition: inline Content-Length: 2325 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/pianobar/Makefile diff -u pkgsrc/audio/pianobar/Makefile:1.9 pkgsrc/audio/pianobar/Makefile:1.10 --- pkgsrc/audio/pianobar/Makefile:1.9 Mon Jan 1 21:18:15 2018 +++ pkgsrc/audio/pianobar/Makefile Tue Feb 20 02:59:38 2018 @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2018/01/01 21:18:15 adam Exp $ +# $NetBSD: Makefile,v 1.10 2018/02/20 02:59:38 kamil Exp $ -DISTNAME= pianobar-2015.11.22 -PKGREVISION= 8 +DISTNAME= pianobar-2017.08.30 CATEGORIES= audio net -MASTER_SITES= https://6xq.net/pianobar/ -EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= ${MASTER_SITE_GITHUB:=PromyLOPh/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://6xq.net/pianobar/ @@ -16,10 +14,12 @@ USE_LANGUAGES= c99 MAKE_FLAGS+= PREFIX=${PREFIX} MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR} +CFLAGS.NetBSD+= -D_NETBSD_SOURCE + .include "../../audio/libao/buildlink3.mk" .include "../../security/libgcrypt/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../textproc/json-c/buildlink3.mk" -.include "../../multimedia/ffmpeg2/buildlink3.mk" +.include "../../multimedia/ffmpeg3/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/audio/pianobar/distinfo diff -u pkgsrc/audio/pianobar/distinfo:1.1 pkgsrc/audio/pianobar/distinfo:1.2 --- pkgsrc/audio/pianobar/distinfo:1.1 Fri Jan 15 07:54:39 2016 +++ pkgsrc/audio/pianobar/distinfo Tue Feb 20 02:59:38 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/01/15 07:54:39 wiz Exp $ +$NetBSD: distinfo,v 1.2 2018/02/20 02:59:38 kamil Exp $ -SHA1 (pianobar-2015.11.22.tar.bz2) = 1c44080f483bd5ceb68a54c038d81b5112dcbbc3 -RMD160 (pianobar-2015.11.22.tar.bz2) = 3ea3aa7cd0fcbbf70387934b3fc374b0637f1507 -SHA512 (pianobar-2015.11.22.tar.bz2) = cd8f7307f0d7bd0359954202d2fc3b6d9fdcdc7238a2057c1541f85d62d69fafb22c4a6466d873c35727c1ad1576755ac2f9224dd5ce4ccba2d9c1c8b9a0205a -Size (pianobar-2015.11.22.tar.bz2) = 45973 bytes +SHA1 (pianobar-2017.08.30.tar.gz) = bda570c73b9cfdcabbcf0dd1d91493b8a9f62e6d +RMD160 (pianobar-2017.08.30.tar.gz) = 5ccfd0e2de8a0cab2eda2a6944fe0baca437ed23 +SHA512 (pianobar-2017.08.30.tar.gz) = c2cd425377bacc35899a72021fb24c8cc506a5ced9bab74fd2ad6ef4b589788bb8e6294fcd5dade5c8bac31fe52866214bebd6c89989e2b929f12542d90a3b6d +Size (pianobar-2017.08.30.tar.gz) = 54202 bytes --_----------=_1519095578210980--