summaryrefslogtreecommitdiff
path: root/print/ghostscript
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-02-06 14:41:05 +0000
committerwiz <wiz@pkgsrc.org>2019-02-06 14:41:05 +0000
commit49edc901b24e8aaf0f408e28ad3338e0d38cd7b1 (patch)
tree4f073c300a14bb1570574c2e8342a28b4f6f91e3 /print/ghostscript
parent9fcf014fc223a4a2b85fd16298c56028980970db (diff)
downloadpkgsrc-49edc901b24e8aaf0f408e28ad3338e0d38cd7b1.tar.gz
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 (limited to 'print/ghostscript')
-rw-r--r--print/ghostscript/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile
index 656cc9bd521..ef63b0cdfb1 100644
--- a/print/ghostscript/Makefile
+++ b/print/ghostscript/Makefile
@@ -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 @@ 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"