pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hunspell



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May  3 09:46:59 UTC 2021

Modified Files:
        pkgsrc/textproc/hunspell: Makefile options.mk

Log Message:
hunspell: enable wide curses support by default

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/textproc/hunspell/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/hunspell/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/hunspell/Makefile
diff -u pkgsrc/textproc/hunspell/Makefile:1.35 pkgsrc/textproc/hunspell/Makefile:1.36
--- pkgsrc/textproc/hunspell/Makefile:1.35      Tue Jan  5 07:40:13 2021
+++ pkgsrc/textproc/hunspell/Makefile   Mon May  3 09:46:59 2021
@@ -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}

Index: pkgsrc/textproc/hunspell/options.mk
diff -u pkgsrc/textproc/hunspell/options.mk:1.7 pkgsrc/textproc/hunspell/options.mk:1.8
--- pkgsrc/textproc/hunspell/options.mk:1.7     Wed May 23 22:06:50 2018
+++ pkgsrc/textproc/hunspell/options.mk Mon May  3 09:46:59 2021
@@ -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