git: 89bb77c92baa - main - graphics/jasper: Update to 4.1.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 14 Nov 2023 17:17:58 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=89bb77c92baa6a6f86facdca24e79eb2c30d7025

commit 89bb77c92baa6a6f86facdca24e79eb2c30d7025
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-14 16:38:14 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-14 17:15:32 +0000

    graphics/jasper: Update to 4.1.0
    
    - Update WWW and clean up pkg-descr
    - Use USES=pathfix to fix .pc installation
    
    Changes:        https://github.com/jasper-software/jasper/releases
---
 graphics/jasper/Makefile  | 17 +++++++++--------
 graphics/jasper/distinfo  |  6 +++---
 graphics/jasper/pkg-descr |  2 --
 3 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile
index 926d8aa98572..e3432415f39d 100644
--- a/graphics/jasper/Makefile
+++ b/graphics/jasper/Makefile
@@ -1,30 +1,32 @@
 PORTNAME=	jasper
-PORTVERSION=	4.0.0
-PORTREVISION=	1
+PORTVERSION=	4.1.0
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/jasper-software/jasper/releases/download/version-${PORTVERSION}/
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Implementation of the codec specified in the JPEG-2000 standard
-WWW=		https://www.ece.uvic.ca/~frodo/jasper/
+WWW=		https://ece.engr.uvic.ca/~frodo/jasper/ \
+		https://github.com/jasper-software/jasper
 
 LICENSE=	JASPER
 LICENSE_NAME=	JasPer License Version 2.0
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-USES=		cmake cpe jpeg localbase
+USES=		cmake cpe jpeg localbase pathfix
 
 CMAKE_OFF=	JAS_ENABLE_32BIT \
+		JAS_ENABLE_CONFORMANCE_TESTS \
+		JAS_ENABLE_CXX \
 		JAS_ENABLE_DANGEROUS_INTERNAL_TESTING_MODE \
 		JAS_ENABLE_DOC \
 		JAS_ENABLE_LATEX \
 		JAS_ENABLE_MIF_CODEC \
 		JAS_ENABLE_NON_THREAD_SAFE_DEBUGGING \
-		JAS_ENABLE_PIC \
 		JAS_PREFER_PTHREAD_TSS \
 		JAS_STRICT \
-		JAS_USE_JAS_INIT
+		JAS_USE_JAS_INIT \
+		JAS_WASM
 CMAKE_ON=	JAS_ENABLE_BMP_CODEC \
 		JAS_ENABLE_HIDDEN \
 		JAS_ENABLE_JP2_CODEC \
@@ -46,8 +48,7 @@ CMAKE_ON=	JAS_ENABLE_BMP_CODEC \
 		JAS_INCLUDE_PGX_CODEC \
 		JAS_INCLUDE_PNM_CODEC \
 		JAS_INCLUDE_RAS_CODEC \
-		JAS_PREFER_PTHREAD \
-		JAS_STRICT
+		JAS_PREFER_PTHREAD
 TEST_TARGET=	test
 USE_LDCONFIG=	yes
 
diff --git a/graphics/jasper/distinfo b/graphics/jasper/distinfo
index 44b421efff6f..ed44ee3dda34 100644
--- a/graphics/jasper/distinfo
+++ b/graphics/jasper/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1682776523
-SHA256 (jasper-4.0.0.tar.gz) = 39514e1b53a5333fcff817e19565371f016ea536c36fd2d13a9c4d8da8f0be0c
-SIZE (jasper-4.0.0.tar.gz) = 2088520
+TIMESTAMP = 1699774462
+SHA256 (jasper-4.1.0.tar.gz) = ffe1543d87f7ffc5039d2415afd48c314a7cc0b0c750b4982cd881d6ed4b5743
+SIZE (jasper-4.1.0.tar.gz) = 2111893
diff --git a/graphics/jasper/pkg-descr b/graphics/jasper/pkg-descr
index b531d66bb8d7..2a6638f317d4 100644
--- a/graphics/jasper/pkg-descr
+++ b/graphics/jasper/pkg-descr
@@ -1,5 +1,3 @@
 JasPer is a software-based implementation of the codec specified in the
 emerging JPEG-2000 Part-1 standard (i.e., ISO/IEC 15444-1). The JasPer software
 is written in the C programming language.
-
-See also: https://github.com/jasper-software/jasper