View | Details | Raw Unified | Return to bug 260878 | Differences between
and this patch

Collapse All | Expand All

(-)b/graphics/jasper/Makefile (-9 / +5 lines)
Lines 1-9 Link Here
1
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
1
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
2
2
3
PORTNAME=	jasper
3
PORTNAME=	jasper
4
PORTVERSION=	2.0.33
4
DISTVERSION=	2.0.33
5
DISTVERSIONPREFIX=	version-
6
CATEGORIES=	graphics
5
CATEGORIES=	graphics
6
MASTER_SITES=	https://github.com/jasper-software/${PORTNAME}/releases/download/version-${DISTVERSION}/
7
7
8
MAINTAINER=	sunpoet@FreeBSD.org
8
MAINTAINER=	sunpoet@FreeBSD.org
9
COMMENT=	Implementation of the codec specified in the JPEG-2000 standard
9
COMMENT=	Implementation of the codec specified in the JPEG-2000 standard
Lines 14-30 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
14
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
14
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
15
15
16
USES=		cmake cpe jpeg localbase
16
USES=		cmake cpe jpeg localbase
17
18
CMAKE_OFF=	JAS_ENABLE_AUTOMATIC_DEPENDENCIES JAS_ENABLE_DOC
19
CMAKE_ON=	JAS_ENABLE_LIBJPEG
20
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
21
18
19
CPE_VENDOR=	jasper_project
22
DOCSDIR=	${PREFIX}/share/doc/JasPer
20
DOCSDIR=	${PREFIX}/share/doc/JasPer
23
21
24
USE_GITHUB=	yes
22
CMAKE_OFF=	JAS_ENABLE_AUTOMATIC_DEPENDENCIES JAS_ENABLE_DOC
25
GH_ACCOUNT=	jasper-software
23
CMAKE_ON=	JAS_ENABLE_LIBJPEG
26
27
CPE_VENDOR=	jasper_project
28
24
29
OPTIONS_DEFINE=	OPENGL DOCS
25
OPTIONS_DEFINE=	OPENGL DOCS
30
OPTIONS_DEFAULT=OPENGL
26
OPTIONS_DEFAULT=OPENGL
(-)b/graphics/jasper/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1628103040
1
TIMESTAMP = 1641120830
2
SHA256 (jasper-software-jasper-version-2.0.33_GH0.tar.gz) = 38b8f74565ee9e7fec44657e69adb5c9b2a966ca5947ced5717cde18a7d2eca6
2
SHA256 (jasper-2.0.33.tar.gz) = 28d28290cc2eaf70c8756d391ed8bcc8ab809a895b9a67ea6e89da23a611801a
3
SIZE (jasper-software-jasper-version-2.0.33_GH0.tar.gz) = 1959463
3
SIZE (jasper-2.0.33.tar.gz) = 2027526

Return to bug 260878