git: b65a2cf50555 - main - net/miniupnpd: Update to 2.3.9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 May 2025 07:34:38 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b65a2cf505555c9f9c7d0d00991c1a221313e064
commit b65a2cf505555c9f9c7d0d00991c1a221313e064
Author: Siva Mahadevan <me@svmhdvn.name>
AuthorDate: 2025-05-05 07:28:23 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-05-05 07:34:30 +0000
net/miniupnpd: Update to 2.3.9
PR: 278576
Approved by: maintainer
Pull Request: https://github.com/freebsd/freebsd-ports/pull/367
---
net/miniupnpd/Makefile | 2 +-
net/miniupnpd/distinfo | 6 +++---
net/miniupnpd/files/patch-Makefile.bsd | 13 -------------
3 files changed, 4 insertions(+), 17 deletions(-)
diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile
index fafefa0ad735..fa092ff3beef 100644
--- a/net/miniupnpd/Makefile
+++ b/net/miniupnpd/Makefile
@@ -1,5 +1,5 @@
PORTNAME= miniupnpd
-DISTVERSION= 2.3.7
+DISTVERSION= 2.3.9
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= http://miniupnp.free.fr/files/ \
diff --git a/net/miniupnpd/distinfo b/net/miniupnpd/distinfo
index 587e74fc7dfd..7c57bc76cb0c 100644
--- a/net/miniupnpd/distinfo
+++ b/net/miniupnpd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1726178413
-SHA256 (miniupnpd-2.3.7.tar.gz) = fbdd5501039730f04a8420ea2f8f54b7df63f9f04cde2dc67fa7371e80477bbe
-SIZE (miniupnpd-2.3.7.tar.gz) = 265329
+TIMESTAMP = 1745338102
+SHA256 (miniupnpd-2.3.9.tar.gz) = 66cb3c3d697ab2bb3a61d3c48628166d6ba328d7c2dbeb95898fdf2a3202af7b
+SIZE (miniupnpd-2.3.9.tar.gz) = 302607
diff --git a/net/miniupnpd/files/patch-Makefile.bsd b/net/miniupnpd/files/patch-Makefile.bsd
deleted file mode 100644
index 996743a4601d..000000000000
--- a/net/miniupnpd/files/patch-Makefile.bsd
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.bsd.orig 2023-02-17 03:09:33 UTC
-+++ Makefile.bsd
-@@ -150,8 +150,8 @@ install: miniupnpd genuuid
- $(INSTALL) -d $(DESTDIR)$(INSTALLBINDIR)
- $(INSTALL) -m 755 miniupnpd $(DESTDIR)$(INSTALLBINDIR)
- $(INSTALL) -d $(DESTDIR)$(INSTALLETCDIR)
-- $(INSTALL) -b miniupnpd.conf $(DESTDIR)$(INSTALLETCDIR)
-- $(INSTALL) -d $(DESTDIR)$(INSTALLMANDIR)
-+ $(INSTALL) -b miniupnpd.conf $(DESTDIR)$(INSTALLETCDIR)/miniupnpd.conf.sample
-+ $(INSTALL) -d $(DESTDIR)$(INSTALLMANDIR)/man8
- $(INSTALL) -m 644 miniupnpd.8 $(DESTDIR)$(INSTALLMANDIR)/man8/miniupnpd.8
-
- # genuuid is using the uuid cli tool available under OpenBSD 4.0 in