diff --git a/graphics/ssocr/Makefile b/graphics/ssocr/Makefile index 314e4fc4f7ac..66327c46788c 100644 --- a/graphics/ssocr/Makefile +++ b/graphics/ssocr/Makefile @@ -1,26 +1,26 @@ # Created by: Emanuel Haupt 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 MAINTAINER= ehaupt@FreeBSD.org COMMENT= CLI to recognize digits of a seven segment display LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libImlib2.so:graphics/imlib2 USES= tar:bzip2 gmake PLIST_FILES= bin/ssocr man/man1/ssocr.1.gz do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include 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