pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/ghostscript-cidfonts-ryumin



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 26 19:51:29 UTC 2023

Modified Files:
        pkgsrc/fonts/ghostscript-cidfonts-ryumin: Makefile

Log Message:
ghostscript-cidfonts-ryumin: reset PKGREVISION after update


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/fonts/ghostscript-cidfonts-ryumin/Makefile

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

Modified files:

Index: pkgsrc/fonts/ghostscript-cidfonts-ryumin/Makefile
diff -u pkgsrc/fonts/ghostscript-cidfonts-ryumin/Makefile:1.42 pkgsrc/fonts/ghostscript-cidfonts-ryumin/Makefile:1.43
--- pkgsrc/fonts/ghostscript-cidfonts-ryumin/Makefile:1.42      Wed Apr 19 08:09:57 2023
+++ pkgsrc/fonts/ghostscript-cidfonts-ryumin/Makefile   Wed Apr 26 19:51:29 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2023/04/19 08:09:57 adam Exp $
+# $NetBSD: Makefile,v 1.43 2023/04/26 19:51:29 wiz Exp $
 
 DISTNAME=      ghostscript-cidfonts-ryumin-${GS_VERSION}
 DISTFILES=     # empty
-PKGREVISION=   4
 CATEGORIES=    fonts
 
 MAINTAINER=    makoto%ki.nu@localhost
@@ -69,7 +68,7 @@ NO_CONFIGURE= yes
 .include "../../print/ghostscript/buildlink3.mk"
 
 # Following logic is flaky, for looking at PKG_OPTIONS.gs_type now NOT at build time
-.if   !empty(PKG_BUILD_OPTIONS.ghostscript:Mghostscript-agpl)
+.if   ${PKG_BUILD_OPTIONS.ghostscript:Mghostscript-agpl}
 .  include     "../../print/ghostscript-agpl/Makefile.common"
 .  if empty(PKG_BUILD_OPTIONS.ghostscript-agpl:Mdisable-compile-inits)
 PKG_FAIL_REASON+=      "(agpl) You need to set PKG_OPTIONS.ghostscript+= disable-compile-inits, at its compile time."



Home | Main Index | Thread Index | Old Index