audio/lv2lint: Update g20190403 -> 0.4.0

This commit is contained in:
Yuri Victorovich 2020-02-02 06:10:58 +00:00
parent 82558d84ec
commit a45ea0b612
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524811
3 changed files with 4 additions and 17 deletions

View file

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= lv2lint
DISTVERSION= g20190403
PORTREVISION= 1
DISTVERSION= 0.4.0
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
@ -21,7 +20,6 @@ RUN_DEPENDS= curl>0:ftp/curl \
USES= compiler:c++11-lang meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= OpenMusicKontrollers
GH_TAGNAME= 3c24394
PLIST_FILES= bin/lv2lint \
man/man1/lv2lint.1.gz

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1556999377
SHA256 (OpenMusicKontrollers-lv2lint-g20190403-3c24394_GH0.tar.gz) = 8f4b6b766a0d171205f7482288b6ec57ede420792330facdc61e3d2defc5d756
SIZE (OpenMusicKontrollers-lv2lint-g20190403-3c24394_GH0.tar.gz) = 33858
TIMESTAMP = 1580623652
SHA256 (OpenMusicKontrollers-lv2lint-0.4.0_GH0.tar.gz) = 04dee37d26e9ee6366e1094509ac8294bb05ede2626db546c92d37d609be322a
SIZE (OpenMusicKontrollers-lv2lint-0.4.0_GH0.tar.gz) = 52926

View file

@ -1,11 +0,0 @@
--- lv2lint.h.orig 2019-05-04 19:51:19 UTC
+++ lv2lint.h
@@ -38,7 +38,7 @@
# include <curl/curl.h>
#endif
-#define __unused __attribute__((unused))
+//#define __unused __attribute__((unused))
typedef enum _ansi_color_t {
ANSI_COLOR_BOLD,