Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 May 2023 16:27:29 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b1c370eb3188 - main - graphics/jasper: Update to 4.0.0
Message-ID:  <202305021627.342GRT2f073815@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit b1c370eb31887dff78e3eafc278d3b2b6cd06b24
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-02 16:17:43 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-02 16:17:43 +0000

    graphics/jasper: Update to 4.0.0
    
    - Bump PORTREVISION of dependent ports for shlib change
    
    Changes:        https://github.com/jasper-software/jasper/releases
    Security:       CVE-2022-2963, CVE-2022-40755
---
 comms/xastir/Makefile              |  2 +-
 graphics/GraphicsMagick/Makefile   |  1 +
 graphics/aaphoto/Makefile          |  2 +-
 graphics/darktable/Makefile        |  2 +-
 graphics/dcraw-m/Makefile          |  2 +-
 graphics/dcraw/Makefile            |  2 +-
 graphics/devil/Makefile            |  2 +-
 graphics/digikam/Makefile          |  2 +-
 graphics/gegl/Makefile             |  2 +-
 graphics/jasper/Makefile           | 39 ++++++++++++++++++++++++++++++++++----
 graphics/jasper/distinfo           |  6 +++---
 graphics/jasper/pkg-plist          |  8 ++++----
 graphics/libkdcraw/Makefile        |  2 +-
 graphics/libraw/Makefile           |  1 +
 graphics/mtpaint/Makefile          |  2 +-
 graphics/netpbm/Makefile           |  2 +-
 graphics/opencv/Makefile           |  2 +-
 graphics/osg/Makefile              |  2 +-
 graphics/osg34/Makefile            |  2 +-
 graphics/qt5-imageformats/Makefile |  1 +
 graphics/qt6-imageformats/Makefile |  2 +-
 graphics/simage/Makefile           |  2 +-
 graphics/ufraw/Makefile            |  2 +-
 graphics/xv/Makefile               |  2 +-
 net-im/kopete/Makefile             |  2 +-
 print/ghostscript8-base/Makefile   |  2 +-
 science/cdo/Makefile               |  1 +
 science/cgribex/Makefile           |  2 +-
 science/eccodes/Makefile           |  2 +-
 science/grib_api/Makefile          |  2 +-
 30 files changed, 69 insertions(+), 34 deletions(-)

diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile
index eaf194028207..aee0905b9c7a 100644
--- a/comms/xastir/Makefile
+++ b/comms/xastir/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	xastir
 DISTVERSIONPREFIX=	Release-
 DISTVERSION=	2.1.8
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	comms hamradio
 
 MAINTAINER=	carl@stagecraft.cx
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile
index 911e8a893d3d..9bd3a596f64b 100644
--- a/graphics/GraphicsMagick/Makefile
+++ b/graphics/GraphicsMagick/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	GraphicsMagick
 PORTVERSION=	1.3.40
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF
diff --git a/graphics/aaphoto/Makefile b/graphics/aaphoto/Makefile
index 421c619b8943..faf3dd72aa39 100644
--- a/graphics/aaphoto/Makefile
+++ b/graphics/aaphoto/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	aaphoto
 PORTVERSION=	0.43.1
 DISTVERSIONPREFIX=	v
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	graphics
 
 MAINTAINER=	mail@log69.com
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile
index 3ce91c789fbd..a76f34146f43 100644
--- a/graphics/darktable/Makefile
+++ b/graphics/darktable/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	darktable
 PORTVERSION=	4.2.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/
 
diff --git a/graphics/dcraw-m/Makefile b/graphics/dcraw-m/Makefile
index 37af2e5a41f3..ed0e2bd7c1ce 100644
--- a/graphics/dcraw-m/Makefile
+++ b/graphics/dcraw-m/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dcraw-m
 PORTVERSION=	9.22
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 
 MAINTAINER=	waitman@waitman.net
diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile
index 4ea1d0f6024f..6a0207a5189f 100644
--- a/graphics/dcraw/Makefile
+++ b/graphics/dcraw/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dcraw
 PORTVERSION=	9.28
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	LOCAL/sunpoet
 
diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile
index 644b2a2c10da..bda2fe25e14d 100644
--- a/graphics/devil/Makefile
+++ b/graphics/devil/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	devil
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.8.0
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	graphics
 
diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile
index 018e342476ce..269bd2f00ee2 100644
--- a/graphics/digikam/Makefile
+++ b/graphics/digikam/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	digikam
 DISTVERSION=	7.10.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}
 DIST_SUBDIR=	KDE/${PORTNAME}/${PORTVERSION}
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index 6a46bba04e86..9a3760f12ac3 100644
--- a/graphics/gegl/Makefile
+++ b/graphics/gegl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gegl
 PORTVERSION=	0.4.44
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	GIMP
 
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile
index e4360de2b246..aea4f5a96868 100644
--- a/graphics/jasper/Makefile
+++ b/graphics/jasper/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	jasper
-PORTVERSION=	3.0.6
+PORTVERSION=	4.0.0
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/jasper-software/jasper/releases/download/version-${PORTVERSION}/
 
@@ -14,8 +14,39 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 USES=		cmake cpe jpeg localbase
 
-CMAKE_OFF=	JAS_ENABLE_32BIT JAS_ENABLE_DANGEROUS_INTERNAL_TESTING_MODE JAS_ENABLE_DOC JAS_ENABLE_LATEX JAS_ENABLE_MIF_CODEC JAS_ENABLE_NON_THREAD_SAFE_DEBUGGING JAS_PREFER_PTHREAD_TSS JAS_STRICT JAS_USE_JAS_INIT
-CMAKE_ON=	JAS_ENABLE_BMP_CODEC JAS_ENABLE_HIDDEN JAS_ENABLE_JP2_CODEC JAS_ENABLE_JPC_CODEC JAS_ENABLE_JPG_CODEC JAS_ENABLE_LIBJPEG JAS_ENABLE_MULTITHREADING_SUPPORT JAS_ENABLE_PGX_CODEC JAS_ENABLE_PNM_CODEC JAS_ENABLE_PROGRAMS JAS_ENABLE_RAS_CODEC JAS_ENABLE_SHARED JAS_INCLUDE_BMP_CODEC JAS_INCLUDE_JP2_CODEC JAS_INCLUDE_JPC_CODEC JAS_INCLUDE_JPG_CODEC JAS_INCLUDE_MIF_CODEC JAS_INCLUDE_PGX_CODEC JAS_INCLUDE_PNM_CODEC JAS_INCLUDE_RAS_CODEC JAS_PREFER_PTHREAD JAS_STRICT
+CMAKE_OFF=	JAS_ENABLE_32BIT \
+		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
+CMAKE_ON=	JAS_ENABLE_BMP_CODEC \
+		JAS_ENABLE_HIDDEN \
+		JAS_ENABLE_JP2_CODEC \
+		JAS_ENABLE_JPC_CODEC \
+		JAS_ENABLE_JPG_CODEC \
+		JAS_ENABLE_LIBJPEG \
+		JAS_ENABLE_MULTITHREADING_SUPPORT \
+		JAS_ENABLE_PGX_CODEC \
+		JAS_ENABLE_PIC \
+		JAS_ENABLE_PNM_CODEC \
+		JAS_ENABLE_PROGRAMS \
+		JAS_ENABLE_RAS_CODEC \
+		JAS_ENABLE_SHARED \
+		JAS_INCLUDE_BMP_CODEC \
+		JAS_INCLUDE_JP2_CODEC \
+		JAS_INCLUDE_JPC_CODEC \
+		JAS_INCLUDE_JPG_CODEC \
+		JAS_INCLUDE_MIF_CODEC \
+		JAS_INCLUDE_PGX_CODEC \
+		JAS_INCLUDE_PNM_CODEC \
+		JAS_INCLUDE_RAS_CODEC \
+		JAS_PREFER_PTHREAD \
+		JAS_STRICT
 TEST_TARGET=	test
 USE_LDCONFIG=	yes
 
@@ -24,7 +55,7 @@ DOCSDIR=	${PREFIX}/share/doc/JasPer
 CPE_VENDOR=	jasper_project
 
 OPTIONS_DEFINE=	DOCS HEIF OPENGL TEST
-OPTIONS_DEFAULT=OPENGL
+#OPTIONS_DEFAULT=OPENGL
 OPTIONS_SUB=	yes
 HEIF_DESC=	ISO/IEC 23008-12:2017 HEIF file format support (experimental)
 
