aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2021-04-20 23:29:32 +0800
committerEmanuel Haupt <ehaupt@FreeBSD.org>2021-04-20 23:29:32 +0800
commit0bfdd681bd1786bdd6cd1af2030195245d29aa6b (patch)
treee18c8355574882d42b15bf1ea1903982e501ed71
parent59a193142b5a074356191425aa296aefb98013ae (diff)
downloadfreebsd-ports-gnome-0bfdd681bd1786bdd6cd1af2030195245d29aa6b.tar.gz
freebsd-ports-gnome-0bfdd681bd1786bdd6cd1af2030195245d29aa6b.tar.zst
freebsd-ports-gnome-0bfdd681bd1786bdd6cd1af2030195245d29aa6b.zip
graphics/ssocr: Update to 2.20.0
-rw-r--r--graphics/ssocr/Makefile2
-rw-r--r--graphics/ssocr/distinfo6
-rw-r--r--graphics/ssocr/files/patch-Makefile19
3 files changed, 14 insertions, 13 deletions
diff --git a/graphics/ssocr/Makefile b/graphics/ssocr/Makefile
index 314e4fc4f7ac..66327c46788c 100644
--- a/graphics/ssocr/Makefile
+++ b/graphics/ssocr/Makefile
@@ -1,7 +1,7 @@
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= ssocr
-PORTVERSION= 2.19.0
+PORTVERSION= 2.20.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 a4ae877ba329..6e8f938453fe 100644
--- a/graphics/ssocr/distinfo
+++ b/graphics/ssocr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533621274
-SHA256 (ssocr-2.19.0.tar.bz2) = 7c46190e8bffbc929387f23c538e7406cbd4ebc6830ad3a869dbfdedae3451d6
-SIZE (ssocr-2.19.0.tar.bz2) = 36081
+TIMESTAMP = 1618930963
+SHA256 (ssocr-2.20.0.tar.bz2) = a00aebe0589fcb43cf95c448c8b72cff0fe2820ee1c91670a3de127e24ffc278
+SIZE (ssocr-2.20.0.tar.bz2) = 37446
diff --git a/graphics/ssocr/files/patch-Makefile b/graphics/ssocr/files/patch-Makefile
index 719fe732b533..372f4989b8b0 100644
--- a/graphics/ssocr/files/patch-Makefile
+++ b/graphics/ssocr/files/patch-Makefile
@@ -1,10 +1,11 @@
---- Makefile.orig 2016-12-01 13:14:44 UTC
+--- Makefile.orig 2021-04-19 17:36:31 UTC
+++ Makefile
-@@ -1,5 +1,5 @@
--CFLAGS := -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -pedantic -Werror -pedantic-errors $(shell imlib2-config --cflags) -O3
--LDLIBS := -lm $(shell imlib2-config --libs)
-+CFLAGS += -D_FORTIFY_SOURCE=2 $(shell imlib2-config --cflags)
-+LDLIBS += -lm $(shell imlib2-config --libs)
- PREFIX := /usr/local
- BINDIR := $(PREFIX)/bin
- MANDIR := $(PREFIX)/share/man/man1
+@@ -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)
+ LDLIBS := -lm $(shell imlib2-config --libs)
+ PREFIX := /usr/local
+ BINDIR := $(PREFIX)/bin