Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Nov 2020 14:03:48 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553906 - head/textproc/nuspell
Message-ID:  <202011021403.0A2E3maG023655@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Nov  2 14:03:47 2020
New Revision: 553906
URL: https://svnweb.freebsd.org/changeset/ports/553906

Log:
  textproc/nuspell: update to 4.0.1
  
  Changes:	https://github.com/nuspell/nuspell/releases/tag/v4.0.1
  Reported by:	GitHub (watch releases)
  MFH:		2020Q4 (bug fixes)

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	Mon Nov  2 13:37:20 2020	(r553905)
+++ head/textproc/nuspell/Makefile	Mon Nov  2 14:03:47 2020	(r553906)
@@ -2,7 +2,7 @@
 
 PORTNAME=	nuspell
 DISTVERSIONPREFIX=	v
-DISTVERSION=	4.0.0
+DISTVERSION=	4.0.1
 CATEGORIES=	textproc
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -22,7 +22,7 @@ CMAKE_ON=	BUILD_SHARED_LIBS
 OPTIONS_DEFINE=	MANPAGES TEST
 OPTIONS_DEFAULT=MANPAGES
 
-MANPAGES_BUILD_DEPENDS=	ronn:textproc/rubygem-ronn
+MANPAGES_BUILD_DEPENDS=	pandoc:textproc/hs-pandoc
 MANPAGES_PLIST_FILES=	man/man1/${PORTNAME}.1.gz
 
 TEST_BUILD_DEPENDS=	catch>0:devel/catch \

Modified: head/textproc/nuspell/distinfo
==============================================================================
--- head/textproc/nuspell/distinfo	Mon Nov  2 13:37:20 2020	(r553905)
+++ head/textproc/nuspell/distinfo	Mon Nov  2 14:03:47 2020	(r553906)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1603111798
-SHA256 (nuspell-nuspell-v4.0.0_GH0.tar.gz) = 4ab548c7a0d3e10ce68598ce8954d60dd2dd2c9a377e4597fc310127905dee2c
-SIZE (nuspell-nuspell-v4.0.0_GH0.tar.gz) = 379136
+TIMESTAMP = 1604314465
+SHA256 (nuspell-nuspell-v4.0.1_GH0.tar.gz) = e1883c919ec2878ffe2e47acf28eec352322e71b1a0511ccadf9c15fdfc30a0d
+SIZE (nuspell-nuspell-v4.0.1_GH0.tar.gz) = 379342

Modified: head/textproc/nuspell/pkg-plist
==============================================================================
--- head/textproc/nuspell/pkg-plist	Mon Nov  2 13:37:20 2020	(r553905)
+++ head/textproc/nuspell/pkg-plist	Mon Nov  2 14:03:47 2020	(r553906)
@@ -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.0.0
+lib/libnuspell.so.4.0.1
 libdata/pkgconfig/nuspell.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011021403.0A2E3maG023655>