aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 18:39:34 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 19:19:59 +0000
commitefd6fc6ec6a172223239df7dc1293da351c13428 (patch)
treecd8138ae5ba66be859e6f3e5982143e45a218be1
parentd4898f6695148c25bd78ded4eb6b02f35c2a720a (diff)
downloadports-efd6fc6ec6a172223239df7dc1293da351c13428.tar.gz
ports-efd6fc6ec6a172223239df7dc1293da351c13428.zip
archivers/libmspack: Update to 0.11alpha
- Update WWW and clean up pkg-descr Changes: https://github.com/kyz/libmspack/blob/master/libmspack/ChangeLog
-rw-r--r--archivers/libmspack/Makefile6
-rw-r--r--archivers/libmspack/distinfo6
-rw-r--r--archivers/libmspack/files/patch-Makefile.in10
-rw-r--r--archivers/libmspack/pkg-descr2
4 files changed, 11 insertions, 13 deletions
diff --git a/archivers/libmspack/Makefile b/archivers/libmspack/Makefile
index 8449d5a44e0a..57ec80728242 100644
--- a/archivers/libmspack/Makefile
+++ b/archivers/libmspack/Makefile
@@ -1,12 +1,12 @@
PORTNAME= libmspack
-PORTVERSION= 0.10.1
-DISTVERSIONSUFFIX= alpha
+PORTVERSION= 0.11alpha
CATEGORIES= archivers
MASTER_SITES= http://www.cabextract.org.uk/libmspack/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for Microsoft compression formats
-WWW= https://www.cabextract.org.uk/libmspack/
+WWW= https://www.cabextract.org.uk/libmspack/ \
+ https://github.com/kyz/libmspack/tree/master/libmspack
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
diff --git a/archivers/libmspack/distinfo b/archivers/libmspack/distinfo
index 98b29cf6fe7f..eb9142608f9b 100644
--- a/archivers/libmspack/distinfo
+++ b/archivers/libmspack/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1575876879
-SHA256 (libmspack-0.10.1alpha.tar.gz) = bac862dee6e0fc10d92c70212441d9f8ad9b0222edc9a708c3ead4adb1b24a8e
-SIZE (libmspack-0.10.1alpha.tar.gz) = 963274
+TIMESTAMP = 1677770989
+SHA256 (libmspack-0.11alpha.tar.gz) = 70dd1fb2f0aecc36791b71a1e1840e62173079eadaa081192d1c323a0eeea21b
+SIZE (libmspack-0.11alpha.tar.gz) = 509478
diff --git a/archivers/libmspack/files/patch-Makefile.in b/archivers/libmspack/files/patch-Makefile.in
index f2e686674f13..d4c7e7c8eeb9 100644
--- a/archivers/libmspack/files/patch-Makefile.in
+++ b/archivers/libmspack/files/patch-Makefile.in
@@ -1,9 +1,9 @@
---- Makefile.in.orig 2019-03-04 09:39:18 UTC
+--- Makefile.in.orig 2023-02-05 13:51:42 UTC
+++ Makefile.in
-@@ -92,7 +92,7 @@ POST_UNINSTALL = :
- build_triplet = @build@
- host_triplet = @host@
- # add "-DMSPACK_NO_DEFAULT_SYSTEM" to remove default mspack_system
+@@ -95,7 +95,7 @@ host_triplet = @host@
+ # however, note that many of the tests and examples provided DO rely on the
+ # default mspack_system and will fail without it -- any program with a call
+ # like "mspack_create_...(NULL)" expects a default mspack_system.
-@GCC_TRUE@am__append_1 = -Wall -Wextra -Wno-unused-parameter -Wno-unused-result
+@GCC_TRUE@am__append_1 = -Wall -Wextra -Wno-unused-parameter
noinst_PROGRAMS = examples/cabd_memory$(EXEEXT) \
diff --git a/archivers/libmspack/pkg-descr b/archivers/libmspack/pkg-descr
index e79973753d34..35ad322e830e 100644
--- a/archivers/libmspack/pkg-descr
+++ b/archivers/libmspack/pkg-descr
@@ -1,4 +1,2 @@
libmspack is a portable library for some loosely related Microsoft compression
formats.
-
-See also: https://github.com/kyz/libmspack