From owner-svn-ports-all@freebsd.org Sat Jan 7 19:13:48 2017 Return-Path: Delivered-To: svn-ports-all@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 919DFCA4E41; Sat, 7 Jan 2017 19:13:48 +0000 (UTC) (envelope-from riggs@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 52D491972; Sat, 7 Jan 2017 19:13:48 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v07JDlRV045668; Sat, 7 Jan 2017 19:13:47 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v07JDkvD045661; Sat, 7 Jan 2017 19:13:46 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201701071913.v07JDkvD045661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 7 Jan 2017 19:13:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430823 - in head/net/ntpa: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jan 2017 19:13:48 -0000 Author: riggs Date: Sat Jan 7 19:13:46 2017 New Revision: 430823 URL: https://svnweb.freebsd.org/changeset/ports/430823 Log: Update to upstream version 0.8.1 PR: 215581 Submitted by: cs@innolan.dk (maintainer) Added: head/net/ntpa/files/patch-Makefile.am (contents, props changed) head/net/ntpa/files/patch-Ntp.Analyzer_Makefile.am (contents, props changed) head/net/ntpa/files/patch-configure.ac (contents, props changed) Modified: head/net/ntpa/Makefile head/net/ntpa/distinfo head/net/ntpa/pkg-plist Modified: head/net/ntpa/Makefile ============================================================================== --- head/net/ntpa/Makefile Sat Jan 7 19:06:33 2017 (r430822) +++ head/net/ntpa/Makefile Sat Jan 7 19:13:46 2017 (r430823) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ntpa -PORTVERSION= 0.7.10 +PORTVERSION= 0.8.1 CATEGORIES= net MASTER_SITES= http://dist.innolan.net/ Modified: head/net/ntpa/distinfo ============================================================================== --- head/net/ntpa/distinfo Sat Jan 7 19:06:33 2017 (r430822) +++ head/net/ntpa/distinfo Sat Jan 7 19:13:46 2017 (r430823) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481972002 -SHA256 (ntpa-0.7.10.tar.gz) = 43784b81a98dcbf685fc9ea9b85864a4c06b74bcb148deb6ff67304020821867 -SIZE (ntpa-0.7.10.tar.gz) = 2565305 +TIMESTAMP = 1482761372 +SHA256 (ntpa-0.8.1.tar.gz) = 38954b130aaecb255961272080c800ec700db108deb2b05a18a98c575f7f5978 +SIZE (ntpa-0.8.1.tar.gz) = 1426223 Added: head/net/ntpa/files/patch-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ntpa/files/patch-Makefile.am Sat Jan 7 19:13:46 2017 (r430823) @@ -0,0 +1,10 @@ +--- Makefile.am.orig 2016-12-25 16:19:23 UTC ++++ Makefile.am +@@ -2,7 +2,6 @@ + EXTRA_DIST = \ + ../MySql.Data \ + ../Npgsql \ +- ../NPlot \ + ../Newtonsoft.Json + + SUBDIRS = \ Added: head/net/ntpa/files/patch-Ntp.Analyzer_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ntpa/files/patch-Ntp.Analyzer_Makefile.am Sat Jan 7 19:13:46 2017 (r430823) @@ -0,0 +1,52 @@ +--- Ntp.Analyzer/Makefile.am.orig 2016-12-25 16:19:23 UTC ++++ Ntp.Analyzer/Makefile.am +@@ -34,7 +34,6 @@ NTP_DATA_PROVIDER_DLL_MDB_SOURCE=../bin/ + NTP_DATA_PROVIDER_DLL_MDB=$(BUILD_DIR)/Ntp.Data.Provider.dll.mdb + MYSQL_DATA_DLL_SOURCE=../packages/MySql.Data.6.9.9/lib/net45/MySql.Data.dll + NPGSQL_DLL_SOURCE=../packages/Npgsql.3.1.9/lib/net451/Npgsql.dll +-NPLOT_DLL_SOURCE=../packages/NPlot.0.9.10.0/lib/net20/NPlot.dll + NTP_ANALYZER_IMPORT_DLL_SOURCE=../bin/Ntp.Analyzer.Import.dll + NTP_ANALYZER_IMPORT_DLL_MDB_SOURCE=../bin/Ntp.Analyzer.Import.dll.mdb + NTP_ANALYZER_IMPORT_DLL_MDB=$(BUILD_DIR)/Ntp.Analyzer.Import.dll.mdb +@@ -68,7 +67,6 @@ NTP_DATA_PROVIDER_DLL_SOURCE=../bin/Ntp. + NTP_DATA_PROVIDER_DLL_MDB= + MYSQL_DATA_DLL_SOURCE=../packages/MySql.Data.6.9.9/lib/net45/MySql.Data.dll + NPGSQL_DLL_SOURCE=../packages/Npgsql.3.1.9/lib/net451/Npgsql.dll +-NPLOT_DLL_SOURCE=../packages/NPlot.0.9.10.0/lib/net20/NPlot.dll + NTP_ANALYZER_IMPORT_DLL_SOURCE=../bin/Ntp.Analyzer.Import.dll + NTP_ANALYZER_IMPORT_DLL_MDB= + +@@ -91,7 +89,6 @@ PROGRAMFILES = \ + $(NTP_DATA_PROVIDER_DLL_MDB) \ + $(MYSQL_DATA_DLL) \ + $(NPGSQL_DLL) \ +- $(NPLOT_DLL) \ + $(NTP_ANALYZER_IMPORT_DLL) \ + $(NTP_ANALYZER_IMPORT_DLL_MDB) + +@@ -281,9 +278,10 @@ REFERENCES = \ + System \ + System.Core \ + System.Drawing \ +- System.Runtime.Serialization ++ System.Runtime.Serialization \ ++ $(NPLOT_LIBS) + +-DLL_REFERENCES = $(NPLOT_DLL) ++DLL_REFERENCES = + + CLEANFILES = $(PROGRAMFILES) + +@@ -296,12 +294,10 @@ NTP_ANALYZER_DATA_DLL = $(BUILD_DIR)/Ntp + NTP_DATA_PROVIDER_DLL = $(BUILD_DIR)/Ntp.Data.Provider.dll + MYSQL_DATA_DLL = $(BUILD_DIR)/MySql.Data.dll + NPGSQL_DLL = $(BUILD_DIR)/Npgsql.dll +-NPLOT_DLL = $(BUILD_DIR)/NPlot.dll + NTP_ANALYZER_IMPORT_DLL = $(BUILD_DIR)/Ntp.Analyzer.Import.dll + + $(eval $(call emit-deploy-target,MYSQL_DATA_DLL)) + $(eval $(call emit-deploy-target,NPGSQL_DLL)) +-$(eval $(call emit-deploy-target,NPLOT_DLL)) + + $(eval $(call emit_resgen_targets)) + $(build_xamlg_list): %.xaml.g.cs: %.xaml Added: head/net/ntpa/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ntpa/files/patch-configure.ac Sat Jan 7 19:13:46 2017 (r430823) @@ -0,0 +1,25 @@ +--- configure.ac.orig 2016-12-26 13:35:44 UTC ++++ configure.ac +@@ -12,6 +12,12 @@ if test "x$MCS" = "xno"; then + AC_MSG_ERROR([mcs Not found]) + fi + ++dnl pkg-config ++AC_PATH_PROG(PKG_CONFIG, pkg-config, no) ++if test "x$PKG_CONFIG" = "xno"; then ++ AC_MSG_ERROR([You need to install pkg-config]) ++fi ++ + AC_ARG_ENABLE(debug, + AC_HELP_STRING([--enable-debug], + [Use 'DEBUG' Configuration [default=NO]]), +@@ -33,6 +39,9 @@ if test -z "$CONFIG_REQUESTED" ; then + enable_release=yes + fi + ++dnl package checks ++PKG_CHECK_MODULES([NPLOT], [NPlot]) ++ + AC_CONFIG_FILES([ + Ntp.Analyzer.Objects/Makefile + Ntp.Common/Makefile Modified: head/net/ntpa/pkg-plist ============================================================================== --- head/net/ntpa/pkg-plist Sat Jan 7 19:06:33 2017 (r430822) +++ head/net/ntpa/pkg-plist Sat Jan 7 19:13:46 2017 (r430823) @@ -4,6 +4,7 @@ sbin/ntpag sbin/ntpav libexec/ntpa/MySql.Data.dll libexec/ntpa/Npgsql.dll +libexec/ntpa/Newtonsoft.Json.dll libexec/ntpa/Ntp.Analyzer.dll libexec/ntpa/Ntp.Analyzer.Cli.exe libexec/ntpa/Ntp.Analyzer.Data.dll