From 2ca17ec8d81c52eb78015fffa6ff2da2490d55f0 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 24 Jun 2024 16:26:43 +0200 Subject: [PATCH] miniupnpd: update to 2.3.7. --- srcpkgs/miniupnpd/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/miniupnpd/template b/srcpkgs/miniupnpd/template index c4953bba907..aed8b309471 100644 --- a/srcpkgs/miniupnpd/template +++ b/srcpkgs/miniupnpd/template @@ -1,6 +1,6 @@ # Template file for 'miniupnpd' pkgname=miniupnpd -version=2.3.6 +version=2.3.7 revision=1 build_style=configure configure_args=" @@ -23,28 +23,28 @@ license="BSD-3-Clause" homepage="http://miniupnp.free.fr" changelog="http://miniupnp.free.fr/files/changelog.php?file=miniupnpd-${version}.tar.gz" distfiles="http://miniupnp.free.fr/files/miniupnpd-${version}.tar.gz" -checksum=11ca7bf4d4ba6c6ba12c70c3041807f516f4d9f6b6697bea04e837626b9d679c +checksum=fbdd5501039730f04a8420ea2f8f54b7df63f9f04cde2dc67fa7371e80477bbe if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" musl-legacy-compat" fi post_extract() { - vsed -i ${wrksrc}/configure \ + vsed -i "${wrksrc}/configure" \ -e 's|LSB_RELEASE=.*|LSB_RELEASE=$(false)|' \ -e 's|V6SOCKETS_ARE_V6ONLY=.*|V6SOCKETS_ARE_V6ONLY="0"|' } post_configure() { - vsed -i ${wrksrc}/config.h \ + vsed -i "${wrksrc}/config.h" \ -e 's|^#define OS_URL.*$|#define OS_URL "https://voidlinux.org/"|g' \ -e 's|^#define OS_NAME.*$|#define OS_NAME "Void"|g' \ -e 's|^#define OS_VERSION.*$|#define OS_VERSION "Void"|g' } post_install() { - rm -rf ${DESTDIR}/etc/init.d + rm -rf "${DESTDIR}/etc/init.d" vsv miniupnpd vlicense LICENSE vdoc "${FILESDIR}/README.voidlinux"