git: e756c3c4f998 - 2022Q2 - graphics/tumble: update to 0.38

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Sun, 08 May 2022 22:40:09 UTC
The branch 2022Q2 has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e756c3c4f9989a10e6c37a604588013406ab3537

commit e756c3c4f9989a10e6c37a604588013406ab3537
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-05-08 00:21:14 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-05-08 22:40:00 +0000

    graphics/tumble: update to 0.38
    
     - add 0.37 patch part that got lost on the way to the ports tree
    
    Changelog:      https://github.com/brouhaha/tumble/compare/v0.37...v0.38
    PR:     263651
    Submitted by: fuz@fuz.su
    
    (cherry picked from commit 40abe7e22c6e7f7efc015c033eeb1383f2308dcb)
---
 graphics/tumble/Makefile             |  2 +-
 graphics/tumble/distinfo             |  6 +++---
 graphics/tumble/files/patch-Makefile | 21 +++++++++++++++++++++
 3 files changed, 25 insertions(+), 4 deletions(-)

diff --git a/graphics/tumble/Makefile b/graphics/tumble/Makefile
index f316e09b7290..82dadd1a269d 100644
--- a/graphics/tumble/Makefile
+++ b/graphics/tumble/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	tumble
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.37
+DISTVERSION=	0.38
 CATEGORIES=	graphics print
 
 MAINTAINER=	fuz@fuz.su
diff --git a/graphics/tumble/distinfo b/graphics/tumble/distinfo
index 7d3b823223ca..e4f55479ec25 100644
--- a/graphics/tumble/distinfo
+++ b/graphics/tumble/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1651231098
-SHA256 (brouhaha-tumble-v0.37_GH0.tar.gz) = 647e269af72f43e67486f6426dbe2575614c212fc4b65b54c99e64ab9d1ce93c
-SIZE (brouhaha-tumble-v0.37_GH0.tar.gz) = 52451
+TIMESTAMP = 1651958412
+SHA256 (brouhaha-tumble-v0.38_GH0.tar.gz) = 20015cd9697b8e09b3ba3fbbdda510e50650b18b6de11cea912b8a7efdc2d5b9
+SIZE (brouhaha-tumble-v0.38_GH0.tar.gz) = 52989
diff --git a/graphics/tumble/files/patch-Makefile b/graphics/tumble/files/patch-Makefile
new file mode 100644
index 000000000000..9df066d0a801
--- /dev/null
+++ b/graphics/tumble/files/patch-Makefile
@@ -0,0 +1,21 @@
+--- Makefile.orig	2022-04-29 11:21:31 UTC
++++ Makefile
+@@ -33,15 +33,15 @@
+ CTL_LANG=1
+ 
+ 
+-CFLAGS = -Wall -Wno-unused-function -Wno-unused-but-set-variable -I/usr/include/netpbm
+-LDFLAGS =
++CFLAGS := $(CFLAGS)
++LDFLAGS := $(LDFLAGS)
+ LDLIBS = -ltiff -ljpeg -lnetpbm -lz -lm
+ 
+ ifdef DEBUG
+ CFLAGS := $(CFLAGS) -g
+ LDFLAGS := $(LDFLAGS) -g
+ else
+-CFLAGS := $(CFLAGS) -O3
++CFLAGS := $(CFLAGS)
+ endif
+ 
+ ifdef EFENCE