From owner-svn-ports-branches@freebsd.org Thu Sep 10 10:51:41 2020 Return-Path: Delivered-To: svn-ports-branches@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 CE7363D21D3; Thu, 10 Sep 2020 10:51:41 +0000 (UTC) (envelope-from riggs@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BnG0Y55WWz3Z7r; Thu, 10 Sep 2020 10:51:41 +0000 (UTC) (envelope-from riggs@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 7806D11863; Thu, 10 Sep 2020 10:51:41 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08AApfk1079270; Thu, 10 Sep 2020 10:51:41 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08AApfch079268; Thu, 10 Sep 2020 10:51:41 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <202009101051.08AApfch079268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Thu, 10 Sep 2020 10:51:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548199 - in branches/2020Q3/audio/libsndfile: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: in branches/2020Q3/audio/libsndfile: . files X-SVN-Commit-Revision: 548199 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2020 10:51:41 -0000 Author: riggs Date: Thu Sep 10 10:51:40 2020 New Revision: 548199 URL: https://svnweb.freebsd.org/changeset/ports/548199 Log: MFH: r548196 Update to upstream release 1.0.29 PR: 248665 Submitted by: daniel.engberg.lists@pyret.net Reviewed by: tcberner Approved by: ports-secteam (riggs) Deleted: branches/2020Q3/audio/libsndfile/files/patch-CMakeLists.txt branches/2020Q3/audio/libsndfile/files/patch-cmake_SndFileChecks.cmake Modified: branches/2020Q3/audio/libsndfile/Makefile branches/2020Q3/audio/libsndfile/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/audio/libsndfile/Makefile ============================================================================== --- branches/2020Q3/audio/libsndfile/Makefile Thu Sep 10 10:13:52 2020 (r548198) +++ branches/2020Q3/audio/libsndfile/Makefile Thu Sep 10 10:51:40 2020 (r548199) @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= libsndfile -DISTVERSION= 1.0.29pre.20200620 +DISTVERSION= 1.0.29 CATEGORIES= audio +MASTER_SITES= https://github.com/erikd/${PORTNAME}/releases/download/v1.0.29/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF) @@ -11,23 +12,26 @@ COMMENT= Reading and writing files containing sampled LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake cpe localbase pkgconfig python:build,test shebangfix +USES= cmake cpe localbase pkgconfig python:build,test shebangfix \ + tar:bz2 SHEBANG_FILES= programs/test-sndfile-metadata-set.py \ src/binheader_writef_check.py \ src/create_symbols_file.py CPE_VENDOR= ${CPE_PRODUCT}_project -USE_GITHUB= yes -GH_ACCOUNT= erikd -GH_TAGNAME= 2ccb23f - USE_LDCONFIG= yes +CMAKE_ARGS= -DCMAKE_DISABLE_FIND_PACKAGE_ALSA:BOOL=True \ + -DCMAKE_DISABLE_FIND_PACKAGE_Sndio:BOOL=True \ + -DCMAKE_DISABLE_FIND_PACKAGE_Speex:BOOL=True \ + -DCMAKE_DISABLE_FIND_PACKAGE_SQLite3:BOOL=True + OPTIONS_DEFINE= DOCS EXTERNAL STATIC TEST OPTIONS_SUB= yes OPTIONS_DEFAULT= EXTERNAL EXTERNAL_DESC= Enable FLAC, Ogg Vorbis, Opus support +TEST_DESC= Build tests (forces static library only) TEST_IMPLIES= STATIC EXTERNAL_LIB_DEPENDS= libFLAC.so:audio/flac \ Modified: branches/2020Q3/audio/libsndfile/distinfo ============================================================================== --- branches/2020Q3/audio/libsndfile/distinfo Thu Sep 10 10:13:52 2020 (r548198) +++ branches/2020Q3/audio/libsndfile/distinfo Thu Sep 10 10:51:40 2020 (r548199) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595853607 -SHA256 (erikd-libsndfile-1.0.29pre.20200620-2ccb23f_GH0.tar.gz) = 70fee769ab60c579090edf5a43a4959a71feb14f0e531394f4e1c1a9741258c3 -SIZE (erikd-libsndfile-1.0.29pre.20200620-2ccb23f_GH0.tar.gz) = 721895 +TIMESTAMP = 1598210411 +SHA256 (libsndfile-1.0.29.tar.bz2) = 2ba20d44817c8176f097ab25eff44ef0aeec9e00973def5a7174c5ae0764b22f +SIZE (libsndfile-1.0.29.tar.bz2) = 831090