svn commit: r557906 - in head/graphics/jasper: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 13 14:41:16 UTC 2020


Author: sunpoet
Date: Sun Dec 13 14:41:11 2020
New Revision: 557906
URL: https://svnweb.freebsd.org/changeset/ports/557906

Log:
  Update to 2.0.23
  
  Changes:	https://github.com/jasper-software/jasper/blob/master/NEWS
  Security:	85349584-3ba4-11eb-919d-08002728f74c
  MFH:		2020Q4

Deleted:
  head/graphics/jasper/files/patch-doc_CMakeLists.txt
Modified:
  head/graphics/jasper/Makefile
  head/graphics/jasper/distinfo

Modified: head/graphics/jasper/Makefile
==============================================================================
--- head/graphics/jasper/Makefile	Sun Dec 13 14:41:06 2020	(r557905)
+++ head/graphics/jasper/Makefile	Sun Dec 13 14:41:11 2020	(r557906)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jasper
-PORTVERSION=	2.0.22
+PORTVERSION=	2.0.23
 DISTVERSIONPREFIX=	version-
 CATEGORIES=	graphics
 
@@ -16,7 +16,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-se
 
 USES=		cmake jpeg localbase
 
-CMAKE_OFF=	JAS_ENABLE_AUTOMATIC_DEPENDENCIES
+CMAKE_OFF=	JAS_ENABLE_AUTOMATIC_DEPENDENCIES JAS_ENABLE_DOC
 CMAKE_ON=	JAS_ENABLE_LIBJPEG
 USE_LDCONFIG=	yes
 
@@ -26,12 +26,15 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	jasper-software
 
 OPTIONS_DEFINE=	OPENGL DOCS
-OPTIONS_DEFAULT=OPENGL
+#OPTIONS_DEFAULT=OPENGL
 OPTIONS_SUB=	yes
 
-DOCS_CMAKE_BOOL=	JAS_ENABLE_DOC
 OPENGL_CMAKE_BOOL=	JAS_ENABLE_OPENGL
 OPENGL_USE=		GL=gl,glu,glut XORG=x11,xext,xi,xmu
 OPENGL_USES=		gl xorg
+
+post-install-DOCS-on:
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/jasper.pdf ${WRKSRC}/doc/jpeg2000.pdf ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/graphics/jasper/distinfo
==============================================================================
--- head/graphics/jasper/distinfo	Sun Dec 13 14:41:06 2020	(r557905)
+++ head/graphics/jasper/distinfo	Sun Dec 13 14:41:11 2020	(r557906)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601996452
-SHA256 (jasper-software-jasper-version-2.0.22_GH0.tar.gz) = afc4166bff29b8a0dc46ed5e8d6a208d7976fccfd0b1146e3400c8b2948794a2
-SIZE (jasper-software-jasper-version-2.0.22_GH0.tar.gz) = 1319080
+TIMESTAMP = 1607685353
+SHA256 (jasper-software-jasper-version-2.0.23_GH0.tar.gz) = 20facc904bd9d38c20e0c090b1be3ae02ae5b2703b803013be2ecad586a18927
+SIZE (jasper-software-jasper-version-2.0.23_GH0.tar.gz) = 1319177


More information about the svn-ports-all mailing list