diff --git a/graphics/ssocr/Makefile b/graphics/ssocr/Makefile index dce92dc83a7b..b497de7018bb 100644 --- a/graphics/ssocr/Makefile +++ b/graphics/ssocr/Makefile @@ -1,27 +1,27 @@ # Created by: Emanuel Haupt 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 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= gmake tar:bzip2 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 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