logswan: Update to 2.0.4.
ChangeLog: Logswan 2.0.4 (2019-08-16) - Adding #include guard in compat header file - Add an example log file and regenerate output example - Add dependencies installation instructions for NetBSD and FreeBSD - Add final dots for options descriptions - Add final dot when printing results summary - Use EXIT_SUCCESS and EXIT_FAILURE macros for return values - Add a trailing newline when printing JSON output OK kamil@
This commit is contained in:
parent
a673c2d1d8
commit
ba75b9c9a0
2 changed files with 9 additions and 9 deletions
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.11 2019/01/17 21:56:09 kamil Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2019/08/16 22:07:14 fcambus Exp $
|
||||
|
||||
DISTNAME= logswan-2.0.3
|
||||
DISTNAME= logswan-2.0.4
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
|
||||
|
||||
MAINTAINER= fred@statdns.com
|
||||
MAINTAINER= fcambus@NetBSD.org
|
||||
HOMEPAGE= https://www.logswan.org/
|
||||
COMMENT= Fast Web log analyzer using probabilistic data structures
|
||||
LICENSE= 2-clause-bsd
|
||||
|
@ -14,7 +14,7 @@ USE_CMAKE= yes
|
|||
CMAKE_ARGS+= -DGEOIP2DIR=${PREFIX}/share/GeoIP
|
||||
|
||||
do-test:
|
||||
logswan ${WRKSRC}/examples/logswan.json
|
||||
${RUN} cd ${WRKSRC} && ./${PKGBASE} examples/${PKGBASE}.log
|
||||
|
||||
.include "../../textproc/jansson/buildlink3.mk"
|
||||
.include "../../geography/libmaxminddb/buildlink3.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.8 2019/01/17 21:56:09 kamil Exp $
|
||||
$NetBSD: distinfo,v 1.9 2019/08/16 22:07:14 fcambus Exp $
|
||||
|
||||
SHA1 (logswan-2.0.3.tar.gz) = 6b80763f07b1231f6f2eaf80db2ea6eadffa7ca6
|
||||
RMD160 (logswan-2.0.3.tar.gz) = 7a95859cac7d661af273938319f0298899a304ff
|
||||
SHA512 (logswan-2.0.3.tar.gz) = 137e74f143529a0e8724ca56ae9333a694d2b7363c053ea795f2f6406bdd75584d4f3383a465826608738c1f28b44bdc4bb7d6310b646abb4992ce69c8632526
|
||||
Size (logswan-2.0.3.tar.gz) = 21799 bytes
|
||||
SHA1 (logswan-2.0.4.tar.gz) = 6186228930e1398f410d0fd15216cbcbbabb5dfc
|
||||
RMD160 (logswan-2.0.4.tar.gz) = 77335115ee3de906680d21ea6c57abe61b3230dc
|
||||
SHA512 (logswan-2.0.4.tar.gz) = 679d942020c7d601f8a3dfd2055244b94486e3322be4ac50bb339b23086a7f5b3cd56e7359ef7db90ee0adc6a09a33e43c8f4a97397b5960a0b356daaa2434a7
|
||||
Size (logswan-2.0.4.tar.gz) = 19033 bytes
|
||||
|
|
Loading…
Reference in a new issue