diff --git a/archivers/deutex/Makefile b/archivers/deutex/Makefile
index 4cea3a7517c..f2935aa914f 100644
--- a/archivers/deutex/Makefile
+++ b/archivers/deutex/Makefile
@@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.7 2020/02/09 13:28:00 benoit Exp $
-V = 5.2.1
COMMENT = WAD composer for Doom, Heretic, Hexen, and Strife
-DISTNAME = deutex-${V}
-CATEGORIES = archivers
+GH_ACCOUNT = Doom-Utils
+GH_PROJECT = deutex
+GH_TAGNAME = v5.2.2
+
+CATEGORIES = archivers
HOMEPAGE = https://github.com/Doom-Utils/deutex/
# GPLv2+
@@ -12,13 +14,13 @@ PERMIT_PACKAGE = Yes
WANTLIB += c png z
-MASTER_SITES = https://github.com/Doom-Utils/deutex/releases/download/v${V}/
-EXTRACT_SUFX = .tar.xz
-
BUILD_DEPENDS = textproc/asciidoc
LIB_DEPENDS = graphics/png
-CONFIGURE_STYLE = gnu
+AUTOCONF_VERSION= 2.69
+AUTOMAKE_VERSION= 1.16
+AUTORECONF = autoreconf -i
+CONFIGURE_STYLE = autoreconf
DEBUG_PACKAGES = ${BUILD_PACKAGES}
diff --git a/archivers/deutex/distinfo b/archivers/deutex/distinfo
index 46d2891cccd..4b451476adb 100644
--- a/archivers/deutex/distinfo
+++ b/archivers/deutex/distinfo
@@ -1,2 +1,2 @@
-SHA256 (deutex-5.2.1.tar.xz) = 1hwNWx/OP4JxwjWNNbQfcKCNpmLjh+24oDyh3rFWgx8=
-SIZE (deutex-5.2.1.tar.xz) = 165784
+SHA256 (deutex-5.2.2.tar.gz) = dn516zYVu3MpR0SLgQMUEOJvgI38OgmdZKSDkx/gsxM=
+SIZE (deutex-5.2.2.tar.gz) = 124644
This needed a little bit of love to get it up to the latest version.
Changelog viewable here:
https://github.com/Doom-Utils/deutex/releases/tag/v5.2.2
Among the changes were some tweaks to their build system. Port is
updated to reflect that - mainly that they now seem to prefer autoconf.
I also changed the port to pull in from the Github repo as it seems the
newer version wasn't available on the master site specified previously.
Built on amd64, and lightly tested. As far as I can determine it is
working as intended. It doesn't appear there are any consumers.
No comments:
Post a Comment