From owner-svn-ports-head@freebsd.org Thu Feb 8 11:28:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F9E4F1B45E; Thu, 8 Feb 2018 11:28:37 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 233B28200C; Thu, 8 Feb 2018 11:28:37 +0000 (UTC) (envelope-from jhale@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 04B421556E; Thu, 8 Feb 2018 11:28:37 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w18BSaRS055677; Thu, 8 Feb 2018 11:28:36 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w18BSaQg055674; Thu, 8 Feb 2018 11:28:36 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201802081128.w18BSaQg055674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Thu, 8 Feb 2018 11:28:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461213 - head/audio/chromaprint X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/audio/chromaprint X-SVN-Commit-Revision: 461213 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.25 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: Thu, 08 Feb 2018 11:28:37 -0000 Author: jhale Date: Thu Feb 8 11:28:36 2018 New Revision: 461213 URL: https://svnweb.freebsd.org/changeset/ports/461213 Log: Update to 1.4.3 Relnotes: https://github.com/acoustid/chromaprint/releases/tag/v1.4.3 Modified: head/audio/chromaprint/Makefile head/audio/chromaprint/distinfo head/audio/chromaprint/pkg-plist Modified: head/audio/chromaprint/Makefile ============================================================================== --- head/audio/chromaprint/Makefile Thu Feb 8 10:46:13 2018 (r461212) +++ head/audio/chromaprint/Makefile Thu Feb 8 11:28:36 2018 (r461213) @@ -1,11 +1,9 @@ # $FreeBSD$ PORTNAME= chromaprint -PORTVERSION= 1.4.2 -PORTREVISION= 4 +PORTVERSION= 1.4.3 CATEGORIES= audio -MASTER_SITES= https://github.com/acoustid/${PORTNAME}/releases/download/v${PORTVERSION}/ \ - https://bitbucket.org/acoustid/${PORTNAME}/downloads/ +MASTER_SITES= https://github.com/acoustid/${PORTNAME}/releases/download/v${PORTVERSION}/ MAINTAINER= jhale@FreeBSD.org COMMENT= AcoustID audio fingerprinting library @@ -21,6 +19,8 @@ USE_LDCONFIG= yes CMAKE_ARGS= -DBUILD_TOOLS:BOOL=true \ -DFFT_LIB:STRING=avfft + +WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION} OPTIONS_DEFINE= DOXYGEN TEST Modified: head/audio/chromaprint/distinfo ============================================================================== --- head/audio/chromaprint/distinfo Thu Feb 8 10:46:13 2018 (r461212) +++ head/audio/chromaprint/distinfo Thu Feb 8 11:28:36 2018 (r461213) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483658531 -SHA256 (chromaprint-1.4.2.tar.gz) = 989609a7e841dd75b34ee793bd1d049ce99a8f0d444b3cea39d57c3e5d26b4d4 -SIZE (chromaprint-1.4.2.tar.gz) = 613367 +TIMESTAMP = 1518010171 +SHA256 (chromaprint-1.4.3.tar.gz) = ea18608b76fb88e0203b7d3e1833fb125ce9bb61efe22c6e169a50c52c457f82 +SIZE (chromaprint-1.4.3.tar.gz) = 613741 Modified: head/audio/chromaprint/pkg-plist ============================================================================== --- head/audio/chromaprint/pkg-plist Thu Feb 8 10:46:13 2018 (r461212) +++ head/audio/chromaprint/pkg-plist Thu Feb 8 11:28:36 2018 (r461213) @@ -2,5 +2,5 @@ bin/fpcalc include/chromaprint.h lib/libchromaprint.so lib/libchromaprint.so.1 -lib/libchromaprint.so.1.4.2 +lib/libchromaprint.so.1.4.3 libdata/pkgconfig/libchromaprint.pc