aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 18:39:33 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 19:19:59 +0000
commitd4898f6695148c25bd78ded4eb6b02f35c2a720a (patch)
treef36e71340271661023fe1f8387668f1f2fb24fb7
parentfdd16c0ffc8994973886930d607fb7b2c1ae230c (diff)
downloadports-d4898f6695148c25bd78ded4eb6b02f35c2a720a.tar.gz
ports-d4898f6695148c25bd78ded4eb6b02f35c2a720a.zip
archivers/cabextract: Update to 1.11
- Update WWW - Reformat pkg-descr Changes: https://github.com/kyz/libmspack/blob/master/cabextract/NEWS
-rw-r--r--archivers/cabextract/Makefile5
-rw-r--r--archivers/cabextract/distinfo6
-rw-r--r--archivers/cabextract/pkg-descr10
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.