svn commit: r426078 - head/net/miniupnpd

Alexey Dokuchaev danfe at FreeBSD.org
Mon Nov 14 02:45:28 UTC 2016


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


More information about the svn-ports-all mailing list