pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/ghostscript ghostscript: switch the default to g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd0da4c48908
branches:  trunk
changeset: 329393:dd0da4c48908
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 06 14:41:05 2019 +0000

description:
ghostscript: switch the default to ghostscript-agpl

The GPL version is very outdated and has lots of unfixed security issues,
and AGPL is now in the default-allowed set of licenses.

Bump version to match current AGPL release.

diffstat:

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

diffs (25 lines):

diff -r 91eb0487e022 -r dd0da4c48908 print/ghostscript/Makefile
--- a/print/ghostscript/Makefile        Wed Feb 06 14:38:02 2019 +0000
+++ b/print/ghostscript/Makefile        Wed Feb 06 14:41:05 2019 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.112 2018/11/14 22:22:17 kleink Exp $
-#
+# $NetBSD: Makefile,v 1.113 2019/02/06 14:41:05 wiz Exp $
 
-# XXX The version number is the last one before the agpl change.
-DISTNAME=      ghostscript-9.05
-PKGREVISION=   15
+# The version number follows the AGPL version
+DISTNAME=      ghostscript-9.26
 CATEGORIES=    print meta-pkgs
 MASTER_SITES=  # empty
 
@@ -15,7 +13,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