Date: Tue, 6 Nov 2018 17: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: r484309 - head/sysutils/zrepl Message-ID: <201811061701.wA6H19Ae051261@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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=""
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811061701.wA6H19Ae051261>