svn commit: r484309 - head/sysutils/zrepl

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Nov 6 17:01:11 UTC 2018


Author: amdmi3
Date: Tue Nov  6 17:01:09 2018
New Revision: 484309
URL: https://svnweb.freebsd.org/changeset/ports/484309

Log:
  - Remove obsolete OSVERSION condition
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/zrepl/Makefile

Modified: head/sysutils/zrepl/Makefile
==============================================================================
--- head/sysutils/zrepl/Makefile	Tue Nov  6 17:00:38 2018	(r484308)
+++ head/sysutils/zrepl/Makefile	Tue Nov  6 17:01:09 2018	(r484309)
@@ -40,7 +40,7 @@ GO_PKGNAME=	github.com/${GH_ACCOUNT}/${GH_PROJECT}
 
 .include <bsd.port.pre.mk>
 
-.if ${OPSYS} == "FreeBSD" && ((${OSVERSION} >= 1100513 && ${OSVERSION} < 1200000) || ${OSVERSION} >= 1200015)
+.if ${OPSYS} == "FreeBSD"
 SUB_LIST+=	DAEMON_LOGGING="-S -l \$${zrepl_facility} -s \$${zrepl_priority} -T \$${name}"
 .else
 SUB_LIST+=	DAEMON_LOGGING=""


More information about the svn-ports-all mailing list