audio/calf-lv2: Update 0.90.0 -> 0.90.1

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2018-07-08 15:26:35 +00:00
parent b024a298fe
commit f5af52aa91
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474181
4 changed files with 4 additions and 27 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= calf
DISTVERSION= 0.90.0
PORTREVISION= 2
DISTVERSION= 0.90.1
CATEGORIES= audio
MASTER_SITES= http://calf-studio-gear.org/files/
PKGNAMESUFFIX= -lv2

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1522469743
SHA256 (calf-0.90.0.tar.gz) = 2b32007c4769b0bcc9898c088d26562b1ab1d57a68130d0235e7d27da4d83236
SIZE (calf-0.90.0.tar.gz) = 16223033
TIMESTAMP = 1531063150
SHA256 (calf-0.90.1.tar.gz) = eb3ac2e48952cf68b2d87151ce4cf58ea1fcd4433629ff0628b6e4165fe9dc7e
SIZE (calf-0.90.1.tar.gz) = 16220863

View File

@ -1,11 +0,0 @@
--- src/ctl_knob.cpp.orig 2018-05-28 01:13:37 UTC
+++ src/ctl_knob.cpp
@@ -24,7 +24,7 @@
#include <gdk/gdkkeysyms.h>
#include <cairo/cairo.h>
#if !defined(__APPLE__)
-#include <malloc.h>
+//#include <malloc.h>
#endif
#include <math.h>
#include <stdint.h>

View File

@ -1,11 +0,0 @@
--- src/ctl_tube.cpp.orig 2017-07-04 21:41:59 UTC
+++ src/ctl_tube.cpp
@@ -22,7 +22,7 @@
#include <calf/ctl_tube.h>
#include <cairo/cairo.h>
#if !defined(__APPLE__)
-#include <malloc.h>
+//#include <malloc.h>
#endif
#include <math.h>
#include <stdint.h>