git: 4eaf7ff61ed7 - main - graphics/ssocr: Update to 2.22.0

From: Emanuel Haupt <ehaupt_at_FreeBSD.org>
Date: Tue, 23 Nov 2021 19:28:00 UTC
The branch main has been updated by ehaupt:

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

commit 4eaf7ff61ed74b6c6bdb3df1d65d6f6204a7ab2e
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2021-11-23 19:27:55 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2021-11-23 19:27:55 +0000

    graphics/ssocr: Update to 2.22.0
---
 graphics/ssocr/Makefile             | 2 +-
 graphics/ssocr/distinfo             | 6 +++---
 graphics/ssocr/files/patch-Makefile | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/graphics/ssocr/Makefile b/graphics/ssocr/Makefile
index dce92dc83a7b..b497de7018bb 100644
--- a/graphics/ssocr/Makefile
+++ b/graphics/ssocr/Makefile
@@ -1,7 +1,7 @@
 # Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 
 PORTNAME=	ssocr
-PORTVERSION=	2.21.0
+PORTVERSION=	2.22.0
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.unix-ag.uni-kl.de/~auerswal/ssocr/ \
 		LOCAL/ehaupt
diff --git a/graphics/ssocr/distinfo b/graphics/ssocr/distinfo
index 480f40582bb3..5ba5eccde435 100644
--- a/graphics/ssocr/distinfo
+++ b/graphics/ssocr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1619506701
-SHA256 (ssocr-2.21.0.tar.bz2) = cf00d7ae33102df4d5a6b04de42da45c1dfa35b0b8aa4d05baf38234debfb225
-SIZE (ssocr-2.21.0.tar.bz2) = 38345
+TIMESTAMP = 1637695069
+SHA256 (ssocr-2.22.0.tar.bz2) = 007e65b4a087dbead0cb2f49502be4adb9195ca5372b9a547f01812a99b6bd90
+SIZE (ssocr-2.22.0.tar.bz2) = 39528
diff --git a/graphics/ssocr/files/patch-Makefile b/graphics/ssocr/files/patch-Makefile
index 372f4989b8b0..15f390aa7309 100644
--- a/graphics/ssocr/files/patch-Makefile
+++ b/graphics/ssocr/files/patch-Makefile
@@ -1,11 +1,11 @@
---- Makefile.orig	2021-04-19 17:36:31 UTC
+--- Makefile.orig	2021-11-07 11:31:27 UTC
 +++ Makefile
 @@ -1,7 +1,7 @@
  # minimal CFLAGS definition (try if compilation fails with default CFLAGS)
  #CFLAGS  := $(shell imlib2-config --cflags)
  # default CFLAGS definition
--CFLAGS  := -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -pedantic -Werror -pedantic-errors -fstack-protector-all $(shell imlib2-config --cflags) -O3
-+CFLAGS  := -D_FORTIFY_SOURCE=2 $(shell imlib2-config --cflags)
+-CFLAGS  := -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -pedantic -fstack-protector-all $(shell imlib2-config --cflags) -O3
++CFLAGS  := $(CFLAGS) -D_FORTIFY_SOURCE=2 $(shell imlib2-config --cflags)
  LDLIBS  := -lm $(shell imlib2-config --libs)
  PREFIX  := /usr/local
  BINDIR  := $(PREFIX)/bin