svn commit: r557874 - head/textproc/nuspell

Jan Beich jbeich at FreeBSD.org
Sat Dec 12 23:57:27 UTC 2020


Author: jbeich
Date: Sat Dec 12 23:57:23 2020
New Revision: 557874
URL: https://svnweb.freebsd.org/changeset/ports/557874

Log:
  textproc/nuspell: update to 4.2.0
  
  - Bump required C++ version after https://github.com/nuspell/nuspell/commit/43130b3b7bfe
  - Shared library is default after https://github.com/nuspell/nuspell/commit/2c0189902e2c
  
  Changes:	https://github.com/nuspell/nuspell/releases/tag/v4.2.0
  Reported by:	GitHub (watch releases)

Modified:
  head/textproc/nuspell/Makefile   (contents, props changed)
  head/textproc/nuspell/distinfo   (contents, props changed)
  head/textproc/nuspell/pkg-plist   (contents, props changed)

Modified: head/textproc/nuspell/Makefile
==============================================================================
--- head/textproc/nuspell/Makefile	Sat Dec 12 23:57:18 2020	(r557873)
+++ head/textproc/nuspell/Makefile	Sat Dec 12 23:57:23 2020	(r557874)
@@ -2,7 +2,7 @@
 
 PORTNAME=	nuspell
 DISTVERSIONPREFIX=	v
-DISTVERSION=	4.1.0
+DISTVERSION=	4.2.0
 CATEGORIES=	textproc
 
 MAINTAINER=	jbeich at FreeBSD.org
@@ -11,13 +11,11 @@ COMMENT=	Free and open source C++ spell checking libra
 LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
 
-LIB_DEPENDS=	libboost_locale.so:devel/boost-libs \
-		libicuuc.so:devel/icu
+LIB_DEPENDS=	libicuuc.so:devel/icu
 
-USES=		cmake compiler:c++14-lang
+USES=		cmake compiler:c++17-lang
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
-CMAKE_ON=	BUILD_SHARED_LIBS
 
 OPTIONS_DEFINE=	MANPAGES TEST
 OPTIONS_DEFAULT=MANPAGES

Modified: head/textproc/nuspell/distinfo
==============================================================================
--- head/textproc/nuspell/distinfo	Sat Dec 12 23:57:18 2020	(r557873)
+++ head/textproc/nuspell/distinfo	Sat Dec 12 23:57:23 2020	(r557874)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1605783409
-SHA256 (nuspell-nuspell-v4.1.0_GH0.tar.gz) = fff5723ee2edfb8131b5da71dd1a69e34c40db2eef54b2658f3da7efe7d91c91
-SIZE (nuspell-nuspell-v4.1.0_GH0.tar.gz) = 380814
+TIMESTAMP = 1607812804
+SHA256 (nuspell-nuspell-v4.2.0_GH0.tar.gz) = 01804d490bec517748ee49fa2f1249f4c99380c26335e32082cdaa02b5b2b4dc
+SIZE (nuspell-nuspell-v4.2.0_GH0.tar.gz) = 382635

Modified: head/textproc/nuspell/pkg-plist
==============================================================================
--- head/textproc/nuspell/pkg-plist	Sat Dec 12 23:57:18 2020	(r557873)
+++ head/textproc/nuspell/pkg-plist	Sat Dec 12 23:57:23 2020	(r557874)
@@ -10,5 +10,5 @@ lib/cmake/nuspell/NuspellTargets-%%CMAKE_BUILD_TYPE%%.
 lib/cmake/nuspell/NuspellTargets.cmake
 lib/libnuspell.so
 lib/libnuspell.so.4
-lib/libnuspell.so.4.1.0
+lib/libnuspell.so.4.2.0
 libdata/pkgconfig/nuspell.pc


More information about the svn-ports-all mailing list