git: e32a2e7789f0 - main - graphics/lerc: Update WWW and clean up pkg-descr

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 18 Jul 2024 16:48:28 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e32a2e7789f05e7e34c297ce2feeb023673ed018

commit e32a2e7789f05e7e34c297ce2feeb023673ed018
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-18 16:45:03 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-18 16:45:03 +0000

    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