Date: Tue, 19 Jan 2021 20:24:46 +0000 (UTC) From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562078 - head/net/chrony Message-ID: <202101192024.10JKOkeH066386@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org -COMMENT= System clock synchronization client and server +MAINTAINER?= mandree@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101192024.10JKOkeH066386>