diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-01-18 20:46:52 +0000 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2022-01-18 20:48:18 +0000 |
commit | 8ecff286ac2818d0aaec3680d63234dae73c4766 (patch) | |
tree | 19b0250808426755b8dc66eb485b975541c1f988 | |
parent | a467afab5a0beef94fafeb6bd55344d778e5ca58 (diff) |
archivers/laszip: Use upstream release archive
PR: 261268
-rw-r--r-- | archivers/laszip/Makefile | 11 | ||||
-rw-r--r-- | archivers/laszip/distinfo | 6 |
2 files changed, 7 insertions, 10 deletions
diff --git a/archivers/laszip/Makefile b/archivers/laszip/Makefile index df563c6f911d..ee423dcba0ff 100644 --- a/archivers/laszip/Makefile +++ b/archivers/laszip/Makefile @@ -1,8 +1,10 @@ # Created by: Rainer Hurling <rhurlin@gwdg.de> PORTNAME= laszip -PORTVERSION= 3.4.3 +DISTVERSION= 3.4.3 CATEGORIES= archivers +MASTER_SITES= https://github.com/LASzip/LASzip/releases/download/${DISTVERSION}/ +DISTNAME= ${PORTNAME}-src-${DISTVERSION} MAINTAINER= rhurlin@FreeBSD.org COMMENT= Library for lossless LAS compression @@ -10,12 +12,7 @@ COMMENT= Library for lossless LAS compression LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++0x +USES= cmake compiler:c++0x tar:bz2 USE_LDCONFIG= yes -USE_GITHUB= yes -GH_PROJECT= LASzip - -GNU_CONFIGURE= yes - .include <bsd.port.mk> diff --git a/archivers/laszip/distinfo b/archivers/laszip/distinfo index 8974c2f59c4d..ebdb343e8f68 100644 --- a/archivers/laszip/distinfo +++ b/archivers/laszip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1593805343 -SHA256 (laszip-LASzip-3.4.3_GH0.tar.gz) = 862715affa00609b78b4f469ab5529fee659c597efd40b5006b4305dd56c22d3 -SIZE (laszip-LASzip-3.4.3_GH0.tar.gz) = 235628 +TIMESTAMP = 1642413969 +SHA256 (laszip-src-3.4.3.tar.bz2) = 5775eb0b97de1b77514d47534cc65c6cfb5bebdd8aed0e47a23af8e75b7ea887 +SIZE (laszip-src-3.4.3.tar.bz2) = 153819 |