aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2024-02-05 10:18:10 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2024-02-05 10:18:10 +0000
commitc41ef0947d365d825099ad7d84c48a9ad40d6e9d (patch)
tree5ff40dcceeb6710c4cfbead0a66db5f813290232
parent181653c68728c9db66fd879d20b48d68be0720a3 (diff)
downloadports-c41ef0947d365d825099ad7d84c48a9ad40d6e9d.tar.gz
ports-c41ef0947d365d825099ad7d84c48a9ad40d6e9d.zip
audio/py-essentia: fix build
Correct the previous fix to make it actually work. Reported by: yuri (maintainer) Pointy hat to: rm
-rw-r--r--audio/py-essentia/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/py-essentia/Makefile b/audio/py-essentia/Makefile
index 736577e4ea62..09b431c64d19 100644
--- a/audio/py-essentia/Makefile
+++ b/audio/py-essentia/Makefile
@@ -1,7 +1,7 @@
PORTNAME= essentia
DISTVERSIONPREFIX= v
DISTVERSION= 2.1_beta5-859
-PORTREVISION= 3
+PORTREVISION= 4
DISTVERSIONSUFFIX= -gb247091f
CATEGORIES= audio
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,8 +20,9 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
-PATCH_SITES= https://raw.githubusercontent.com/MTG/essentia/d02b6c752046802a711530e2bcd5feafca42247d/
-PATCH_FILES= waf
+MASTER_SITES= https://raw.githubusercontent.com/MTG/essentia/d02b6c752046802a711530e2bcd5feafca42247d/
+DISTFILES= waf
+EXTRACT_ONLY= ${GH_ACCOUNT}-${PORTNAME}*.gz
USES= eigen:3 pkgconfig python
USE_PYTHON= pytest