diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2022-09-02 11:40:25 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2022-09-02 15:28:37 +0000 |
commit | 5d5f0b7b2236692a2b4b85d11906d28afbf550c8 (patch) | |
tree | 3bfd0b55855917b2494054cfea7e48cb816aaf5b /graphics/cimg | |
parent | 9577dcd202d2048be6834d19f217b1366b7f961a (diff) |
graphics/cimg: upgrade to v.3.1.6
_cimg_math_parser(): Slightly change behavior of 'isin()' to allow
testing vectors.
Diffstat (limited to 'graphics/cimg')
-rw-r--r-- | graphics/cimg/Makefile | 3 | ||||
-rw-r--r-- | graphics/cimg/distinfo | 6 | ||||
-rw-r--r-- | 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) |