graphics/cimg: upgrade to v.3.1.6

_cimg_math_parser(): Slightly change behavior of 'isin()' to allow
 testing vectors.
This commit is contained in:
Thierry Thomas 2022-09-02 13:40:25 +02:00
parent 9577dcd202
commit 5d5f0b7b22
3 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,6 @@
PORTNAME= cimg
DISTVERSIONPREFIX= v.
DISTVERSION= 3.1.4
PORTREVISION= 2
DISTVERSION= 3.1.6
PORTEPOCH= 3
CATEGORIES= graphics devel

View File

@ -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

View File

@ -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)