pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/nuspell



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Mon Jan 12 19:39:23 UTC 2026

Modified Files:
        pkgsrc/textproc/nuspell: Makefile distinfo

Log Message:
nuspell: update to 5.1.7

- Add API documentation that is generated when building by Doxygen.
  Doxygen is a new build-only dependency.
- Raise the minimum required version of CMake to 3.18.

In pkgsrc, API docs and Doxygen are disabled.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/nuspell/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/nuspell/distinfo

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

Modified files:

Index: pkgsrc/textproc/nuspell/Makefile
diff -u pkgsrc/textproc/nuspell/Makefile:1.17 pkgsrc/textproc/nuspell/Makefile:1.18
--- pkgsrc/textproc/nuspell/Makefile:1.17       Wed Jan  7 08:49:05 2026
+++ pkgsrc/textproc/nuspell/Makefile    Mon Jan 12 19:39:23 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2026/01/07 08:49:05 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2026/01/12 19:39:23 bsiegert Exp $
 
-DISTNAME=      nuspell-5.1.6
-PKGREVISION=   2
+DISTNAME=      nuspell-5.1.7
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=nuspell/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -17,7 +16,7 @@ USE_LANGUAGES=        c c++
 USE_CXX_FEATURES+=     c++17 charconv filesystem
 
 CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS=1 -DCMAKE_BUILD_TYPE=Release
-CMAKE_CONFIGURE_ARGS+= -DBUILD_DOCS=OFF
+CMAKE_CONFIGURE_ARGS+= -DBUILD_DOCS=OFF -DBUILD_API_DOCS=OFF
 
 PKGCONFIG_OVERRIDE+=   nuspell.pc.in
 

Index: pkgsrc/textproc/nuspell/distinfo
diff -u pkgsrc/textproc/nuspell/distinfo:1.3 pkgsrc/textproc/nuspell/distinfo:1.4
--- pkgsrc/textproc/nuspell/distinfo:1.3        Tue May 27 20:45:37 2025
+++ pkgsrc/textproc/nuspell/distinfo    Mon Jan 12 19:39:23 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2025/05/27 20:45:37 bsiegert Exp $
+$NetBSD: distinfo,v 1.4 2026/01/12 19:39:23 bsiegert Exp $
 
-BLAKE2s (nuspell-5.1.6.tar.gz) = e3939957f42168548daccd1b171dae08b7d21e341f857dfe79dd630647f0ab12
-SHA512 (nuspell-5.1.6.tar.gz) = ab6d9394a55d9a2a347ccae47aeef6a96af70f421ad6ea8f7ac7fde2052790f37fb1c7ec3112daac7600d193430a560cb1915ab6557c9353717f65cb32f13ab8
-Size (nuspell-5.1.6.tar.gz) = 373260 bytes
+BLAKE2s (nuspell-5.1.7.tar.gz) = c17b163b50ea9da48c6cf92b601d9173f58f2e0d3335af5c5ecaa87beb180ef6
+SHA512 (nuspell-5.1.7.tar.gz) = cb030dca90a52000a7cf4ea7f15e10ee90aec59e56e8212f8ba69f37e070f1100390393191cdbbf88b14836f408c8eb2fb9712be3d472491b1c93dd5cedd9a40
+Size (nuspell-5.1.7.tar.gz) = 339465 bytes



Home | Main Index | Thread Index | Old Index