From owner-svn-ports-head@freebsd.org Mon Mar 23 23:25:10 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D7AE527314E; Mon, 23 Mar 2020 23:25:10 +0000 (UTC) (envelope-from jhixson@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48mVpt5JJRz3Jhn; Mon, 23 Mar 2020 23:25:10 +0000 (UTC) (envelope-from jhixson@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ABE231E1B1; Mon, 23 Mar 2020 23:25:10 +0000 (UTC) (envelope-from jhixson@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02NNPA12026446; Mon, 23 Mar 2020 23:25:10 GMT (envelope-from jhixson@FreeBSD.org) Received: (from jhixson@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02NNP9NC026438; Mon, 23 Mar 2020 23:25:09 GMT (envelope-from jhixson@FreeBSD.org) Message-Id: <202003232325.02NNP9NC026438@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhixson set sender to jhixson@FreeBSD.org using -f From: John Hixson Date: Mon, 23 Mar 2020 23:25:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r529016 - in head/audio/pianod2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jhixson X-SVN-Commit-Paths: in head/audio/pianod2: . files X-SVN-Commit-Revision: 529016 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Mar 2020 23:25:10 -0000 Author: jhixson Date: Mon Mar 23 23:25:09 2020 New Revision: 529016 URL: https://svnweb.freebsd.org/changeset/ports/529016 Log: audio/pianod2: update to version 306 Added: head/audio/pianod2/files/patch-src-common-fileio.cpp (contents, props changed) Deleted: head/audio/pianod2/files/patch-src-common-xmlio.cpp Modified: head/audio/pianod2/Makefile head/audio/pianod2/distinfo head/audio/pianod2/files/patch-configure.ac head/audio/pianod2/files/patch-src-Makefile.am head/audio/pianod2/files/patch-src-mediaunits-pandora-pandorasource.cpp Modified: head/audio/pianod2/Makefile ============================================================================== --- head/audio/pianod2/Makefile Mon Mar 23 23:15:09 2020 (r529015) +++ head/audio/pianod2/Makefile Mon Mar 23 23:25:09 2020 (r529016) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pianod2 -PORTVERSION= 301 -PORTREVISION= 2 +PORTVERSION= 306 CATEGORIES= audio MASTER_SITES= http://deviousfish.com/Downloads/pianod2/Devel/ Modified: head/audio/pianod2/distinfo ============================================================================== --- head/audio/pianod2/distinfo Mon Mar 23 23:15:09 2020 (r529015) +++ head/audio/pianod2/distinfo Mon Mar 23 23:25:09 2020 (r529016) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548905797 -SHA256 (pianod2-301.tar.gz) = d6fa01d786af65fe3b4e6f4f97fa048db6619b9443e23f655d3ea8ab4766caee -SIZE (pianod2-301.tar.gz) = 796928 +TIMESTAMP = 1584744963 +SHA256 (pianod2-306.tar.gz) = f954f8e70cacfd712e682387213b1dd3e0926b7f90bed4bff860bac0008094a7 +SIZE (pianod2-306.tar.gz) = 789401 Modified: head/audio/pianod2/files/patch-configure.ac ============================================================================== --- head/audio/pianod2/files/patch-configure.ac Mon Mar 23 23:15:09 2020 (r529015) +++ head/audio/pianod2/files/patch-configure.ac Mon Mar 23 23:25:09 2020 (r529016) @@ -1,11 +1,11 @@ ---- configure.ac.orig 2018-12-07 06:39:29 UTC +--- configure.ac.orig 2020-03-17 17:41:27 UTC +++ configure.ac @@ -19,7 +19,7 @@ AC_PREREQ([2.68]) AC_CONFIG_MACRO_DIRS([m4]) AC_INIT([pianod2], - m4_esyscmd([svn info svn://svn.deviousfish.com/pianod2 | grep Revision: | awk '{print $2}' | tr -d '\n']), -+ [301], ++ [306], [pianod@lists.deviousfish.com], ,[http://deviousfish.com/pianod2]) AM_INIT_AUTOMAKE([foreign -Wall -Werror]) Modified: head/audio/pianod2/files/patch-src-Makefile.am ============================================================================== --- head/audio/pianod2/files/patch-src-Makefile.am Mon Mar 23 23:15:09 2020 (r529015) +++ head/audio/pianod2/files/patch-src-Makefile.am Mon Mar 23 23:25:09 2020 (r529016) @@ -1,4 +1,4 @@ ---- src/Makefile.am.orig 2018-03-16 18:13:50 UTC +--- src/Makefile.am.orig 2020-03-17 17:41:27 UTC +++ src/Makefile.am @@ -44,7 +44,7 @@ libao_ldadd = -lao endif Added: head/audio/pianod2/files/patch-src-common-fileio.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/pianod2/files/patch-src-common-fileio.cpp Mon Mar 23 23:25:09 2020 (r529016) @@ -0,0 +1,14 @@ +--- src/common/fileio.cpp.orig 2020-03-17 17:41:27 UTC ++++ src/common/fileio.cpp +@@ -125,11 +125,7 @@ static char *select_nobody_user (const char *nobody_na + // Other varieties get this right. + } while (getgrouplist (nobody_name, + nobody.pw_gid, +-#if !defined(__FreeBSD__) && !defined(__APPLE__) + nobody_groups, +-#else +- (int *) nobody_groups, +-#endif + &nobody_groups_count) + < 0); + } Modified: head/audio/pianod2/files/patch-src-mediaunits-pandora-pandorasource.cpp ============================================================================== --- head/audio/pianod2/files/patch-src-mediaunits-pandora-pandorasource.cpp Mon Mar 23 23:15:09 2020 (r529015) +++ head/audio/pianod2/files/patch-src-mediaunits-pandora-pandorasource.cpp Mon Mar 23 23:25:09 2020 (r529016) @@ -1,4 +1,4 @@ ---- src/mediaunits/pandora/pandorasource.cpp.orig 2018-03-16 18:13:50 UTC +--- src/mediaunits/pandora/pandorasource.cpp.orig 2020-03-17 17:41:28 UTC +++ src/mediaunits/pandora/pandorasource.cpp @@ -15,6 +15,7 @@