diff --git a/graphics/bonzomatic/Makefile b/graphics/bonzomatic/Makefile index 6c934d7d9458..e6b010770b69 100644 --- a/graphics/bonzomatic/Makefile +++ b/graphics/bonzomatic/Makefile @@ -1,27 +1,26 @@ PORTNAME= bonzomatic -DISTVERSION= 2021-03-07 -PORTREVISION= 1 +DISTVERSION= 2022-02-05 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org COMMENT= Live shader coding tool and Shader Showdown workhorse LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libasound.so:audio/alsa-lib \ libfontconfig.so:x11-fonts/fontconfig \ libglfw.so:graphics/glfw BUILD_DEPENDS= ${LOCALBASE}/include/stb/stb_image.h:devel/stb USES= cmake compiler:c++11-lang gl localbase:ldflags pkgconfig xorg USE_GL= gl glu glew USE_XORG= x11 xext xrandr xinerama xcursor xi CMAKE_ON= BONZOMATIC_USE_SYSTEM_GLFW \ BONZOMATIC_USE_SYSTEM_GLEW \ BONZOMATIC_USE_SYSTEM_STB USE_GITHUB= yes GH_ACCOUNT= Gargaj GH_PROJECT= Bonzomatic .include diff --git a/graphics/bonzomatic/distinfo b/graphics/bonzomatic/distinfo index 6cff3b16e203..3cb0021a5a71 100644 --- a/graphics/bonzomatic/distinfo +++ b/graphics/bonzomatic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615303812 -SHA256 (Gargaj-Bonzomatic-2021-03-07_GH0.tar.gz) = e673d00acbf9e00b65338504eb7b03a525d832155b5ce7fea6c3f3b4c1edb294 -SIZE (Gargaj-Bonzomatic-2021-03-07_GH0.tar.gz) = 2721345 +TIMESTAMP = 1644692309 +SHA256 (Gargaj-Bonzomatic-2022-02-05_GH0.tar.gz) = 39088011794a270f149edba551d12a9bb061ef174886da641e49d1d6ecc86744 +SIZE (Gargaj-Bonzomatic-2022-02-05_GH0.tar.gz) = 2721552 diff --git a/graphics/bonzomatic/files/patch-src_platform__x11_Misc.cpp b/graphics/bonzomatic/files/patch-src_platform__x11_Misc.cpp deleted file mode 100644 index 80cb458b9ab7..000000000000 --- a/graphics/bonzomatic/files/patch-src_platform__x11_Misc.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/platform_x11/Misc.cpp.orig 2021-03-07 12:52:50 UTC -+++ src/platform_x11/Misc.cpp -@@ -7,6 +7,7 @@ - #include - #include - #include -+#include - - #include -