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

Collapse All | Expand All

(-)b/archivers/laszip/Makefile (-7 / +4 lines)
Lines 1-8 Link Here
1
# Created by: Rainer Hurling <rhurlin@gwdg.de>
1
# Created by: Rainer Hurling <rhurlin@gwdg.de>
2
2
3
PORTNAME=	laszip
3
PORTNAME=	laszip
4
PORTVERSION=	3.4.3
4
DISTVERSION=	3.4.3
5
CATEGORIES=	archivers
5
CATEGORIES=	archivers
6
MASTER_SITES=	https://github.com/LASzip/LASzip/releases/download/${DISTVERSION}/
7
DISTNAME=	${PORTNAME}-src-${DISTVERSION}
6
8
7
MAINTAINER=	rhurlin@FreeBSD.org
9
MAINTAINER=	rhurlin@FreeBSD.org
8
COMMENT=	Library for lossless LAS compression
10
COMMENT=	Library for lossless LAS compression
Lines 10-21 COMMENT= Library for lossless LAS compression Link Here
10
LICENSE=	LGPL21
12
LICENSE=	LGPL21
11
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
12
14
13
USES=		cmake compiler:c++0x
15
USES=		cmake compiler:c++0x tar:bz2
14
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
15
17
16
USE_GITHUB=	yes
17
GH_PROJECT=	LASzip
18
19
GNU_CONFIGURE=	yes
20
21
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/archivers/laszip/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1593805343
1
TIMESTAMP = 1642413969
2
SHA256 (laszip-LASzip-3.4.3_GH0.tar.gz) = 862715affa00609b78b4f469ab5529fee659c597efd40b5006b4305dd56c22d3
2
SHA256 (laszip-src-3.4.3.tar.bz2) = 5775eb0b97de1b77514d47534cc65c6cfb5bebdd8aed0e47a23af8e75b7ea887
3
SIZE (laszip-LASzip-3.4.3_GH0.tar.gz) = 235628
3
SIZE (laszip-src-3.4.3.tar.bz2) = 153819

Return to bug 261268