pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/ghostscript



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Mar 17 18:40:29 UTC 2019

Modified Files:
        pkgsrc/print/ghostscript: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 pkgsrc/print/ghostscript/Makefile

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

Modified files:

Index: pkgsrc/print/ghostscript/Makefile
diff -u pkgsrc/print/ghostscript/Makefile:1.114 pkgsrc/print/ghostscript/Makefile:1.115
--- pkgsrc/print/ghostscript/Makefile:1.114     Sun Feb 10 21:35:26 2019
+++ pkgsrc/print/ghostscript/Makefile   Sun Mar 17 18:40:29 2019
@@ -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 @@ META_PACKAGE= yes
 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