diff options
| author | Olivier Duchateau <duchateau.olivier@gmail.com> | 2026-05-11 03:58:12 +0000 |
|---|---|---|
| committer | Don Lewis <truckman@FreeBSD.org> | 2026-05-11 04:02:46 +0000 |
| commit | 5107d1b2e6111833e3fad9cd0712fefdfb0af470 (patch) | |
| tree | ea4c7eac85b2cf2d096f77a870a2a049755a98ab | |
| parent | 7fb702aaa49e32a55f4efeadbed8ded2d021fcdc (diff) | |
textproc/enchant2: update to 2.8.16
Update to 2.8.16
This release fixes a bug in enchant(1) where an invalid word would
cause the rest of the line to be skipped when checking with -l.
PR: 295123
| -rw-r--r-- | textproc/enchant2/Makefile | 2 | ||||
| -rw-r--r-- | textproc/enchant2/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/enchant2/Makefile b/textproc/enchant2/Makefile index 1559101b1dc3..5a1055527448 100644 --- a/textproc/enchant2/Makefile +++ b/textproc/enchant2/Makefile @@ -1,5 +1,5 @@ PORTNAME= enchant -DISTVERSION= 2.8.15 +DISTVERSION= 2.8.16 CATEGORIES= textproc gnome MASTER_SITES= https://github.com/rrthomas/${PORTNAME}/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= 2 diff --git a/textproc/enchant2/distinfo b/textproc/enchant2/distinfo index 7286a5bd7116..0444f74e573c 100644 --- a/textproc/enchant2/distinfo +++ b/textproc/enchant2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1771176980 -SHA256 (enchant-2.8.15.tar.gz) = d3fd9e4170bfb5110b0bda577fe764a38fb606b3c25d2f0c3840234521ff1252 -SIZE (enchant-2.8.15.tar.gz) = 1273237 +TIMESTAMP = 1778329667 +SHA256 (enchant-2.8.16.tar.gz) = d73162b5eff401a6397e1215e2b103bcef83f921c396c7f6b1394d2450d124e2 +SIZE (enchant-2.8.16.tar.gz) = 1266288 |
