Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Sep 2016 00:48:59 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421888 - head/net/ntpa
Message-ID:  <201609120048.u8C0mxbc057657@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Mon Sep 12 00:48:59 2016
New Revision: 421888
URL: https://svnweb.freebsd.org/changeset/ports/421888

Log:
  - Update to 0.7.4
  - Update pkg-message
  
  PR:		212566
  Submitted by:	cs@innolan.dk(maintainer)

Modified:
  head/net/ntpa/Makefile
  head/net/ntpa/distinfo
  head/net/ntpa/pkg-message
  head/net/ntpa/pkg-plist

Modified: head/net/ntpa/Makefile
==============================================================================
--- head/net/ntpa/Makefile	Mon Sep 12 00:00:51 2016	(r421887)
+++ head/net/ntpa/Makefile	Mon Sep 12 00:48:59 2016	(r421888)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ntpa
-PORTVERSION=	0.7.1
+PORTVERSION=	0.7.4
 CATEGORIES=	net
 MASTER_SITES=	http://dist.innolan.net/
 
@@ -49,6 +49,7 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/examples/small.conf ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/bin/MySql.Data.dll ${STAGEDIR}${PREFIX}/libexec/ntpa
 	${INSTALL_DATA} ${WRKSRC}/bin/Npgsql.dll ${STAGEDIR}${PREFIX}/libexec/ntpa
+	${INSTALL_DATA} ${WRKSRC}/bin/NPlot.dll ${STAGEDIR}${PREFIX}/libexec/ntpa
 	${INSTALL_MAN} ${WRKSRC}/docs/ntpa.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 	${MKDIR} ${STAGEDIR}/var/log/ntpa
 	${MKDIR} ${STAGEDIR}/var/run/ntpa

Modified: head/net/ntpa/distinfo
==============================================================================
--- head/net/ntpa/distinfo	Mon Sep 12 00:00:51 2016	(r421887)
+++ head/net/ntpa/distinfo	Mon Sep 12 00:48:59 2016	(r421888)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1471982415
-SHA256 (ntpa-0.7.1.tar.gz) = a068465f4c326a1f6025d53f64c08ad9755212d9d448f1aa422f468018f7c11b
-SIZE (ntpa-0.7.1.tar.gz) = 3248313
+TIMESTAMP = 1473636210
+SHA256 (ntpa-0.7.4.tar.gz) = 21e755203552df6f27f38f1d58d06dcd71a4a113db97b89f1578217e69d5e544
+SIZE (ntpa-0.7.4.tar.gz) = 1095489

Modified: head/net/ntpa/pkg-message
==============================================================================
--- head/net/ntpa/pkg-message	Mon Sep 12 00:00:51 2016	(r421887)
+++ head/net/ntpa/pkg-message	Mon Sep 12 00:48:59 2016	(r421888)
@@ -3,4 +3,7 @@
 NTP Analyzer has been installed. If this is the first time remember to
 create a MySQL or PostgreSQL user and database first.
 
+If you are upgrading from a previous version of NTP Analyzer be sure to
+make a backup of your database before starting ntpa in upgrade mode.
+
 ************************************************************************

Modified: head/net/ntpa/pkg-plist
==============================================================================
--- head/net/ntpa/pkg-plist	Mon Sep 12 00:00:51 2016	(r421887)
+++ head/net/ntpa/pkg-plist	Mon Sep 12 00:48:59 2016	(r421888)
@@ -4,6 +4,7 @@ sbin/ntpag
 sbin/ntpav
 libexec/ntpa/MySql.Data.dll
 libexec/ntpa/Npgsql.dll
+libexec/ntpa/NPlot.dll
 libexec/ntpa/Ntp.Analyzer.dll
 libexec/ntpa/Ntp.Analyzer.Cli.exe
 libexec/ntpa/Ntp.Analyzer.Data.dll



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