Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2016 19:13:37 +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: r418847 - head/net/ntpa
Message-ID:  <201607201913.u6KJDbrU062612@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jul 20 19:13:37 2016
New Revision: 418847
URL: https://svnweb.freebsd.org/changeset/ports/418847

Log:
  - Fix pkg-descr and pkg-message
  - Add option description
  
  PR:		211162
  Submitted by:	cs@innolan.dk (maintainer)

Modified:
  head/net/ntpa/Makefile
  head/net/ntpa/pkg-descr
  head/net/ntpa/pkg-message

Modified: head/net/ntpa/Makefile
==============================================================================
--- head/net/ntpa/Makefile	Wed Jul 20 19:11:51 2016	(r418846)
+++ head/net/ntpa/Makefile	Wed Jul 20 19:13:37 2016	(r418847)
@@ -20,6 +20,7 @@ WEBFILES_DESC=	Install web files
 GRAPH_DESC=	Graph generation (requires Cairo)
 PGSQL_DESC=	PostgreSQL Connector
 MYSQL_DESC=	MySQL Connector (GPL)
+DATABASE_DESC=	Database provider
 
 GRAPH_LIB_DEPENDS=	libgdiplus.so:x11-toolkits/libgdiplus \
 			libcairo.so:graphics/cairo \
@@ -41,8 +42,6 @@ GROUPS=		ntpa
 SUB_FILES=	ntpad ntpav ntpac
 WRKSRC=		${WRKDIR}/anguist-ntpa-9204e1e36b8d
 
-.include <bsd.port.options.mk>
-
 pre-install:
 	@${MKDIR} ${WRKSRC}/script
 	${MV} ${WRKDIR}/ntpad ${WRKSRC}/script/ntpa

Modified: head/net/ntpa/pkg-descr
==============================================================================
--- head/net/ntpa/pkg-descr	Wed Jul 20 19:11:51 2016	(r418846)
+++ head/net/ntpa/pkg-descr	Wed Jul 20 19:13:37 2016	(r418847)
@@ -1,8 +1,8 @@
 NTP Analyzer is a tool dedicated to analyze the operation of time
 servers.
 
-NTP Analyzer works by collecting data from the ntp daemon. Graphs
-and web pages can then be generated to visualize the activities of
-hosts and peers.
+NTP Analyzer collects data from ntp daemons and can be configured
+to generate graphs and web pages to visualize the activities of
+supervised hosts and peers.
 
 WWW: https://bitbucket.org/anguist/ntpa

Modified: head/net/ntpa/pkg-message
==============================================================================
--- head/net/ntpa/pkg-message	Wed Jul 20 19:11:51 2016	(r418846)
+++ head/net/ntpa/pkg-message	Wed Jul 20 19:13:37 2016	(r418847)
@@ -1,6 +1,6 @@
 ************************************************************************
 
 NTP Analyzer has been installed. If this is the first time remember to
-create a MySQL or PostgreeSQL user and database first.
+create a MySQL or PostgreSQL user and database first.
 
 ************************************************************************



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