pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/groff



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul 27 11:07:02 UTC 2026

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

Log Message:
groff: enable groff-docs by default again

Fallout was option-specific in the bulk environment, see tech-pkg.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/textproc/groff/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/groff/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/groff/Makefile
diff -u pkgsrc/textproc/groff/Makefile:1.106 pkgsrc/textproc/groff/Makefile:1.107
--- pkgsrc/textproc/groff/Makefile:1.106        Fri Jul 24 11:29:33 2026
+++ pkgsrc/textproc/groff/Makefile      Mon Jul 27 11:07:02 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.106 2026/07/24 11:29:33 wiz Exp $
+# $NetBSD: Makefile,v 1.107 2026/07/27 11:07:02 wiz Exp $
 
 DISTNAME=      groff-1.24.1
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GNU:=groff/}
 EXTRACT_USING= bsdtar

Index: pkgsrc/textproc/groff/options.mk
diff -u pkgsrc/textproc/groff/options.mk:1.19 pkgsrc/textproc/groff/options.mk:1.20
--- pkgsrc/textproc/groff/options.mk:1.19       Sun Jul 26 17:49:46 2026
+++ pkgsrc/textproc/groff/options.mk    Mon Jul 27 11:07:02 2026
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.19 2026/07/26 17:49:46 wiz Exp $
+# $NetBSD: options.mk,v 1.20 2026/07/27 11:07:02 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.groff
 PKG_SUPPORTED_OPTIONS= groff-docs uchardet x11
-PKG_SUGGESTED_OPTIONS= x11
+PKG_SUGGESTED_OPTIONS= groff-docs x11
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index