aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-03-28 23:55:39 +0800
committerSteve Wills <swills@FreeBSD.org>2018-03-28 23:55:39 +0800
commit0319d7da20246f1ab406a8ac3ed2a3d0bc0a0793 (patch)
tree86d3102db6109b123607c8b16714e19a31d58239
parent998e20f344a1b21c8fc0f95a2e4016da7032c61a (diff)
downloadfreebsd-ports-0319d7da20246f1ab406a8ac3ed2a3d0bc0a0793.tar.gz
freebsd-ports-0319d7da20246f1ab406a8ac3ed2a3d0bc0a0793.tar.zst
freebsd-ports-0319d7da20246f1ab406a8ac3ed2a3d0bc0a0793.zip
math/bsdnt: update to new snapshot
Notes
Notes: svn path=/head/; revision=465816
-rw-r--r--math/bsdnt/Makefile3
-rw-r--r--math/bsdnt/distinfo5
-rw-r--r--math/bsdnt/files/patch-nn.h10
-rw-r--r--math/bsdnt/files/patch-rand__internal_rand.h10
4 files changed, 5 insertions, 23 deletions
diff --git a/math/bsdnt/Makefile b/math/bsdnt/Makefile
index 15888c929320..755552622401 100644
--- a/math/bsdnt/Makefile
+++ b/math/bsdnt/Makefile
@@ -2,6 +2,7 @@
PORTNAME= bsdnt
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= swills@FreeBSD.org
@@ -15,7 +16,7 @@ USES= gmake shebangfix
SHEBANG_FILES= configure
USE_GITHUB= yes
GH_ACCOUNT= wbhart
-GH_TAGNAME= 72e20a7
+GH_TAGNAME= de98bde
USE_LDCONFIG= yes
diff --git a/math/bsdnt/distinfo b/math/bsdnt/distinfo
index 2f6df3792f27..b2663701b9c2 100644
--- a/math/bsdnt/distinfo
+++ b/math/bsdnt/distinfo
@@ -1,2 +1,3 @@
-SHA256 (wbhart-bsdnt-1.0-72e20a7_GH0.tar.gz) = 54c07400e4f06a4281d528ce9f0d21e142a5952f3a9456663fe8b28b60413e4b
-SIZE (wbhart-bsdnt-1.0-72e20a7_GH0.tar.gz) = 58875
+TIMESTAMP = 1522251815
+SHA256 (wbhart-bsdnt-1.0-de98bde_GH0.tar.gz) = 255fa0487964de70c0349e3f1810fbfd937957b812145d2a28d76db104e856d7
+SIZE (wbhart-bsdnt-1.0-de98bde_GH0.tar.gz) = 62517
diff --git a/math/bsdnt/files/patch-nn.h b/math/bsdnt/files/patch-nn.h
deleted file mode 100644
index 0af0f7e8ea24..000000000000
--- a/math/bsdnt/files/patch-nn.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- nn.h.orig 2014-01-03 20:28:26.000000000 +0000
-+++ nn.h 2014-01-03 20:29:08.000000000 +0000
-@@ -31,7 +31,6 @@
- #include <stdint.h>
- #include <stdlib.h>
- #include <limits.h>
--#include <malloc.h>
-
- #include "helper.h"
- #include "rand.h"
diff --git a/math/bsdnt/files/patch-rand__internal_rand.h b/math/bsdnt/files/patch-rand__internal_rand.h
deleted file mode 100644
index dce28e68b8e3..000000000000
--- a/math/bsdnt/files/patch-rand__internal_rand.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- rand/internal_rand.h.orig 2014-01-03 20:32:30.000000000 +0000
-+++ rand/internal_rand.h 2014-01-03 20:32:40.000000000 +0000
-@@ -30,7 +30,6 @@
-
- #include <stdint.h>
- #include <stdlib.h>
--#include <malloc.h>
-
- #include "helper.h"
- #include "rand.h"