diff --git a/graphics/jasper/distinfo b/graphics/jasper/distinfo
index 347a3d2c509c..44b421efff6f 100644
--- a/graphics/jasper/distinfo
+++ b/graphics/jasper/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1657835405
-SHA256 (jasper-3.0.6.tar.gz) = 169be004d91f6940c649a4f854ada2755d4f35f62b0555ce9e1219c778cffc09
-SIZE (jasper-3.0.6.tar.gz) = 2074203
+TIMESTAMP = 1682776523
+SHA256 (jasper-4.0.0.tar.gz) = 39514e1b53a5333fcff817e19565371f016ea536c36fd2d13a9c4d8da8f0be0c
+SIZE (jasper-4.0.0.tar.gz) = 2088520
diff --git a/graphics/jasper/pkg-plist b/graphics/jasper/pkg-plist
index 7553e00cc52c..a56a175811d2 100644
--- a/graphics/jasper/pkg-plist
+++ b/graphics/jasper/pkg-plist
@@ -26,12 +26,12 @@ include/jasper/jas_types.h
 include/jasper/jas_version.h
 include/jasper/jasper.h
 lib/libjasper.so
-lib/libjasper.so.6
-lib/libjasper.so.6.0.0
+lib/libjasper.so.7
+lib/libjasper.so.7.0.0
 libdata/pkgconfig/jasper.pc
+%%PORTDOCS%%%%DOCSDIR%%/README.md
+%%PORTDOCS%%%%DOCSDIR%%/jpeg2000.pdf
 share/man/man1/imgcmp.1.gz
 share/man/man1/imginfo.1.gz
 share/man/man1/jasper.1.gz
 %%OPENGL%%share/man/man1/jiv.1.gz
-%%PORTDOCS%%%%DOCSDIR%%/README.md
-%%PORTDOCS%%%%DOCSDIR%%/jpeg2000.pdf
diff --git a/graphics/libkdcraw/Makefile b/graphics/libkdcraw/Makefile
index fd1ef96bdff3..a7cf810b1d14 100644
--- a/graphics/libkdcraw/Makefile
+++ b/graphics/libkdcraw/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libkdcraw
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile
index 9701b96b65ea..643c6d5349f2 100644
--- a/graphics/libraw/Makefile
+++ b/graphics/libraw/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libraw
 PORTVERSION=	0.21.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.libraw.org/data/
 DISTNAME=	LibRaw-${PORTVERSION}
diff --git a/graphics/mtpaint/Makefile b/graphics/mtpaint/Makefile
index c35a4b0cee3f..7596a6d228f4 100644
--- a/graphics/mtpaint/Makefile
+++ b/graphics/mtpaint/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mtpaint
 DISTVERSION=	3.50.09
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 
 MAINTAINER=	eduardo@FreeBSD.org
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index 4aaf547dd1d1..a9ab4c30b338 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	netpbm
 DISTVERSION=	10.91.01
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	LOCAL/tobik
 
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile
index 874c0c015aad..812c2fbd87d6 100644
--- a/graphics/opencv/Makefile
+++ b/graphics/opencv/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	opencv
 DISTVERSION=	4.6.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 
 MAINTAINER=	desktop@FreeBSD.org
diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile
index e609c08c5d62..087ef6db32ec 100644
--- a/graphics/osg/Makefile
+++ b/graphics/osg/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	osg
 PORTVERSION=	3.6.5
 DISTVERSIONPREFIX=	OpenSceneGraph-
-PORTREVISION=	56
+PORTREVISION=	57
 CATEGORIES=	graphics
 
 MAINTAINER=	amdmi3@FreeBSD.org
diff --git a/graphics/osg34/Makefile b/graphics/osg34/Makefile
index dccfa7422a2a..e59ec81fd728 100644
--- a/graphics/osg34/Makefile
+++ b/graphics/osg34/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	osg
 PORTVERSION=	3.4.1
 DISTVERSIONPREFIX=	OpenSceneGraph-
-PORTREVISION=	49
+PORTREVISION=	50
 CATEGORIES=	graphics
 PKGNAMESUFFIX=	34
 
