pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/bulk-medium



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sat Sep 16 01:16:28 UTC 2023

Modified Files:
        pkgsrc/meta-pkgs/bulk-medium: Makefile

Log Message:
bulk-medium: depend on ghostscript properly

Instead of mucking about with ghostscript-gpl and ghostscript-agpl
directly, depend on the ghostscript metapackage, which honors
settings.


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/meta-pkgs/bulk-medium/Makefile

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

Modified files:

Index: pkgsrc/meta-pkgs/bulk-medium/Makefile
diff -u pkgsrc/meta-pkgs/bulk-medium/Makefile:1.94 pkgsrc/meta-pkgs/bulk-medium/Makefile:1.95
--- pkgsrc/meta-pkgs/bulk-medium/Makefile:1.94  Sat Sep 16 01:14:40 2023
+++ pkgsrc/meta-pkgs/bulk-medium/Makefile       Sat Sep 16 01:16:28 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2023/09/16 01:14:40 dholland Exp $
+# $NetBSD: Makefile,v 1.95 2023/09/16 01:16:28 dholland Exp $
 
 DISTNAME=      bulk-medium-20230911
 CATEGORIES=    meta-pkgs
@@ -105,8 +105,7 @@ DEPENDS+=   xymonclient-[0-9]*:../../net/x
 DEPENDS+=      yt-dlp-[0-9]*:../../net/yt-dlp
 DEPENDS+=      lintpkgsrc-[0-9]*:../../pkgtools/lintpkgsrc
 DEPENDS+=      pkglint-[0-9]*:../../pkgtools/pkglint
-DEPENDS+=      ghostscript-agpl-[0-9]*:../../print/ghostscript-agpl
-DEPENDS+=      ghostscript-gpl-[0-9]*:../../print/ghostscript-gpl
+DEPENDS+=      ghostscript-[0-9]*:../../print/ghostscript
 DEPENDS+=      poppler-utils-[0-9]*:../../print/poppler-utils
 DEPENDS+=      mupdf-[0-9]*:../../print/mupdf
 DEPENDS+=      gnupg-[0-9]*:../../security/gnupg



Home | Main Index | Thread Index | Old Index