From 0319d7da20246f1ab406a8ac3ed2a3d0bc0a0793 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Wed, 28 Mar 2018 15:55:39 +0000 Subject: math/bsdnt: update to new snapshot --- math/bsdnt/Makefile | 3 ++- math/bsdnt/distinfo | 5 +++-- math/bsdnt/files/patch-nn.h | 10 ---------- math/bsdnt/files/patch-rand__internal_rand.h | 10 ---------- 4 files changed, 5 insertions(+), 23 deletions(-) delete mode 100644 math/bsdnt/files/patch-nn.h delete mode 100644 math/bsdnt/files/patch-rand__internal_rand.h 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 - #include - #include --#include - - #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 - #include --#include - - #include "helper.h" - #include "rand.h" -- cgit