diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index fafefa0ad735..fa092ff3beef 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -1,52 +1,52 @@ PORTNAME= miniupnpd -DISTVERSION= 2.3.7 +DISTVERSION= 2.3.9 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= http://miniupnp.free.fr/files/ \ https://github.com/miniupnp/miniupnp/releases/download/${PORTNAME}_${DISTVERSION:S|.|_|g}/ MAINTAINER= squat@squat.no COMMENT= Lightweight UPnP IGD & PCP/NAT-PMP daemon which uses pf WWW= http://miniupnp.free.fr/ LICENSE= BSD3CLAUSE LIB_DEPENDS= libpfctl.so:net/libpfctl USES= cpe localbase:ldflags ssl CPE_VENDOR= miniupnp_project USE_RC_SUBR= ${PORTNAME} HAS_CONFIGURE= yes # unconditionally use pf, ipfw does not work on FreeBSD CONFIGURE_ARGS= --firewall=pf --libpfctl MAKE_JOBS_UNSAFE= yes CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} -lpfctl PLIST_FILES= etc/miniupnpd.conf.sample \ share/man/man8/miniupnpd.8.gz \ sbin/miniupnpd OPTIONS_DEFINE= CHECK_PORTINUSE IPV6 LEASEFILE UPNP_IGDV2 \ UPNP_STRICT CHECK_PORTINUSE_DESC= Check if ports are in use LEASEFILE_DESC= Enable lease file UPNP_IGDV2_DESC= Build an IGDv2 instead of an IGDv1 UPNP_STRICT_DESC= More strict UPnP specification compliance CHECK_PORTINUSE_CONFIGURE_ON= --portinuse IPV6_CONFIGURE_ON= --ipv6 LEASEFILE_CONFIGURE_ON= --leasefile UPNP_IGDV2_CONFIGURE_ON= --igd2 UPNP_STRICT_CONFIGURE_ON= --strict post-patch: @${REINPLACE_CMD} -e 's|\(-lssl -lcrypto\)|$$(LDFLAGS) \1|g' \ -e 's|^INSTALLMANDIR.*|INSTALLMANDIR = ${PREFIX}/share/man|' \ ${WRKSRC}/Makefile.bsd .include 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