aboutsummaryrefslogtreecommitdiff
path: root/net/ntpa
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2017-01-07 19:13:46 +0000
committerThomas Zander <riggs@FreeBSD.org>2017-01-07 19:13:46 +0000
commit928f57f8bc5be3b598ee706770f6037220a179d9 (patch)
tree7b9d36de6b52767c6eacb2880917eeeaa7fc78d9 /net/ntpa
parent6ef184451edd611814b9bf9d6cdf23bee2b89d6e (diff)
downloadports-928f57f8bc5be3b598ee706770f6037220a179d9.tar.gz
ports-928f57f8bc5be3b598ee706770f6037220a179d9.zip
Update to upstream version 0.8.1
PR: 215581 Submitted by: cs@innolan.dk (maintainer)
Notes
Notes: svn path=/head/; revision=430823
Diffstat (limited to 'net/ntpa')
-rw-r--r--net/ntpa/Makefile2
-rw-r--r--net/ntpa/distinfo6
-rw-r--r--net/ntpa/files/patch-Makefile.am10
-rw-r--r--net/ntpa/files/patch-Ntp.Analyzer_Makefile.am52
-rw-r--r--net/ntpa/files/patch-configure.ac25
-rw-r--r--net/ntpa/pkg-plist1
6 files changed, 92 insertions, 4 deletions
diff --git a/net/ntpa/Makefile b/net/ntpa/Makefile
index 58b4c191dea4..3cebb1a109d0 100644
--- a/net/ntpa/Makefile
+++ b/net/ntpa/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ntpa
-PORTVERSION= 0.7.10
+PORTVERSION= 0.8.1
CATEGORIES= net
MASTER_SITES= http://dist.innolan.net/
diff --git a/net/ntpa/distinfo b/net/ntpa/distinfo
index 7e4eb3834669..f1f4d6a3d777 100644
--- a/net/ntpa/distinfo
+++ b/net/ntpa/distinfo
@@ -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
diff --git a/net/ntpa/files/patch-Makefile.am b/net/ntpa/files/patch-Makefile.am
new file mode 100644
index 000000000000..4284a210dad7
--- /dev/null
+++ b/net/ntpa/files/patch-Makefile.am
@@ -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 = \
diff --git a/net/ntpa/files/patch-Ntp.Analyzer_Makefile.am b/net/ntpa/files/patch-Ntp.Analyzer_Makefile.am
new file mode 100644
index 000000000000..e254669c212d
--- /dev/null
+++ b/net/ntpa/files/patch-Ntp.Analyzer_Makefile.am
@@ -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
diff --git a/net/ntpa/files/patch-configure.ac b/net/ntpa/files/patch-configure.ac
new file mode 100644
index 000000000000..e947a84247c0
--- /dev/null
+++ b/net/ntpa/files/patch-configure.ac
@@ -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
diff --git a/net/ntpa/pkg-plist b/net/ntpa/pkg-plist
index 0a9a3ff56b15..91b39b88e95d 100644
--- a/net/ntpa/pkg-plist
+++ b/net/ntpa/pkg-plist
@@ -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