From owner-svn-ports-head@freebsd.org Mon Sep 12 00:49:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 207BDBD491A; Mon, 12 Sep 2016 00:49:01 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB033863; Mon, 12 Sep 2016 00:49:00 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8C0n0Su057665; Mon, 12 Sep 2016 00:49:00 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8C0mxbc057657; Mon, 12 Sep 2016 00:48:59 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201609120048.u8C0mxbc057657@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 12 Sep 2016 00:48:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421888 - head/net/ntpa X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2016 00:49:01 -0000 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