svn commit: r384486 - head/net/chrony

Bartek Rutkowski robak at FreeBSD.org
Wed Apr 22 11:43:13 UTC 2015


Author: robak
Date: Wed Apr 22 11:43:12 2015
New Revision: 384486
URL: https://svnweb.freebsd.org/changeset/ports/384486

Log:
  net/chrony: add CPE info
  
  PR:		199513
  Submitted by:	jbeich
  Approved by:	portmgr blanket

Modified:
  head/net/chrony/Makefile

Modified: head/net/chrony/Makefile
==============================================================================
--- head/net/chrony/Makefile	Wed Apr 22 11:35:31 2015	(r384485)
+++ head/net/chrony/Makefile	Wed Apr 22 11:43:12 2015	(r384486)
@@ -15,7 +15,8 @@ LICENSE=	GPLv2
 # with ``Could not open any NTP socket'' message on startup :(
 ONLY_FOR_ARCHS=	i386 amd64
 
-USES=		gmake makeinfo readline
+USES=		cpe gmake makeinfo readline
+CPE_VENDOR=	tuxfamily
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc --mandir=${MANPREFIX}/man \
 		--datarootdir=${DATADIR} --docdir=${DOCSDIR}


More information about the svn-ports-all mailing list