mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
audio/vm-lv2: Use upstream primary site
Fetch archive directly from upstream's git repo PR: 266933 Reviewed by: yuri (maintainer)
This commit is contained in:
parent
108970aa2b
commit
74fbea4714
@ -2,9 +2,9 @@ PORTNAME= vm
|
||||
DISTVERSION= 0.14.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://gitlab.com/OpenMusicKontrollers/vm.lv2/-/archive/${DISTVERSION}/
|
||||
DISTNAME= vm.lv2-${DISTVERSION}
|
||||
MASTER_SITES= https://git.open-music-kontrollers.ch/lv2/vm.lv2/snapshot/
|
||||
PKGNAMESUFFIX= -lv2
|
||||
DISTNAME= ${PORTNAME}.lv2-${DISTVERSION}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Virtual machine LV2 plugin bundle
|
||||
@ -20,13 +20,8 @@ LIB_DEPENDS= liblilv-0.so:audio/lilv \
|
||||
libsord-0.so:devel/sord \
|
||||
libsratom-0.so:audio/sratom
|
||||
|
||||
USES= compiler:c++11-lib gl meson pkgconfig localbase xorg
|
||||
USES= compiler:c++11-lib gl meson pkgconfig localbase tar:xz xorg
|
||||
USE_XORG= x11 xext
|
||||
USE_GL= gl glew glu
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
|
||||
|
||||
post-extract:
|
||||
@${MV} ${WRKDIR}/vm* ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1618822386
|
||||
SHA256 (vm.lv2-0.14.0.tar.gz) = 555bfc519f5c05013e9499eb4f6c6c092839e04425150d2e152a7b33dc309443
|
||||
SIZE (vm.lv2-0.14.0.tar.gz) = 1978271
|
||||
TIMESTAMP = 1665377099
|
||||
SHA256 (vm.lv2-0.14.0.tar.xz) = eca9f9e13cdc673cb0dfbfd9d3a419cb8d5b6d82ff1b6cc39cd69462e5c16f04
|
||||
SIZE (vm.lv2-0.14.0.tar.xz) = 1612880
|
||||
|
Loading…
Reference in New Issue
Block a user