Date: Fri, 2 Sep 2022 15:28:41 GMT From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5d5f0b7b2236 - main - graphics/cimg: upgrade to v.3.1.6 Message-ID: <202209021528.282FSfXU056057@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d5f0b7b2236692a2b4b85d11906d28afbf550c8 commit 5d5f0b7b2236692a2b4b85d11906d28afbf550c8 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2022-09-02 11:40:25 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2022-09-02 15:28:37 +0000 graphics/cimg: upgrade to v.3.1.6 _cimg_math_parser(): Slightly change behavior of 'isin()' to allow testing vectors. --- graphics/cimg/Makefile | 3 +-- graphics/cimg/distinfo | 6 +++--- graphics/cimg/files/patch-examples__Makefile | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index 93e0dade7501..f343b936545e 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -1,7 +1,6 @@ PORTNAME= cimg DISTVERSIONPREFIX= v. -DISTVERSION= 3.1.4 -PORTREVISION= 2 +DISTVERSION= 3.1.6 PORTEPOCH= 3 CATEGORIES= graphics devel diff --git a/graphics/cimg/distinfo b/graphics/cimg/distinfo index 5e98452f37cc..428a4bf72999 100644 --- a/graphics/cimg/distinfo +++ b/graphics/cimg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1655975104 -SHA256 (dtschump-CImg-v.3.1.4_GH0.tar.gz) = 2d8b443f4ae58c17a4cb36acd69669e0d7b40d38f521c969822398d37139902b -SIZE (dtschump-CImg-v.3.1.4_GH0.tar.gz) = 12391118 +TIMESTAMP = 1662112905 +SHA256 (dtschump-CImg-v.3.1.6_GH0.tar.gz) = 75f16d6799174fd01be33a6be9ceaa871e5c3770b06ef89d8624b1097c68247f +SIZE (dtschump-CImg-v.3.1.6_GH0.tar.gz) = 12617881 diff --git a/graphics/cimg/files/patch-examples__Makefile b/graphics/cimg/files/patch-examples__Makefile index 6b7d18d0dfc9..5ee929259352 100644 --- a/graphics/cimg/files/patch-examples__Makefile +++ b/graphics/cimg/files/patch-examples__Makefile @@ -1,4 +1,4 @@ ---- examples/Makefile.orig 2022-04-26 06:16:18 UTC +--- examples/Makefile.orig 2022-08-19 17:18:04 UTC +++ examples/Makefile @@ -89,7 +89,7 @@ VERSION2 = $(shell grep 'cimg_version\ ' ../CImg.h | t VERSION3 = $(shell grep 'cimg_version\ ' ../CImg.h | tail -c2 | head -c1)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209021528.282FSfXU056057>