aboutsummaryrefslogtreecommitdiff
path: root/textproc/nuspell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/nuspell/Makefile')
-rw-r--r--textproc/nuspell/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/nuspell/Makefile b/textproc/nuspell/Makefile
index 8d2c2fddaf37..198f43b5b7f1 100644
--- a/textproc/nuspell/Makefile
+++ b/textproc/nuspell/Makefile
@@ -1,17 +1,18 @@
PORTNAME= nuspell
DISTVERSIONPREFIX= v
-DISTVERSION= 5.1.0
+DISTVERSION= 5.1.4
PORTREVISION= 1
CATEGORIES= textproc
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Fast and safe spellchecking C++ library
+WWW= https://nuspell.github.io/
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
LIB_DEPENDS= libicuuc.so:devel/icu
-TEST_DEPENDS= catch>0:devel/catch
+TEST_DEPENDS= catch2>0:devel/catch2
USES= cmake:testing compiler:c++17-lang
USE_GITHUB= yes