Skip to content

Commit

Permalink
audio/vm-lv2: Use upstream primary site
Browse files Browse the repository at this point in the history
Fetch archive directly from upstream's git repo

PR:		266933
Reviewed by:	yuri (maintainer)
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Oct 10, 2022
1 parent 108970a commit 74fbea4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
11 changes: 3 additions & 8 deletions audio/vm-lv2/Makefile
Expand Up @@ -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
Expand All @@ -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>
6 changes: 3 additions & 3 deletions audio/vm-lv2/distinfo
@@ -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

0 comments on commit 74fbea4

Please sign in to comment.