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

(-)Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	goaccess
4
PORTNAME=	goaccess
5
PORTVERSION=	1.4
5
PORTVERSION=	1.4.1
6
PORTREVISION=	1
7
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
8
MASTER_SITES=	http://tar.goaccess.io/
7
MASTER_SITES=	http://tar.goaccess.io/
9
8
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1594486084
1
TIMESTAMP = 1605051072
2
SHA256 (goaccess-1.4.tar.gz) = e8fbb9ff852556d72dfd9f1d0134ba075ce5b4c41289902a6f4e0d97c69377be
2
SHA256 (goaccess-1.4.1.tar.gz) = 9fa2a4121ee76f7c69c272744d8e81234032f3fd32bde36b16012d8b7c1b8bad
3
SIZE (goaccess-1.4.tar.gz) = 595264
3
SIZE (goaccess-1.4.1.tar.gz) = 629516
(-)files/patch-src_parser.c (-10 lines)
Lines 1-10 Link Here
1
--- src/parser.c.orig	2020-07-11 16:49:13 UTC
2
+++ src/parser.c
3
@@ -54,7 +54,6 @@
4
 #include <sys/stat.h>
5
 #include <sys/types.h>
6
 #include <unistd.h>
7
-#include <malloc.h>
8
 
9
 #include "gkhash.h"
10
 
(-)pkg-plist (+2 lines)
Lines 8-12 Link Here
8
%%NLS%%share/locale/fr/LC_MESSAGES/goaccess.mo
8
%%NLS%%share/locale/fr/LC_MESSAGES/goaccess.mo
9
%%NLS%%share/locale/ja/LC_MESSAGES/goaccess.mo
9
%%NLS%%share/locale/ja/LC_MESSAGES/goaccess.mo
10
%%NLS%%share/locale/pt_BR/LC_MESSAGES/goaccess.mo
10
%%NLS%%share/locale/pt_BR/LC_MESSAGES/goaccess.mo
11
%%NLS%%share/locale/ru/LC_MESSAGES/goaccess.mo
11
%%NLS%%share/locale/sv/LC_MESSAGES/goaccess.mo
12
%%NLS%%share/locale/sv/LC_MESSAGES/goaccess.mo
13
%%NLS%%share/locale/uk/LC_MESSAGES/goaccess.mo
12
%%NLS%%share/locale/zh_CN/LC_MESSAGES/goaccess.mo
14
%%NLS%%share/locale/zh_CN/LC_MESSAGES/goaccess.mo

Return to bug 251027