Skip to content

Commit

Permalink
textproc/nuspell: update to 5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed Jul 5, 2024
1 parent 819e343 commit b2a03fd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions textproc/nuspell/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PORTNAME= nuspell
DISTVERSIONPREFIX= v
DISTVERSION= 5.1.4
PORTREVISION= 1
DISTVERSION= 5.1.6
CATEGORIES= textproc

MAINTAINER= jbeich@FreeBSD.org
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions textproc/nuspell/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b2a03fd

Please sign in to comment.