git: 5c0d07c0bafc - main - archivers/ucl: Update WWW

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 21 Dec 2021 19:41:19 UTC
The branch main has been updated by sunpoet:

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

commit 5c0d07c0bafc4a20959e7edb54d123e5e54fbb48
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-12-21 18:46:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-12-21 18:46:11 +0000

    archivers/ucl: Update WWW
    
    - Update pkg-descr
    - Take maintainership
---
 archivers/ucl/Makefile  | 11 ++++++-----
 archivers/ucl/pkg-descr |  6 ++++--
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/archivers/ucl/Makefile b/archivers/ucl/Makefile
index 1f037844cde3..03c1bce922db 100644
--- a/archivers/ucl/Makefile
+++ b/archivers/ucl/Makefile
@@ -6,22 +6,23 @@ PORTREVISION=	5
 CATEGORIES=	archivers devel
 MASTER_SITES=	http://www.oberhumer.com/opensource/ucl/download/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Data compression library with low memory usage
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-CONFLICTS_INSTALL=	libucl
-
 USES=		libtool
-GNU_CONFIGURE=	yes
+
 CONFIGURE_ARGS=	--enable-shared
-USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
+USE_LDCONFIG=	yes
 
 PORTDOCS=	AUTHORS NEWS README THANKS TODO
 
+CONFLICTS_INSTALL=	libucl
+
 OPTIONS_DEFINE=	DOCS
 
 post-install:
diff --git a/archivers/ucl/pkg-descr b/archivers/ucl/pkg-descr
index 2ed4d64d130d..6964187886d2 100644
--- a/archivers/ucl/pkg-descr
+++ b/archivers/ucl/pkg-descr
@@ -1,7 +1,9 @@
 UCL is a portable lossless data compression library written in ANSI C.
 
 UCL implements a number of compression algorithms that achieve an excellent
-compression ratio while allowing *very* fast decompression.  Decompression
+compression ratio while allowing *very* fast decompression. Decompression
 requires no additional memory.
 
-WWW: http://www.oberhumer.com/opensource/ucl
+UCL is an OpenSource re-implementation of some NRV compression algorithms.
+
+WWW: https://www.oberhumer.com/opensource/ucl/