View | Details | Raw Unified | Return to bug 156831
Collapse All | Expand All

(-)goaccess/Makefile (-3 / +3 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	goaccess
8
PORTNAME=	goaccess
9
PORTVERSION=	0.3.3
9
PORTVERSION=	0.4.2
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	SF
12
MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTVERSION}
12
MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTVERSION}/
13
13
14
MAINTAINER=	sbz@FreeBSD.org
14
MAINTAINER=	sbz@FreeBSD.org
15
COMMENT=	Real-time Apache web log analyzer
15
COMMENT=	Real-time Apache web log analyzer
(-)goaccess/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (goaccess-0.3.3.tar.gz) = da716e4127e09a0f367ff8d41bd013531b78b67779f6a7a3c636e324349c2fe2
1
SHA256 (goaccess-0.4.2.tar.gz) = 853bd73bed30c91f4d2c5d9f8dca22930c75b058e519b90b492d744a49dd5bc8
2
SIZE (goaccess-0.3.3.tar.gz) = 121955
2
SIZE (goaccess-0.4.2.tar.gz) = 118353
(-)goaccess/files/patch-util.c (-7 / +7 lines)
Lines 1-10 Link Here
1
--- ./util.c.orig	2010-11-17 11:23:54.000000000 +0100
1
--- util.c.orig	2011-05-05 15:46:50.000000000 +0200
2
+++ ./util.c	2010-11-17 11:24:10.000000000 +0100
2
+++ util.c	2011-05-05 15:47:14.000000000 +0200
3
@@ -29,6 +29,7 @@
3
@@ -34,6 +34,7 @@
4
 #include <stdlib.h>
4
 #include <string.h>
5
 #include <netdb.h>
5
 #include <sys/stat.h>
6
 #include <sys/types.h>
6
 #include <sys/types.h>
7
+#include <sys/socket.h>
7
+#include <sys/socket.h>
8
 #include <time.h>
8
 #include <unistd.h>
9
 #include <unistd.h>
9
 #include <sys/stat.h>
10
 
10
 #include <errno.h>

Return to bug 156831