pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/hunspell hunspell: enable wide curses support...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1495b0c2f22f
branches:  trunk
changeset: 451879:1495b0c2f22f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 03 09:46:59 2021 +0000

description:
hunspell: enable wide curses support by default

Bump PKGREVISION.

diffstat:

 textproc/hunspell/Makefile   |  4 ++--
 textproc/hunspell/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 9b29bf2a51ce -r 1495b0c2f22f textproc/hunspell/Makefile
--- a/textproc/hunspell/Makefile        Mon May 03 09:26:42 2021 +0000
+++ b/textproc/hunspell/Makefile        Mon May 03 09:46:59 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2021/01/05 07:40:13 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2021/05/03 09:46:59 wiz Exp $
 
 DISTNAME=      hunspell-1.7.0
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=hunspell/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 9b29bf2a51ce -r 1495b0c2f22f textproc/hunspell/options.mk
--- a/textproc/hunspell/options.mk      Mon May 03 09:26:42 2021 +0000
+++ b/textproc/hunspell/options.mk      Mon May 03 09:46:59 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.7 2018/05/23 22:06:50 wiz Exp $
+# $NetBSD: options.mk,v 1.8 2021/05/03 09:46:59 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.hunspell
 PKG_SUPPORTED_OPTIONS=         wide-curses
-PKG_SUGGESTED_OPTIONS=         # empty
+PKG_SUGGESTED_OPTIONS=         wide-curses
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index