aboutsummaryrefslogtreecommitdiff
path: root/net/nuster
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-11-01 15:29:04 +0000
committerSteve Wills <swills@FreeBSD.org>2018-11-01 15:29:04 +0000
commit231ace58726919fe313a407cd703248cd62a5dba (patch)
tree81d157a2f52b0e7964bd89e32dba9296126c9ae5 /net/nuster
parent7d797442cb25b1c193b890cf13388ba77a8d6cc8 (diff)
downloadports-231ace58726919fe313a407cd703248cd62a5dba.tar.gz
ports-231ace58726919fe313a407cd703248cd62a5dba.zip
Notes
Diffstat (limited to 'net/nuster')
-rw-r--r--net/nuster/Makefile2
-rw-r--r--net/nuster/distinfo6
-rw-r--r--net/nuster/files/patch-include_nuster_http.h10
3 files changed, 4 insertions, 14 deletions
diff --git a/net/nuster/Makefile b/net/nuster/Makefile
index 3e261d374b61..430381e636b5 100644
--- a/net/nuster/Makefile
+++ b/net/nuster/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nuster
-PORTVERSION= 2.0.2.18
+PORTVERSION= 2.0.3.18
DISTVERSIONPREFIX= v
CATEGORIES= net www
diff --git a/net/nuster/distinfo b/net/nuster/distinfo
index a11cc6d7ae75..89d3542efaaf 100644
--- a/net/nuster/distinfo
+++ b/net/nuster/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534485691
-SHA256 (jiangwenyuan-nuster-v2.0.2.18_GH0.tar.gz) = 1ccc5ebf9fda06d5aaf1c10dd62f24fb6b96f3b31f6eb99ad0a2a25b03e83ce3
-SIZE (jiangwenyuan-nuster-v2.0.2.18_GH0.tar.gz) = 2129545
+TIMESTAMP = 1539577206
+SHA256 (jiangwenyuan-nuster-v2.0.3.18_GH0.tar.gz) = 63fa6fdcb7c75c5c3d8a615bf11af7cb6573db77152677feaffbc89a2bbedf07
+SIZE (jiangwenyuan-nuster-v2.0.3.18_GH0.tar.gz) = 2130034
diff --git a/net/nuster/files/patch-include_nuster_http.h b/net/nuster/files/patch-include_nuster_http.h
deleted file mode 100644
index adaebad5255c..000000000000
--- a/net/nuster/files/patch-include_nuster_http.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- include/nuster/http.h.orig 2018-08-17 06:04:08 UTC
-+++ include/nuster/http.h
-@@ -14,6 +14,7 @@
- #define _NUSTER_HTTP_H
-
- #include <types/global.h>
-+#include <inttypes.h>
-
- #include <proto/stream_interface.h>
- #include <proto/proto_http.h>