Date: Tue, 20 Apr 2021 15:29:48 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0bfdd681bd17 - main - graphics/ssocr: Update to 2.20.0 Message-ID: <202104201529.13KFTmfN005847@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=0bfdd681bd1786bdd6cd1af2030195245d29aa6b commit 0bfdd681bd1786bdd6cd1af2030195245d29aa6b Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2021-04-20 15:29:32 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2021-04-20 15:29:32 +0000 graphics/ssocr: Update to 2.20.0 --- graphics/ssocr/Makefile | 2 +- graphics/ssocr/distinfo | 6 +++--- graphics/ssocr/files/patch-Makefile | 19 ++++++++++--------- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104201529.13KFTmfN005847>