Update logswan to 2.0.0.
This commit is contained in:
parent
d265da729c
commit
6113324328
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2017/02/14 13:55:13 fcambus Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2018/03/16 14:33:59 fcambus Exp $
|
||||
|
||||
COMMENT = fast web log analyzer using probabilistic data structures
|
||||
|
||||
V = 1.07
|
||||
V = 2.0.0
|
||||
DISTNAME = logswan-$V
|
||||
|
||||
CATEGORIES = www
|
||||
@ -15,7 +15,7 @@ MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
# uses pledge()
|
||||
WANTLIB = c m jansson GeoIP
|
||||
WANTLIB += c jansson m maxminddb
|
||||
|
||||
MASTER_SITES = https://github.com/fcambus/logswan/releases/download/$V/
|
||||
|
||||
@ -23,9 +23,9 @@ MODULES = devel/cmake
|
||||
NO_TEST = Yes
|
||||
|
||||
LIB_DEPENDS = devel/jansson \
|
||||
net/GeoIP
|
||||
net/libmaxminddb
|
||||
|
||||
CONFIGURE_ARGS = -DGEOIPDIR=${LOCALSTATEDIR}/db/GeoIP
|
||||
CONFIGURE_ARGS = -DGEOIP2DIR=${LOCALSTATEDIR}/db/GeoIP
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/logswan
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (logswan-1.07.tar.gz) = guUD0vC6J2cUDYbK2j6buFo6ZleGdTKsfoTkoF8LyKE=
|
||||
SIZE (logswan-1.07.tar.gz) = 18697
|
||||
SHA256 (logswan-2.0.0.tar.gz) = mAQRGoCg42qwL+7wPiI/4c3maeF/SF1ifWm7IzrqxB0=
|
||||
SIZE (logswan-2.0.0.tar.gz) = 20683
|
||||
|
Loading…
Reference in New Issue
Block a user