pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/logswan



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Fri Aug 16 22:07:15 UTC 2019

Modified Files:
        pkgsrc/www/logswan: Makefile distinfo

Log Message:
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@


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/logswan/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/logswan/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/logswan/Makefile
diff -u pkgsrc/www/logswan/Makefile:1.11 pkgsrc/www/logswan/Makefile:1.12
--- pkgsrc/www/logswan/Makefile:1.11    Thu Jan 17 21:56:09 2019
+++ pkgsrc/www/logswan/Makefile Fri Aug 16 22:07:14 2019
@@ -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@localhost
+MAINTAINER=    fcambus%NetBSD.org@localhost
 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"

Index: pkgsrc/www/logswan/distinfo
diff -u pkgsrc/www/logswan/distinfo:1.8 pkgsrc/www/logswan/distinfo:1.9
--- pkgsrc/www/logswan/distinfo:1.8     Thu Jan 17 21:56:09 2019
+++ pkgsrc/www/logswan/distinfo Fri Aug 16 22:07:14 2019
@@ -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



Home | Main Index | Thread Index | Old Index