pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

nuspell: update to 4.0.1.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Mon Nov 9 12:02:50 2020 +0100
Changeset:	c06b450180a1757de3f714b9e70be5a6ce2976ec

Modified Files:
	nuspell/Makefile
	nuspell/PLIST
	nuspell/distinfo

Log Message:
nuspell: update to 4.0.1.

- Fix handling CRLF line endings in .dic. Fixes #89.
- Fix CMake scripts for unusual install prefixes.
- Improve hash-table insertion, avoid temporaries. This improves loading times.

- Switch man-page generator from Ronn to Pandoc. This changes the dependencies
  for building. See the README.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c06b450180a1757de3f714b9e70be5a6ce2976ec

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nuspell/Makefile | 2 +-
 nuspell/PLIST    | 1 -
 nuspell/distinfo | 8 ++++----
 3 files changed, 5 insertions(+), 6 deletions(-)

diffs:
diff --git a/nuspell/Makefile b/nuspell/Makefile
index 188ac1d746..48238e8da4 100644
--- a/nuspell/Makefile
+++ b/nuspell/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	nuspell-4.0.0
+DISTNAME=	nuspell-4.0.1
 CATEGORIES=	textproc wip
 MASTER_SITES=	${MASTER_SITE_GITHUB:=nuspell/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/nuspell/PLIST b/nuspell/PLIST
index e9c5733d11..011ab3c7d8 100644
--- a/nuspell/PLIST
+++ b/nuspell/PLIST
@@ -13,5 +13,4 @@ lib/libnuspell.${RUBY_DLEXT}
 lib/libnuspell.so.4
 lib/libnuspell.so.${PKGVERSION}
 lib/pkgconfig/nuspell.pc
-man/man1/nuspell.1
 share/doc/nuspell/README.md
diff --git a/nuspell/distinfo b/nuspell/distinfo
index 4279eaf713..f6570d72d3 100644
--- a/nuspell/distinfo
+++ b/nuspell/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (nuspell-4.0.0.tar.gz) = 9af0bf72188113bebb7c3025ff1f1f63bc29e0d2
-RMD160 (nuspell-4.0.0.tar.gz) = c62244513a6dfeeb50693b6e115c831ef11276e4
-SHA512 (nuspell-4.0.0.tar.gz) = 2b08e30c4ac91a243c74f21eaf4a8d55d8b1c834e0f293fea76a9f02660f2ee89fe4d4071b1b9ed97b8c1db80b0645c71f8746738d97fc3ae779a65dc1583d3b
-Size (nuspell-4.0.0.tar.gz) = 379136 bytes
+SHA1 (nuspell-4.0.1.tar.gz) = 0ab1ad085a3a484b09c20bbe4ad6e1192a5a6759
+RMD160 (nuspell-4.0.1.tar.gz) = 9594b7c8a7a5913ab561ce59f7c1001062799178
+SHA512 (nuspell-4.0.1.tar.gz) = 122616fd24c2de35000ba12d680d3617e7fe97881d33febbcb106ce70d3bac356a00d90680a1bc8ee631ed532ace0f4b4f9fce4760a25b0f7fc1d60553e74528
+Size (nuspell-4.0.1.tar.gz) = 379342 bytes


Home | Main Index | Thread Index | Old Index