Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Dec 2018 19:01:09 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488334 - head/databases/influxdb
Message-ID:  <201812251901.wBPJ19Ii012882@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Dec 25 19:01:08 2018
New Revision: 488334
URL: https://svnweb.freebsd.org/changeset/ports/488334

Log:
  - Simplify always-true OSVERSION condition
  
  Approved by:	portmgr blanket

Modified:
  head/databases/influxdb/Makefile

Modified: head/databases/influxdb/Makefile
==============================================================================
--- head/databases/influxdb/Makefile	Tue Dec 25 18:47:31 2018	(r488333)
+++ head/databases/influxdb/Makefile	Tue Dec 25 19:01:08 2018	(r488334)
@@ -103,8 +103,7 @@ PLIST_SUB=	INFLUXD_USER=${INFLUXD_USER} \
 
 .include <bsd.port.pre.mk>
 
-.if ${OPSYS} == "FreeBSD" && ((${OSVERSION} >= 1100513 && ${OSVERSION} < 1200000) || \
-	${OSVERSION} >= 1200015)
+.if ${OPSYS} == "FreeBSD"
 SUB_LIST+=	INFLUXD_LOGCMD="daemon"
 .else
 SUB_LIST+=	INFLUXD_LOGCMD="logger"



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