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: wiz
Date: Wed Feb 6 14:41:06 UTC 2019
Modified Files:
pkgsrc/print/ghostscript: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 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.112 pkgsrc/print/ghostscript/Makefile:1.113
--- pkgsrc/print/ghostscript/Makefile:1.112 Wed Nov 14 22:22:17 2018
+++ pkgsrc/print/ghostscript/Makefile Wed Feb 6 14:41:05 2019
@@ -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"
Home |
Main Index |
Thread Index |
Old Index