From e32a2e7789f05e7e34c297ce2feeb023673ed018 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 19 Jul 2024 00:45:03 +0800 Subject: [PATCH] graphics/lerc: Update WWW and clean up pkg-descr --- graphics/lerc/Makefile | 3 ++- graphics/lerc/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/graphics/lerc/Makefile b/graphics/lerc/Makefile index 3dfd6f2a31a9..99a9da365915 100644 --- a/graphics/lerc/Makefile +++ b/graphics/lerc/Makefile @@ -5,7 +5,8 @@ CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org COMMENT= C++ library for Limited Error Raster Compression -WWW= https://esri.github.io/lerc/ +WWW= https://esri.github.io/lerc/ \ + https://github.com/Esri/lerc LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/lerc/pkg-descr b/graphics/lerc/pkg-descr index 878cc98a6966..b67989a0b13d 100644 --- a/graphics/lerc/pkg-descr +++ b/graphics/lerc/pkg-descr @@ -2,5 +2,3 @@ LERC is an open-source image or raster format which supports rapid encoding and decoding for any pixel type (not just RGB or Byte). Users set the maximum compression error per pixel while encoding, so the precision of the original input image is preserved (within user defined error bounds). - -See also: https://github.com/Esri/lerc