svn commit: r418847 - head/net/ntpa
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 20 19:13:39 UTC 2016
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 at 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.
************************************************************************
More information about the svn-ports-all
mailing list