svn commit: r552738 - head/textproc/nuspell

Jan Beich jbeich at FreeBSD.org
Mon Oct 19 13:32:04 UTC 2020


Author: jbeich
Date: Mon Oct 19 13:32:03 2020
New Revision: 552738
URL: https://svnweb.freebsd.org/changeset/ports/552738

Log:
  textproc/nuspell: update to 4.0.0
  
  Changes:	https://github.com/nuspell/nuspell/releases/tag/v4.0.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	Mon Oct 19 12:33:15 2020	(r552737)
+++ head/textproc/nuspell/Makefile	Mon Oct 19 13:32:03 2020	(r552738)
@@ -2,7 +2,7 @@
 
 PORTNAME=	nuspell
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.1.2
+DISTVERSION=	4.0.0
 CATEGORIES=	textproc
 
 MAINTAINER=	jbeich at FreeBSD.org

Modified: head/textproc/nuspell/distinfo
==============================================================================
--- head/textproc/nuspell/distinfo	Mon Oct 19 12:33:15 2020	(r552737)
+++ head/textproc/nuspell/distinfo	Mon Oct 19 13:32:03 2020	(r552738)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593603257
-SHA256 (nuspell-nuspell-v3.1.2_GH0.tar.gz) = f59f8a27e97047f30659182f244daca8e05e052710c0ea5d845c2cb00f6c6eca
-SIZE (nuspell-nuspell-v3.1.2_GH0.tar.gz) = 379029
+TIMESTAMP = 1603111798
+SHA256 (nuspell-nuspell-v4.0.0_GH0.tar.gz) = 4ab548c7a0d3e10ce68598ce8954d60dd2dd2c9a377e4597fc310127905dee2c
+SIZE (nuspell-nuspell-v4.0.0_GH0.tar.gz) = 379136

Modified: head/textproc/nuspell/pkg-plist
==============================================================================
--- head/textproc/nuspell/pkg-plist	Mon Oct 19 12:33:15 2020	(r552737)
+++ head/textproc/nuspell/pkg-plist	Mon Oct 19 13:32:03 2020	(r552738)
@@ -2,12 +2,13 @@ bin/nuspell
 include/nuspell/aff_data.hxx
 include/nuspell/dictionary.hxx
 include/nuspell/finder.hxx
+include/nuspell/nuspell_export.h
 include/nuspell/structures.hxx
 lib/cmake/nuspell/NuspellConfig.cmake
 lib/cmake/nuspell/NuspellConfigVersion.cmake
 lib/cmake/nuspell/NuspellTargets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/nuspell/NuspellTargets.cmake
 lib/libnuspell.so
-lib/libnuspell.so.3
-lib/libnuspell.so.3.1.2
+lib/libnuspell.so.4
+lib/libnuspell.so.4.0.0
 libdata/pkgconfig/nuspell.pc


More information about the svn-ports-all mailing list