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: Mon Mar 30 10:06:38 UTC 2020
Modified Files:
pkgsrc/www/logswan: Makefile distinfo
Log Message:
logswan: update to 2.1.4.
pkgsrc changes:
- Added GITHUB_RELEASE directives to fetch release file
- Tweak CMAKE_ARGS to reflect upstream GEOIP2DIR changes
- Remove the 'do-test' target and switch to using upstream tests
ChangeLog:
Logswan 2.1.4 (2020-03-27)
- Move GEOIP2DB definition to CMakeLists.txt, allowing build time
customization
- Display database path name in error message
- Remove direct link to GeoLite2 databases
- Add dependencies installation instruction for Fedora
- Change GEOIP2DB default value to "dbip-country-lite.mmdb"
- Change GEOIP2DIR default value to "${CMAKE_INSTALL_PREFIX}/share/dbip"
- Mention that DB-IP IP to Country Lite database is now the recommended option
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/logswan/Makefile
cvs rdiff -u -r1.13 -r1.14 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.16 pkgsrc/www/logswan/Makefile:1.17
--- pkgsrc/www/logswan/Makefile:1.16 Sun Jan 19 21:03:59 2020
+++ pkgsrc/www/logswan/Makefile Mon Mar 30 10:06:38 2020
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2020/01/19 21:03:59 fcambus Exp $
+# $NetBSD: Makefile,v 1.17 2020/03/30 10:06:38 fcambus Exp $
-DISTNAME= logswan-2.1.3
+DISTNAME= logswan-2.1.4
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
MAINTAINER= fcambus%NetBSD.org@localhost
HOMEPAGE= https://www.logswan.org/
@@ -11,10 +12,9 @@ LICENSE= 2-clause-bsd
USE_CMAKE= yes
-CMAKE_ARGS+= -DGEOIP2DIR=${PREFIX}/share/GeoIP
+CMAKE_ARGS+= -DGEOIP2DIR=${PREFIX}/share/dbip
-do-test:
- ${RUN} cd ${WRKSRC} && ./${PKGBASE} examples/${PKGBASE}.log
+TEST_TARGET= test
.include "../../textproc/jansson/buildlink3.mk"
.include "../../geography/libmaxminddb/buildlink3.mk"
Index: pkgsrc/www/logswan/distinfo
diff -u pkgsrc/www/logswan/distinfo:1.13 pkgsrc/www/logswan/distinfo:1.14
--- pkgsrc/www/logswan/distinfo:1.13 Sun Jan 19 21:03:59 2020
+++ pkgsrc/www/logswan/distinfo Mon Mar 30 10:06:38 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2020/01/19 21:03:59 fcambus Exp $
+$NetBSD: distinfo,v 1.14 2020/03/30 10:06:38 fcambus Exp $
-SHA1 (logswan-2.1.3.tar.gz) = c6fb8b7ed96702860ef41b2b3b57c28ca2817ed8
-RMD160 (logswan-2.1.3.tar.gz) = 107853b587b28f3e5a8e44f35eb8b5bfd3079021
-SHA512 (logswan-2.1.3.tar.gz) = fb6af922b5b54110cf88528923aecba112d17ad64fdeb31b16a3d899927e3631fc56b9f7646d7950cac63edb865a44c130f95b474006b743c4f87ba2faa559a8
-Size (logswan-2.1.3.tar.gz) = 20181 bytes
+SHA1 (logswan-2.1.4.tar.gz) = 0336be016b7ef4f49a8b812125bb7511003b02b6
+RMD160 (logswan-2.1.4.tar.gz) = b05f6d425abae1d020a43a2cf6f20a4886a12a53
+SHA512 (logswan-2.1.4.tar.gz) = 2fb707a31a3714b8575ea0c719d9b5aa2a424e438c61dd44b07088790c4c601a8b2f362a1acd2e4f02aa9b2a2de624e5a0ab4c43b6638f702ba38b6d49e4adcd
+Size (logswan-2.1.4.tar.gz) = 20482 bytes
Home |
Main Index |
Thread Index |
Old Index