Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Oct 2017 19:59:30 +0000 (UTC)
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451480 - head/net/openntpd
Message-ID:  <201710071959.v97JxUCL054365@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: naddy
Date: Sat Oct  7 19:59:30 2017
New Revision: 451480
URL: https://svnweb.freebsd.org/changeset/ports/451480

Log:
  Register conflict with ntp, ntp-devel.

Modified:
  head/net/openntpd/Makefile

Modified: head/net/openntpd/Makefile
==============================================================================
--- head/net/openntpd/Makefile	Sat Oct  7 19:45:04 2017	(r451479)
+++ head/net/openntpd/Makefile	Sat Oct  7 19:59:30 2017	(r451480)
@@ -13,11 +13,13 @@ LICENSE=	ISCL
 
 RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss
 
+CONFLICTS=	ntp-[0-9].* ntp-devel-*
+
+USES=		ssl
+
 USE_RC_SUBR=	openntpd
 USERS=		_ntp
 GROUPS=		_ntp
-
-USES=		ssl
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-cacert=${LOCALBASE}/etc/ssl/cert.pem



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