Date: Fri, 5 Jul 2024 12:06:01 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 152ad5aebb38 - 2024Q3 - textproc/nuspell: update to 5.1.6 Message-ID: <202407051206.465C61di079146@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=152ad5aebb3825edde49e61e96fe7ff161a8d2cc commit 152ad5aebb3825edde49e61e96fe7ff161a8d2cc Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-07-04 11:45:35 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-07-05 12:05:30 +0000 textproc/nuspell: update to 5.1.6 Changes: https://github.com/nuspell/nuspell/releases/tag/v5.1.5 Changes: https://github.com/nuspell/nuspell/releases/tag/v5.1.6 Reported by: GitHub (watch releases) (cherry picked from commit b2a03fd48c6bf93dae897505c9138b126dbe1089) --- textproc/nuspell/Makefile | 12 ++++++++++-- textproc/nuspell/distinfo | 6 +++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/textproc/nuspell/Makefile b/textproc/nuspell/Makefile index a8cb0339b44e..a1bfe73e9cb0 100644 --- a/textproc/nuspell/Makefile +++ b/textproc/nuspell/Makefile @@ -1,7 +1,6 @@ PORTNAME= nuspell DISTVERSIONPREFIX= v -DISTVERSION= 5.1.4 -PORTREVISION= 1 +DISTVERSION= 5.1.6 CATEGORIES= textproc MAINTAINER= jbeich@FreeBSD.org @@ -20,6 +19,15 @@ USE_LDCONFIG= yes CMAKE_OFF+= ${CMAKE_TESTING_ON} PLIST_SUB= VERSION=${PORTVERSION} + +OPTIONS_DEFINE= MANPAGES +OPTIONS_DEFAULT=MANPAGES +OPTIONS_EXCLUDE_i386= MANPAGES # https://github.com/haskell-foundation/foundation/issues/565 + +MANPAGES_BUILD_DEPENDS= pandoc:textproc/hs-pandoc +MANPAGES_CMAKE_BOOL= BUILD_DOCS +MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz + post-patch: # Skip README as it only contains install instructions @${REINPLACE_CMD} -i .doc '/README/d' ${WRKSRC}/CMakeLists.txt diff --git a/textproc/nuspell/distinfo b/textproc/nuspell/distinfo index 8ab92b6fde6b..9d25873ae605 100644 --- a/textproc/nuspell/distinfo +++ b/textproc/nuspell/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699436668 -SHA256 (nuspell-nuspell-v5.1.4_GH0.tar.gz) = bdf344c5adbcc6797940f8f8cb75cb59f5a3794eb21b9547751a11782a792ef7 -SIZE (nuspell-nuspell-v5.1.4_GH0.tar.gz) = 371512 +TIMESTAMP = 1720093535 +SHA256 (nuspell-nuspell-v5.1.6_GH0.tar.gz) = 5d4baa1daf833a18dc06ae0af0571d9574cc849d47daff6b9ce11dac0a5ded6a +SIZE (nuspell-nuspell-v5.1.6_GH0.tar.gz) = 373260
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407051206.465C61di079146>