Index: branches/2020Q4/graphics/jasper/Makefile =================================================================== --- branches/2020Q4/graphics/jasper/Makefile (revision 557991) +++ branches/2020Q4/graphics/jasper/Makefile (revision 557992) @@ -1,37 +1,40 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= jasper -PORTVERSION= 2.0.21 +PORTVERSION= 2.0.23 DISTVERSIONPREFIX= version- CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org COMMENT= Implementation of the codec specified in the JPEG-2000 standard LICENSE= JASPER LICENSE_NAME= JasPer License Version 2.0 LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept 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 DOCSDIR= ${PREFIX}/share/doc/JasPer USE_GITHUB= yes GH_ACCOUNT= jasper-software OPTIONS_DEFINE= OPENGL DOCS 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 Index: branches/2020Q4/graphics/jasper/distinfo =================================================================== --- branches/2020Q4/graphics/jasper/distinfo (revision 557991) +++ branches/2020Q4/graphics/jasper/distinfo (revision 557992) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600794952 -SHA256 (jasper-software-jasper-version-2.0.21_GH0.tar.gz) = 2482def06dfaa33b8d93cbe992a29723309f3c2b6e75674423a52fc82be10418 -SIZE (jasper-software-jasper-version-2.0.21_GH0.tar.gz) = 1318798 +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 Index: branches/2020Q4/graphics/jasper/files/patch-doc_CMakeLists.txt =================================================================== --- branches/2020Q4/graphics/jasper/files/patch-doc_CMakeLists.txt (revision 557991) +++ branches/2020Q4/graphics/jasper/files/patch-doc_CMakeLists.txt (nonexistent) @@ -1,8 +0,0 @@ ---- doc/CMakeLists.txt.orig 2019-03-12 18:04:35 UTC -+++ doc/CMakeLists.txt -@@ -1,4 +1,4 @@ --if (DOXYGEN_FOUND) -+if (XXX_DOXYGEN_FOUND) - - configure_file("${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in" - "${CMAKE_CURRENT_BINARY_DIR}/Doxyfile" @ONLY) Property changes on: branches/2020Q4/graphics/jasper/files/patch-doc_CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: branches/2020Q4 =================================================================== --- branches/2020Q4 (revision 557991) +++ branches/2020Q4 (revision 557992) Property changes on: branches/2020Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r551869,557906,557989