Skip to content

Commit

Permalink
textproc/nuspell: revert recent changes
Browse files Browse the repository at this point in the history
- 5beb1fc botched pkg-plist
- 1788ba8 missed manpage

This reverts commit 1788ba8.
This reverts commit 5beb1fc.
  • Loading branch information
jbeich committed Jul 5, 2024
1 parent 1fdbf28 commit bd6650f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions textproc/nuspell/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
PORTNAME= nuspell
DISTVERSIONPREFIX= v
DISTVERSION= 5.1.5
DISTVERSION= 5.1.4
PORTREVISION= 1
CATEGORIES= textproc

MAINTAINER= jbeich@FreeBSD.org
Expand All @@ -17,7 +18,6 @@ USES= cmake:testing compiler:c++17-lang
USE_GITHUB= yes
USE_LDCONFIG= yes
CMAKE_OFF+= ${CMAKE_TESTING_ON}
PLIST_SUB= VERSION=${PORTVERSION}

post-patch:
# Skip README as it only contains install instructions
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 = 1720016109
SHA256 (nuspell-nuspell-v5.1.5_GH0.tar.gz) = 39fa6d9da6797cd711d7981b1f55359c55dfa4a302560e645cb59af6f764401a
SIZE (nuspell-nuspell-v5.1.5_GH0.tar.gz) = 373055
TIMESTAMP = 1699436668
SHA256 (nuspell-nuspell-v5.1.4_GH0.tar.gz) = bdf344c5adbcc6797940f8f8cb75cb59f5a3794eb21b9547751a11782a792ef7
SIZE (nuspell-nuspell-v5.1.4_GH0.tar.gz) = 371512
2 changes: 1 addition & 1 deletion textproc/nuspell/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ lib/cmake/nuspell/NuspellTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/nuspell/NuspellTargets.cmake
lib/libnuspell.so
lib/libnuspell.so.5
lib/libnuspell.so.5.1.5
lib/libnuspell.so.5.1.4
libdata/pkgconfig/nuspell.pc

0 comments on commit bd6650f

Please sign in to comment.