- Update to 0.4.2 [1]
- Add LICENSE PR: ports/156831 [1] Submitted by: jadawin@ Approved by: jadawin@ (mentor)
This commit is contained in:
parent
8b8e8b8e6a
commit
551b721cb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273974
3 changed files with 16 additions and 13 deletions
|
@ -6,10 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= goaccess
|
||||
PORTVERSION= 0.3.3
|
||||
PORTVERSION= 0.4.2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= sbz@FreeBSD.org
|
||||
COMMENT= Real-time Apache web log analyzer
|
||||
|
@ -17,6 +17,9 @@ COMMENT= Real-time Apache web log analyzer
|
|||
LIB_DEPENDS= glib-2.0:${PORTSDIR}/devel/glib20 \
|
||||
GeoIP.5:${PORTSDIR}/net/GeoIP
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -26,7 +29,7 @@ CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib
|
|||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
.if !defined(NO_INSTALL_MANPAGES)
|
||||
MAN1= ${PLIST_FILES:S,bin/,,:S,$,.1,}
|
||||
MAN1= ${PORTNAME}.1
|
||||
.endif
|
||||
|
||||
PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (goaccess-0.3.3.tar.gz) = da716e4127e09a0f367ff8d41bd013531b78b67779f6a7a3c636e324349c2fe2
|
||||
SIZE (goaccess-0.3.3.tar.gz) = 121955
|
||||
SHA256 (goaccess-0.4.2.tar.gz) = 853bd73bed30c91f4d2c5d9f8dca22930c75b058e519b90b492d744a49dd5bc8
|
||||
SIZE (goaccess-0.4.2.tar.gz) = 118353
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
--- ./util.c.orig 2010-11-17 11:23:54.000000000 +0100
|
||||
+++ ./util.c 2010-11-17 11:24:10.000000000 +0100
|
||||
@@ -29,6 +29,7 @@
|
||||
--- ./util.c.orig 2011-05-11 20:12:27.000000000 +0200
|
||||
+++ ./util.c 2011-05-11 20:12:53.000000000 +0200
|
||||
@@ -32,6 +32,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <netdb.h>
|
||||
#include <sys/types.h>
|
||||
#include <string.h>
|
||||
+#include <sys/socket.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#include <time.h>
|
||||
|
|
Loading…
Reference in a new issue