diff options
author | swills <swills@FreeBSD.org> | 2018-11-01 23:29:04 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-11-01 23:29:04 +0800 |
commit | 7b6a43c690e6d749bd18cb0de1d924788d7907ad (patch) | |
tree | 81d157a2f52b0e7964bd89e32dba9296126c9ae5 /net | |
parent | 5cd0e27771ab83b0e5a1f6e54a5aaa09c1c05f1d (diff) | |
download | freebsd-ports-gnome-7b6a43c690e6d749bd18cb0de1d924788d7907ad.tar.gz freebsd-ports-gnome-7b6a43c690e6d749bd18cb0de1d924788d7907ad.tar.zst freebsd-ports-gnome-7b6a43c690e6d749bd18cb0de1d924788d7907ad.zip |
net/nuster: update to 2.0.3.18
PR: 232269
Submitted by: Felix Hanley <felix@userspace.com.au> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/nuster/Makefile | 2 | ||||
-rw-r--r-- | net/nuster/distinfo | 6 | ||||
-rw-r--r-- | net/nuster/files/patch-include_nuster_http.h | 10 |
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> |