diff options
author | swills <swills@FreeBSD.org> | 2018-12-29 09:46:21 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-12-29 09:46:21 +0800 |
commit | fc99a6c7500fe50d1be68d328ae64efcdb7a5f91 (patch) | |
tree | b59c88c2a20000e8e8822ee2db96b4890f40d7c6 /archivers | |
parent | a2ecab3b8d4673db31931574d6f5ae6b2b3bccdc (diff) | |
download | freebsd-ports-gnome-fc99a6c7500fe50d1be68d328ae64efcdb7a5f91.tar.gz freebsd-ports-gnome-fc99a6c7500fe50d1be68d328ae64efcdb7a5f91.tar.zst freebsd-ports-gnome-fc99a6c7500fe50d1be68d328ae64efcdb7a5f91.zip |
archivers/laszip: Update to 3.2.9
PR: 234471
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/laszip/Makefile | 3 | ||||
-rw-r--r-- | archivers/laszip/distinfo | 6 | ||||
-rw-r--r-- | archivers/laszip/pkg-descr | 2 | ||||
-rw-r--r-- | archivers/laszip/pkg-plist | 10 |
4 files changed, 10 insertions, 11 deletions
diff --git a/archivers/laszip/Makefile b/archivers/laszip/Makefile index fe7c3b921b61..c116a28c162b 100644 --- a/archivers/laszip/Makefile +++ b/archivers/laszip/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= laszip -PORTVERSION= 3.2.2 -PORTREVISION= 1 +PORTVERSION= 3.2.9 CATEGORIES= archivers MAINTAINER= rhurlin@gwdg.de diff --git a/archivers/laszip/distinfo b/archivers/laszip/distinfo index 4eda3b11aac5..21062aded4cc 100644 --- a/archivers/laszip/distinfo +++ b/archivers/laszip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1523747275 -SHA256 (laszip-LASzip-3.2.2_GH0.tar.gz) = 0b2e5df3b4f464da9331dfc7bd455044a656be0f2251e50be5f087417ad41876 -SIZE (laszip-LASzip-3.2.2_GH0.tar.gz) = 223670 +TIMESTAMP = 1546017499 +SHA256 (laszip-LASzip-3.2.9_GH0.tar.gz) = 8c74cb6cb5dda5a89eaf178f1884f7151536b5c6683778937cc45ddd47eb7018 +SIZE (laszip-LASzip-3.2.9_GH0.tar.gz) = 231854 diff --git a/archivers/laszip/pkg-descr b/archivers/laszip/pkg-descr index e0612ebeaf0c..cf246ac0b784 100644 --- a/archivers/laszip/pkg-descr +++ b/archivers/laszip/pkg-descr @@ -8,4 +8,4 @@ LASzip is completely lossless. It compresses bulky LAS files into compact LAZ files that are only 10-20 percent of the original size, accurately preserving every single bit. -WWW: http://laszip.org/ +WWW: https://laszip.org/ diff --git a/archivers/laszip/pkg-plist b/archivers/laszip/pkg-plist index 32bd622f03bd..8fcd8ac3d6b7 100644 --- a/archivers/laszip/pkg-plist +++ b/archivers/laszip/pkg-plist @@ -1,8 +1,8 @@ -include/laszip/laszip_api_version.h include/laszip/laszip_api.h -lib/liblaszip_api.so -lib/liblaszip_api.so.8 -lib/liblaszip_api.so.8.0.0 +include/laszip/laszip_api_version.h lib/liblaszip.so lib/liblaszip.so.8 -lib/liblaszip.so.8.0.0 +lib/liblaszip.so.8.0.2 +lib/liblaszip_api.so +lib/liblaszip_api.so.8 +lib/liblaszip_api.so.8.0.2 |