summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
Diffstat (limited to 'archivers')
-rw-r--r--archivers/innoextract/Makefile8
-rw-r--r--archivers/innoextract/distinfo6
-rw-r--r--archivers/maxcso/Makefile6
-rw-r--r--archivers/maxcso/distinfo6
-rw-r--r--archivers/maxcso/files/patch-Makefile12
-rw-r--r--archivers/py-comicapi/Makefile2
-rw-r--r--archivers/py-extractcode/Makefile1
7 files changed, 22 insertions, 19 deletions
diff --git a/archivers/innoextract/Makefile b/archivers/innoextract/Makefile
index 65459d106e90..d14ae98fb73d 100644
--- a/archivers/innoextract/Makefile
+++ b/archivers/innoextract/Makefile
@@ -1,6 +1,6 @@
PORTNAME= innoextract
-DISTVERSION= 1.9-11
-DISTVERSIONSUFFIX= -g264c2fe
+DISTVERSION= 1.9-82
+DISTVERSIONSUFFIX= -g6e9e34e
CATEGORIES= archivers
MAINTAINER= eduardo@FreeBSD.org
@@ -12,10 +12,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= boost-libs>0:devel/boost-libs
-USES= cmake compiler:c++11-lang iconv
+USES= cmake:testing compiler:c++11-lang iconv localbase:ldflags
USE_GITHUB= yes
GH_ACCOUNT= dscharrer
CMAKE_ON= Boost_USE_STATIC_LIBS
+CMAKE_TESTING_ON= BUILD_TESTS
+CMAKE_TESTING_TARGET= check
PLIST_FILES= bin/innoextract \
share/man/man1/innoextract.1.gz
diff --git a/archivers/innoextract/distinfo b/archivers/innoextract/distinfo
index 65a6bbbf091e..0ccde674e821 100644
--- a/archivers/innoextract/distinfo
+++ b/archivers/innoextract/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1728380729
-SHA256 (dscharrer-innoextract-1.9-11-g264c2fe_GH0.tar.gz) = c71e42c91b4765761c2d5fa0fec4d0ef8c1451ac8465a6268ecdf666f08337e4
-SIZE (dscharrer-innoextract-1.9-11-g264c2fe_GH0.tar.gz) = 204952
+TIMESTAMP = 1756669779
+SHA256 (dscharrer-innoextract-1.9-82-g6e9e34e_GH0.tar.gz) = 3925f310b74985f79d91dbbdad34cd8b00781aca6a894c278c1274262ede1353
+SIZE (dscharrer-innoextract-1.9-82-g6e9e34e_GH0.tar.gz) = 215616
diff --git a/archivers/maxcso/Makefile b/archivers/maxcso/Makefile
index 2b6cbffeb3eb..b5693a0dff16 100644
--- a/archivers/maxcso/Makefile
+++ b/archivers/maxcso/Makefile
@@ -1,7 +1,7 @@
PORTNAME= maxcso
DISTVERSIONPREFIX= v
-DISTVERSION= 1.13.0-27
-DISTVERSIONSUFFIX= -g528c69bf
+DISTVERSION= 1.13.0-36
+DISTVERSIONSUFFIX= -g961f232c
CATEGORIES= archivers
MAINTAINER= eduardo@FreeBSD.org
@@ -20,6 +20,8 @@ USES= compiler:c++11-lang gmake pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= unknownbrackets
+MAKE_ARGS= USE_EXTERNAL_LIBDEFLATE=1
+
PLIST_FILES= bin/${PORTNAME} \
share/man/man1/${PORTNAME}.1.gz
diff --git a/archivers/maxcso/distinfo b/archivers/maxcso/distinfo
index c3c4f72f8718..ae3e69b350d4 100644
--- a/archivers/maxcso/distinfo
+++ b/archivers/maxcso/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680728618
-SHA256 (unknownbrackets-maxcso-v1.13.0-27-g528c69bf_GH0.tar.gz) = 5b09c933adc5e5bae54fdf85305e2b58841dc3ad33f095d4ff422491cd4a3fa0
-SIZE (unknownbrackets-maxcso-v1.13.0-27-g528c69bf_GH0.tar.gz) = 3738129
+TIMESTAMP = 1756676198
+SHA256 (unknownbrackets-maxcso-v1.13.0-36-g961f232c_GH0.tar.gz) = ad4cf4189ef7931a618d0c380ca232af31812e2b9d52eedf6a919f205ca77e97
+SIZE (unknownbrackets-maxcso-v1.13.0-36-g961f232c_GH0.tar.gz) = 3738100
diff --git a/archivers/maxcso/files/patch-Makefile b/archivers/maxcso/files/patch-Makefile
index 1f5766d6cbdf..cb002cb0edfb 100644
--- a/archivers/maxcso/files/patch-Makefile
+++ b/archivers/maxcso/files/patch-Makefile
@@ -1,13 +1,11 @@
---- Makefile.orig 2023-02-12 18:33:37 UTC
+--- Makefile.orig 2024-01-26 06:38:18 UTC
+++ Makefile
-@@ -68,8 +68,8 @@ $(OBJDIR)/%.o: $(SRCDIR)/%.c $(OBJDIR)/.done
+@@ -84,7 +84,7 @@ maxcso: $(OBJS)
$(CC) -c $(SRC_CFLAGS) $(CFLAGS) -o $@ $<
- # TODO: Perhaps detect and use system libdeflate if available.
--maxcso: $(SRC_CXX_OBJ) $(CLI_CXX_OBJ) $(ZOPFLI_C_OBJ) $(SRC_7ZIP) $(SRC_LIBDEFLATE)
-- $(CXX) $(LDFLAGS) -o $@ $(SRC_CXXFLAGS) $(CXXFLAGS) $^ $(LIBS) $(EXTRA_LIBS)
-+maxcso: $(SRC_CXX_OBJ) $(CLI_CXX_OBJ) $(SRC_7ZIP)
-+ $(CXX) $(LDFLAGS) -o $@ $(SRC_CXXFLAGS) $(CXXFLAGS) $^ $(LIBS) $(EXTRA_LIBS) -lzopfli -ldeflate
+ maxcso: $(OBJS)
+- $(CXX) $(LDFLAGS) -o $@ $(SRC_CXXFLAGS) $(CXXFLAGS) $^ $(LIBS)
++ $(CXX) $(LDFLAGS) -o $@ $(SRC_CXXFLAGS) $(CXXFLAGS) $^ $(LIBS) -lzopfli
$(SRC_7ZIP):
$(MAKE) -f $(SRCDIR)/7zip/Makefile 7zip.a
diff --git a/archivers/py-comicapi/Makefile b/archivers/py-comicapi/Makefile
index 9ec4950f590d..2c23192dc42c 100644
--- a/archivers/py-comicapi/Makefile
+++ b/archivers/py-comicapi/Makefile
@@ -1,6 +1,6 @@
PORTNAME= comicapi
DISTVERSION= 3.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= archivers python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/archivers/py-extractcode/Makefile b/archivers/py-extractcode/Makefile
index 90109b60b07b..cc4ebafbcd89 100644
--- a/archivers/py-extractcode/Makefile
+++ b/archivers/py-extractcode/Makefile
@@ -1,5 +1,6 @@
PORTNAME= extractcode
DISTVERSION= 31.0.0
+PORTREVISION= 1
CATEGORIES= archivers python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}