aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2015-03-26 09:42:40 +0800
committervanilla <vanilla@FreeBSD.org>2015-03-26 09:42:40 +0800
commitfe6f780396b6c326a75d39190b2c1f804916a85a (patch)
treedd0b1bc9b7d8a215c4810909bcb44b7b17e2dd0f /net-mgmt
parentbe3df4bcb31fa80be4c44b7aa073be0ba0be4f16 (diff)
downloadfreebsd-ports-gnome-fe6f780396b6c326a75d39190b2c1f804916a85a.tar.gz
freebsd-ports-gnome-fe6f780396b6c326a75d39190b2c1f804916a85a.tar.zst
freebsd-ports-gnome-fe6f780396b6c326a75d39190b2c1f804916a85a.zip
Upgrade to 0.7.0
PR: 198906 Submitted by: maintainer
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/statsite/Makefile2
-rw-r--r--net-mgmt/statsite/distinfo4
-rw-r--r--net-mgmt/statsite/files/patch-src_networking.c14
3 files changed, 3 insertions, 17 deletions
diff --git a/net-mgmt/statsite/Makefile b/net-mgmt/statsite/Makefile
index 947d7b3d3c37..282aad6a8e8d 100644
--- a/net-mgmt/statsite/Makefile
+++ b/net-mgmt/statsite/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= statsite
-PORTVERSION= 0.6.5
+PORTVERSION= 0.7.0
CATEGORIES= net-mgmt
MASTER_SITES= https://github.com/armon/statsite/archive/
DISTNAME= v${PORTVERSION}
diff --git a/net-mgmt/statsite/distinfo b/net-mgmt/statsite/distinfo
index c4b4894e5858..2a3ab25d6e16 100644
--- a/net-mgmt/statsite/distinfo
+++ b/net-mgmt/statsite/distinfo
@@ -1,2 +1,2 @@
-SHA256 (v0.6.5.tar.gz) = 8d582d654d76045b8199075e0a1f4a7173b61977120ca9299453136593bfb0a3
-SIZE (v0.6.5.tar.gz) = 1169883
+SHA256 (v0.7.0.tar.gz) = c4385bd23c22dd1a59f8126fad2b44c575e3fc9bb7b06eb64ea983d4f09631e2
+SIZE (v0.7.0.tar.gz) = 1174566
diff --git a/net-mgmt/statsite/files/patch-src_networking.c b/net-mgmt/statsite/files/patch-src_networking.c
deleted file mode 100644
index 46319bc18ab4..000000000000
--- a/net-mgmt/statsite/files/patch-src_networking.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/networking.c.orig 2015-01-14 05:12:08 UTC
-+++ src/networking.c
-@@ -1,9 +1,9 @@
- #include <arpa/inet.h>
- #include <fcntl.h>
--#include <netinet/in.h>
--#include <netinet/tcp.h>
- #include <sys/socket.h>
- #include <sys/types.h>
-+#include <netinet/in.h>
-+#include <netinet/tcp.h>
- #include <sys/uio.h>
- #include <syslog.h>
- #include <unistd.h>