mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
audio/moony-lv2: Reverr update 0.36.0 -> 0.28.0
This reverts commit e01aca1828
.
Version regressed due to a typo.
0.38.0 was meant but currently audio/moony-lv2 can't be updated to 0.38.0 due to its use of linux-only pty.h
Reported by: erwin
This commit is contained in:
parent
e502b6db28
commit
322a01c457
@ -1,7 +1,7 @@
|
||||
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
||||
|
||||
PORTNAME= moony
|
||||
DISTVERSION= 0.28.0
|
||||
DISTVERSION= 0.36.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://gitlab.com/OpenMusicKontrollers/moony.lv2/repository/archive.tar.gz?ref=${PORTVERSION}&dummy=/
|
||||
PKGNAMESUFFIX= -lv2
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1618626730
|
||||
SHA256 (moony-0.28.0.tar.gz) = 85adda1e5b4d1932a989269b1334aea47580b272057c28976ce74329f164c0ce
|
||||
SIZE (moony-0.28.0.tar.gz) = 2581330
|
||||
TIMESTAMP = 1613369617
|
||||
SHA256 (moony-0.36.0.tar.gz) = bb26d04b56c82b48f8e892e3eee1b15482a40de4f524f79b3e7af73d70b7d55d
|
||||
SIZE (moony-0.36.0.tar.gz) = 6492221
|
||||
|
@ -0,0 +1,12 @@
|
||||
- https://gitlab.com/OpenMusicKontrollers/moony.lv2/-/issues/2
|
||||
|
||||
--- subprojects/d2tk/src/util_spawn.c.orig 2021-03-06 18:21:48 UTC
|
||||
+++ subprojects/d2tk/src/util_spawn.c
|
||||
@@ -23,6 +23,7 @@
|
||||
#include <sched.h>
|
||||
#include <sys/wait.h>
|
||||
#include <sys/mman.h>
|
||||
+#include <sys/signal.h>
|
||||
|
||||
#include <d2tk/util.h>
|
||||
|
@ -1,13 +1,21 @@
|
||||
lib/lv2/moony.lv2/Cousine-Regular.ttf
|
||||
lib/lv2/moony.lv2/alert-triangle.png
|
||||
lib/lv2/moony.lv2/bell.png
|
||||
lib/lv2/moony.lv2/cancel-1.png
|
||||
lib/lv2/moony.lv2/cancel.png
|
||||
lib/lv2/moony.lv2/checked.png
|
||||
lib/lv2/moony.lv2/clipboard.png
|
||||
lib/lv2/moony.lv2/copy.png
|
||||
lib/lv2/moony.lv2/delete.png
|
||||
lib/lv2/moony.lv2/download.png
|
||||
lib/lv2/moony.lv2/envelope.png
|
||||
lib/lv2/moony.lv2/eye-off.png
|
||||
lib/lv2/moony.lv2/eye.png
|
||||
lib/lv2/moony.lv2/house.png
|
||||
lib/lv2/moony.lv2/info.png
|
||||
lib/lv2/moony.lv2/layers.png
|
||||
lib/lv2/moony.lv2/lexer.lua
|
||||
lib/lv2/moony.lv2/libre-gui-exclamation-circle.png
|
||||
lib/lv2/moony.lv2/manifest.ttl
|
||||
lib/lv2/moony.lv2/manual.html
|
||||
lib/lv2/moony.lv2/menu.png
|
||||
@ -24,6 +32,7 @@ lib/lv2/moony.lv2/plus.png
|
||||
lib/lv2/moony.lv2/presets.ttl
|
||||
lib/lv2/moony.lv2/question.png
|
||||
lib/lv2/moony.lv2/reload.png
|
||||
lib/lv2/moony.lv2/save.png
|
||||
lib/lv2/moony.lv2/screen.png
|
||||
lib/lv2/moony.lv2/settings.png
|
||||
lib/lv2/moony.lv2/sort.png
|
||||
|
Loading…
Reference in New Issue
Block a user