pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/ghostscript print/ghostscript: Default to ghosts...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3dab57327ac3
branches:  trunk
changeset: 331397:3dab57327ac3
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Mar 17 18:40:29 2019 +0000

description:
print/ghostscript: Default to ghostscript-agpl

Change SUGGESTED_OPTIONS to ghostscript-agpl, because ghostscript-gpl
is not maintained and has known vulnerabilities, and so that
ghostscript by default results in the version maintained by upstream.

As proposed on pkgsrc-users@, without objection.  Note that this
commit does not change anything related to licensing.

ok pmc

diffstat:

 print/ghostscript/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r ca90be8d98dd -r 3dab57327ac3 print/ghostscript/Makefile
--- a/print/ghostscript/Makefile        Sun Mar 17 18:29:40 2019 +0000
+++ b/print/ghostscript/Makefile        Sun Mar 17 18:40:29 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.114 2019/02/10 21:35:26 wiz Exp $
+# $NetBSD: Makefile,v 1.115 2019/03/17 18:40:29 gdt Exp $
 #
 
 # XXX The version number is the last one before the agpl change.
 DISTNAME=      ghostscript-9.05
-PKGREVISION=   15
+PKGREVISION=   16
 CATEGORIES=    print meta-pkgs
 MASTER_SITES=  # empty
 
@@ -15,7 +15,7 @@
 PKG_OPTIONS_VAR=               PKG_OPTIONS.gs_type
 PKG_OPTIONS_OPTIONAL_GROUPS=   ghostscript
 PKG_OPTIONS_GROUP.ghostscript+=        ghostscript-agpl ghostscript-gpl
-PKG_SUGGESTED_OPTIONS+=                ghostscript-gpl
+PKG_SUGGESTED_OPTIONS+=                ghostscript-agpl
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index