diff options
author | adam <adam@pkgsrc.org> | 2014-07-10 13:44:22 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-07-10 13:44:22 +0000 |
commit | 4a40037e0b417e1b9859f85a78b53b027dbe43c9 (patch) | |
tree | f178615d709efe4554167a290a747e10cacaceec /net/miniupnpd/Makefile | |
parent | f7f054bff547f63aad0ed58d72d591e0b550f684 (diff) | |
download | pkgsrc-4a40037e0b417e1b9859f85a78b53b027dbe43c9.tar.gz |
Changes 1.8.20140523:
* Add ipv6_bind_address (option "ipv6_listening_ip")
* disable IPv6 when socket(PF_INTET6, ...) errors with EAFNOSUPPORT
* Add IPV6 multicast membership only on selected "LAN" interfaces
Diffstat (limited to 'net/miniupnpd/Makefile')
-rw-r--r-- | net/miniupnpd/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index a63ca841184..506b9869458 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2014/02/10 11:45:52 adam Exp $ +# $NetBSD: Makefile,v 1.12 2014/07/10 13:44:22 adam Exp $ -DISTNAME= miniupnpd-1.8.20140203 +DISTNAME= miniupnpd-1.8.20140523 CATEGORIES= net MASTER_SITES= http://miniupnp.free.fr/files/download.php?file= @@ -22,4 +22,10 @@ INSTALL_MAKE_FLAGS+= INSTALLMANDIR=${PREFIX}/${PKGMANDIR}/man1 RCD_SCRIPTS= miniupnpd +SUBST_CLASSES+= fwname +SUBST_STAGE.fwname= pre-configure +SUBST_MESSAGE.fwname= Setting desired firewall type. +SUBST_FILES.fwname= genconfig.sh +SUBST_VARS.fwname= FWNAME + .include "../../mk/bsd.pkg.mk" |