svn commit: r431254 - head/net-mgmt/monitoring-plugins

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jan 12 11:44:25 UTC 2017


Author: amdmi3
Date: Thu Jan 12 11:44:24 2017
New Revision: 431254
URL: https://svnweb.freebsd.org/changeset/ports/431254

Log:
  - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
  
  Approved by:	portmgr blanket

Modified:
  head/net-mgmt/monitoring-plugins/Makefile

Modified: head/net-mgmt/monitoring-plugins/Makefile
==============================================================================
--- head/net-mgmt/monitoring-plugins/Makefile	Thu Jan 12 11:38:22 2017	(r431253)
+++ head/net-mgmt/monitoring-plugins/Makefile	Thu Jan 12 11:44:24 2017	(r431254)
@@ -130,7 +130,7 @@ SSH_PORTABLE_CONFIGURE_ON=	--with-ssh-co
 
 .include <bsd.port.options.mk>
 
-.if ${OSVERSION} > 1000055 && ${PORT_OPTIONS:MDNS_BASE}
+.if ${PORT_OPTIONS:MDNS_BASE}
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-dig-to-drill.diff
 CONFIGURE_ARGS+=--with-dig-command=/usr/bin/drill \
 		ac_cv_path_PATH_TO_NSLOOKUP=


More information about the svn-ports-all mailing list