Date: Thu, 8 Feb 2018 11:28:36 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461213 - head/audio/chromaprint Message-ID: <201802081128.w18BSaQg055674@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802081128.w18BSaQg055674>