git: d4898f669514 - main - archivers/cabextract: Update to 1.11

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 21 Mar 2023 19:24:25 UTC
The branch main has been updated by sunpoet:

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

commit d4898f6695148c25bd78ded4eb6b02f35c2a720a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-03-21 18:39:33 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-03-21 19:19:59 +0000

    archivers/cabextract: Update to 1.11
    
    - Update WWW
    - Reformat pkg-descr
    
    Changes:        https://github.com/kyz/libmspack/blob/master/cabextract/NEWS
---
 archivers/cabextract/Makefile  |  5 +++--
 archivers/cabextract/distinfo  |  6 +++---
 archivers/cabextract/pkg-descr | 10 +++++-----
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/archivers/cabextract/Makefile b/archivers/cabextract/Makefile
index 847aaeff60a0..907626377a31 100644
--- a/archivers/cabextract/Makefile
+++ b/archivers/cabextract/Makefile
@@ -1,12 +1,13 @@
 PORTNAME=	cabextract
-PORTVERSION=	1.9.1
+PORTVERSION=	1.11
 CATEGORIES=	archivers
 MASTER_SITES=	https://www.cabextract.org.uk/ \
 		LOCAL/sunpoet
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Program to extract Microsoft cabinet (.CAB) files
-WWW=		https://www.cabextract.org.uk/
+WWW=		https://www.cabextract.org.uk/ \
+		https://github.com/kyz/libmspack/tree/master/cabextract
 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
diff --git a/archivers/cabextract/distinfo b/archivers/cabextract/distinfo
index 2457a784b2f4..6d981334e0bd 100644
--- a/archivers/cabextract/distinfo
+++ b/archivers/cabextract/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554552479
-SHA256 (cabextract-1.9.1.tar.gz) = afc253673c8ef316b4d5c29cc4aa8445844bee14afffbe092ee9469405851ca7
-SIZE (cabextract-1.9.1.tar.gz) = 469369
+TIMESTAMP = 1677770987
+SHA256 (cabextract-1.11.tar.gz) = b5546db1155e4c718ff3d4b278573604f30dd64c3c5bfd4657cd089b823a3ac6
+SIZE (cabextract-1.11.tar.gz) = 489656
diff --git a/archivers/cabextract/pkg-descr b/archivers/cabextract/pkg-descr
index 893b4aba94a9..13e7abcf7493 100644
--- a/archivers/cabextract/pkg-descr
+++ b/archivers/cabextract/pkg-descr
@@ -1,5 +1,5 @@
-The cabextract is Free Software for extracting Microsoft cabinet files,
-also called .CAB files, on UNIX or UNIX-like systems. The cabextract is
-distributed under the GPL license. It is based on the portable LGPL libmspack
-library. cabextract supports all special features and all compression
-formats of Microsoft cabinet files.
+The cabextract is Free Software for extracting Microsoft cabinet files, also
+called .CAB files, on UNIX or UNIX-like systems. The cabextract is distributed
+under the GPL license. It is based on the portable LGPL libmspack library.
+cabextract supports all special features and all compression formats of
+Microsoft cabinet files.