Date: Sat, 22 Jun 2019 21:48:29 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504893 - head/audio/py-pyacoustid Message-ID: <201906222148.x5MLmTbu077122@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jun 22 21:48:28 2019 New Revision: 504893 URL: https://svnweb.freebsd.org/changeset/ports/504893 Log: Update to 1.1.7 - Update WWW Changes: https://github.com/beetbox/pyacoustid/blob/master/README.rst#version-history Modified: head/audio/py-pyacoustid/Makefile head/audio/py-pyacoustid/distinfo head/audio/py-pyacoustid/pkg-descr Modified: head/audio/py-pyacoustid/Makefile ============================================================================== --- head/audio/py-pyacoustid/Makefile Sat Jun 22 21:48:23 2019 (r504892) +++ head/audio/py-pyacoustid/Makefile Sat Jun 22 21:48:28 2019 (r504893) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pyacoustid -PORTVERSION= 1.1.5 -PORTREVISION= 0 +PORTVERSION= 1.1.7 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +13,8 @@ COMMENT= Bindings for Chromaprint acoustic fingerprint LICENSE= MIT LIB_DEPENDS= libchromaprint.so:audio/chromaprint +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}audioread>=0:audio/py-audioread@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils Modified: head/audio/py-pyacoustid/distinfo ============================================================================== --- head/audio/py-pyacoustid/distinfo Sat Jun 22 21:48:23 2019 (r504892) +++ head/audio/py-pyacoustid/distinfo Sat Jun 22 21:48:28 2019 (r504893) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496245320 -SHA256 (pyacoustid-1.1.5.tar.gz) = efb6337a470c9301a108a539af7b775678ff67aa63944e9e04ce4216676cc777 -SIZE (pyacoustid-1.1.5.tar.gz) = 11846 +TIMESTAMP = 1561199696 +SHA256 (pyacoustid-1.1.7.tar.gz) = 07394a8ae84625a0a6fef2d891d19687ff59cd955caaf48097da2826043356fd +SIZE (pyacoustid-1.1.7.tar.gz) = 14990 Modified: head/audio/py-pyacoustid/pkg-descr ============================================================================== --- head/audio/py-pyacoustid/pkg-descr Sat Jun 22 21:48:23 2019 (r504892) +++ head/audio/py-pyacoustid/pkg-descr Sat Jun 22 21:48:28 2019 (r504893) @@ -1,3 +1,3 @@ Bindings for Chromaprint acoustic fingerprinting and the Acoustid API -WWW: https://github.com/sampsyo/pyacoustid +WWW: https://github.com/beetbox/pyacoustid
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906222148.x5MLmTbu077122>