Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2016 02:45:27 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426078 - head/net/miniupnpd
Message-ID:  <201611140245.uAE2jRp7036243@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Mon Nov 14 02:45:26 2016
New Revision: 426078
URL: https://svnweb.freebsd.org/changeset/ports/426078

Log:
  Ensure that option selection dialog is readable (fits the window):
  - Rename PF_ENABLE_FILTER_RULES -> PF_FILTER_RULES
  - Reword UPNP_STRICT_DESC text to make it shorter and clearer
  - Drop IPV6_DESC which is already in standard descriptions pool

Modified:
  head/net/miniupnpd/Makefile

Modified: head/net/miniupnpd/Makefile
==============================================================================
--- head/net/miniupnpd/Makefile	Mon Nov 14 02:05:29 2016	(r426077)
+++ head/net/miniupnpd/Makefile	Mon Nov 14 02:45:26 2016	(r426078)
@@ -23,15 +23,14 @@ USE_RC_SUBR=	miniupnpd
 CFLAGS+=	-I${OPENSSLINC}
 LDFLAGS+=	-L${OPENSSLLIB}
 
-OPTIONS_DEFINE=	PF_ENABLE_FILTER_RULES CHECK_PORTINUSE IPV6 UPNP_IGDV2 UPNP_STRICT LEASEFILE
-PF_ENABLE_FILTER_RULES_DESC=	Enable pf generation of filter rules
+OPTIONS_DEFINE=	PF_FILTER_RULES CHECK_PORTINUSE IPV6 UPNP_IGDV2 UPNP_STRICT LEASEFILE
+PF_FILTER_RULES_DESC=	Enable pf generation of filter rules
 CHECK_PORTINUSE_DESC=	Check if ports are in use
-IPV6_DESC=	Enable IPv6
 UPNP_IGDV2_DESC=	Build an IGDv2 instead of an IGDv1
-UPNP_STRICT_DESC=	Be more strict regarding compliance with UPnP specifications
+UPNP_STRICT_DESC=	More strict UPnP specification compliance
 LEASEFILE_DESC=	Enable lease file
 
-PF_ENABLE_FILTER_RULES_EXTRA_PATCHES=	${PATCHDIR}/pf_enable_filter_rules.patch
+PF_FILTER_RULES_EXTRA_PATCHES=	${PATCHDIR}/pf_enable_filter_rules.patch
 CHECK_PORTINUSE_EXTRA_PATCHES=	${PATCHDIR}/enable_check_portinuse.patch
 IPV6_EXTRA_PATCHES=	${PATCHDIR}/enable_ipv6.patch
 UPNP_IGDV2_EXTRA_PATCHES=	${PATCHDIR}/enable_igdv2.patch



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611140245.uAE2jRp7036243>