svn commit: r562078 - head/net/chrony

Bernhard Froehlich decke at FreeBSD.org
Tue Jan 19 20:24:46 UTC 2021


Author: decke
Date: Tue Jan 19 20:24:46 2021
New Revision: 562078
URL: https://svnweb.freebsd.org/changeset/ports/562078

Log:
  net/chrony: Preparations for a new slave port
  
  PR:		252584
  Submitted by:	myself
  Approved by:	mandree@

Modified:
  head/net/chrony/Makefile

Modified: head/net/chrony/Makefile
==============================================================================
--- head/net/chrony/Makefile	Tue Jan 19 20:18:25 2021	(r562077)
+++ head/net/chrony/Makefile	Tue Jan 19 20:24:46 2021	(r562078)
@@ -7,13 +7,15 @@ CATEGORIES=	net
 MASTER_SITES=	https://download.tuxfamily.org/chrony/ \
 		LOCAL/mandree
 
-MAINTAINER=	mandree at FreeBSD.org
-COMMENT=	System clock synchronization client and server
+MAINTAINER?=	mandree at FreeBSD.org
+COMMENT?=	System clock synchronization client and server
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		cpe gmake libedit pkgconfig
+
+CONFLICTS_INSTALL?=	chrony-lite
 
 CPE_VENDOR=	tuxfamily
 


More information about the svn-ports-all mailing list