aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2015-03-26 01:42:40 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2015-03-26 01:42:40 +0000
commit91c3e855c583b92f0772f5cd0df0fd4746b09f65 (patch)
treedd0b1bc9b7d8a215c4810909bcb44b7b17e2dd0f /net-mgmt
parentadb7bb567956ec3607569977034ba577f7ca3f97 (diff)
downloadports-91c3e855c583b92f0772f5cd0df0fd4746b09f65.tar.gz
ports-91c3e855c583b92f0772f5cd0df0fd4746b09f65.zip
Notes
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>