diff --git a/graphics/qt5-imageformats/Makefile b/graphics/qt5-imageformats/Makefile
index 741ba9637fe8..9ed2948a12a9 100644
--- a/graphics/qt5-imageformats/Makefile
+++ b/graphics/qt5-imageformats/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	imageformats
 PORTVERSION=	${QT5_VERSION}${QT5_KDE_PATCH}
+PORTREVISION=	1
 CATEGORIES=	graphics
 PKGNAMEPREFIX=	qt5-
 
diff --git a/graphics/qt6-imageformats/Makefile b/graphics/qt6-imageformats/Makefile
index 5f471b780854..cddd5ed00452 100644
--- a/graphics/qt6-imageformats/Makefile
+++ b/graphics/qt6-imageformats/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	imageformats
 DISTVERSION=	${QT6_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 PKGNAMEPREFIX=	qt6-
 
diff --git a/graphics/simage/Makefile b/graphics/simage/Makefile
index a4edbd22dd0d..cff07f882bf9 100644
--- a/graphics/simage/Makefile
+++ b/graphics/simage/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	simage
 PORTVERSION=	1.7.0
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	graphics
 MASTER_SITES=	https://bitbucket.org/Coin3D/coin/downloads/
 
diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile
index 49f62d082532..b90aa70d278b 100644
--- a/graphics/ufraw/Makefile
+++ b/graphics/ufraw/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ufraw
 PORTVERSION=	0.22.20210424
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 
 MAINTAINER=	rodrigo@FreeBSD.org
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile
index 089535c3389f..804da0dd5d60 100644
--- a/graphics/xv/Makefile
+++ b/graphics/xv/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xv
 PORTVERSION=	3.10a
-PORTREVISION=	19
+PORTREVISION=	20
 CATEGORIES+=	graphics
 MASTER_SITES=	ftp://ftp.cis.upenn.edu/pub/xv/:base \
 		SF/png-mng/XV%20jumbo%20patches/20070520
diff --git a/net-im/kopete/Makefile b/net-im/kopete/Makefile
index ce29dcb5f8c1..b770a38888cb 100644
--- a/net-im/kopete/Makefile
+++ b/net-im/kopete/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	kopete
 PORTVERSION=	${KDE_APPLICATIONS_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
diff --git a/print/ghostscript8-base/Makefile b/print/ghostscript8-base/Makefile
index d0633168b751..582cb4acddb1 100644
--- a/print/ghostscript8-base/Makefile
+++ b/print/ghostscript8-base/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ghostscript
 PORTVERSION=	8.71
-PORTREVISION=	23
+PORTREVISION=	24
 CATEGORIES=	print
 MASTER_SITES=	http://downloads.ghostscript.com/public/:gs_srcs \
 		SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
diff --git a/science/cdo/Makefile b/science/cdo/Makefile
index 2f2e4210923f..2ff149e579b4 100644
--- a/science/cdo/Makefile
+++ b/science/cdo/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	cdo
 PORTVERSION=	2.2.0
+PORTREVISION=	1
 CATEGORIES=	science
 MASTER_SITES=	https://code.mpimet.mpg.de/attachments/download/28013/ \
 		LOCAL/sunpoet
diff --git a/science/cgribex/Makefile b/science/cgribex/Makefile
index 7d4be0176d64..5718f8eb2c4a 100644
--- a/science/cgribex/Makefile
+++ b/science/cgribex/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cgribex
 PORTVERSION=	1.9.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	science
 MASTER_SITES=	https://code.mpimet.mpg.de/attachments/download/21178/ \
 		LOCAL/sunpoet
diff --git a/science/eccodes/Makefile b/science/eccodes/Makefile
index cc4a98a88aca..c8dad673f32d 100644
--- a/science/eccodes/Makefile
+++ b/science/eccodes/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	eccodes
 PORTVERSION=	2.30.0
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONSUFFIX=	-Source
 CATEGORIES=	science
 MASTER_SITES=	https://confluence.ecmwf.int/download/attachments/45757960/ \
diff --git a/science/grib_api/Makefile b/science/grib_api/Makefile
index d34df5f9a650..e806f3144782 100644
--- a/science/grib_api/Makefile
+++ b/science/grib_api/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	grib_api
 PORTVERSION=	1.28.0
 DISTVERSIONSUFFIX=	-Source
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	science
 MASTER_SITES=	https://confluence.ecmwf.int/download/attachments/3473437/ \
 		LOCAL/sunpoet



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