summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.