Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jan 2022 10:44:01 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: 9db869df05ce - main - graphics/ssocr: Update to 2.22.1
Message-ID:  <202201301044.20UAi1TS028124@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=9db869df05ced671330dcffe7248ea2a51025126

commit 9db869df05ced671330dcffe7248ea2a51025126
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2022-01-30 10:43:22 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2022-01-30 10:43:22 +0000

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

diff --git a/graphics/ssocr/Makefile b/graphics/ssocr/Makefile
index b497de7018bb..06c92c5471ac 100644
--- a/graphics/ssocr/Makefile
+++ b/graphics/ssocr/Makefile
@@ -1,7 +1,7 @@
 # Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 
 PORTNAME=	ssocr
-PORTVERSION=	2.22.0
+PORTVERSION=	2.22.1
 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 5ba5eccde435..b9a208d6310d 100644
--- a/graphics/ssocr/distinfo
+++ b/graphics/ssocr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1637695069
-SHA256 (ssocr-2.22.0.tar.bz2) = 007e65b4a087dbead0cb2f49502be4adb9195ca5372b9a547f01812a99b6bd90
-SIZE (ssocr-2.22.0.tar.bz2) = 39528
+TIMESTAMP = 1643534109
+SHA256 (ssocr-2.22.1.tar.bz2) = 14417478e94f39e1295f2477c7900a4077a06d2442d8bfa1c88159dec98ec7e9
+SIZE (ssocr-2.22.1.tar.bz2) = 39627
diff --git a/graphics/ssocr/files/patch-Makefile b/graphics/ssocr/files/patch-Makefile
index 15f390aa7309..011dfd5ba334 100644
--- a/graphics/ssocr/files/patch-Makefile
+++ b/graphics/ssocr/files/patch-Makefile
@@ -1,11 +1,11 @@
---- Makefile.orig	2021-11-07 11:31:27 UTC
+--- Makefile.orig	2022-01-25 17:57:16 UTC
 +++ Makefile
 @@ -1,7 +1,7 @@
  # minimal CFLAGS definition (try if compilation fails with default CFLAGS)
- #CFLAGS  := $(shell imlib2-config --cflags)
+ #CFLAGS  := $(shell if command -v imlib2-config >/dev/null; then imlib2-config --cflags; else pkg-config --cflags imlib2; fi)
  # default CFLAGS definition
--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)
+-CFLAGS  := -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -pedantic -fstack-protector-all $(shell if command -v imlib2-config >/dev/null; then imlib2-config --cflags; else pkg-config --cflags imlib2; fi) -O3
++CFLAGS  := $(CFLAGS) -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -pedantic -fstack-protector-all $(shell if command -v imlib2-config >/dev/null; then imlib2-config --cflags; else pkg-config --cflags imlib2; fi)
+ LDLIBS  := -lm $(shell if command -v imlib2-config >/dev/null; then imlib2-config --libs; else pkg-config --libs imlib2; fi)
  PREFIX  := /usr/local
  BINDIR  := $(PREFIX)/bin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201301044.20UAi1TS028124>