Received: by mail.netbsd.org (Postfix, from userid 605) id C102C84D3A; Fri, 15 Feb 2019 02:02:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 461DA84D2C for ; Fri, 15 Feb 2019 02:02:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id QFYDYPVzuyRF for ; Fri, 15 Feb 2019 02:02:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 950E884D26 for ; Fri, 15 Feb 2019 02:02:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8F7EDFB16; Fri, 15 Feb 2019 02:02:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15501961532740" MIME-Version: 1.0 Date: Fri, 15 Feb 2019 02:02:33 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/print/ghostscript-gpl To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20190215020233.8F7EDFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15501961532740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Fri Feb 15 02:02:33 UTC 2019 Modified Files: pkgsrc/print/ghostscript-gpl: Makefile Log Message: ghostscript-gpl: Reduce cosmetic diff to -agpl Makefile (whitespace only; NFC) To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/print/ghostscript-gpl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15501961532740 Content-Disposition: inline Content-Length: 957 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/ghostscript-gpl/Makefile diff -u pkgsrc/print/ghostscript-gpl/Makefile:1.45 pkgsrc/print/ghostscript-gpl/Makefile:1.46 --- pkgsrc/print/ghostscript-gpl/Makefile:1.45 Wed Nov 14 22:22:17 2018 +++ pkgsrc/print/ghostscript-gpl/Makefile Fri Feb 15 02:02:33 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2018/11/14 22:22:17 kleink Exp $ +# $NetBSD: Makefile,v 1.46 2019/02/15 02:02:33 gdt Exp $ DISTNAME= ghostscript-${GS_VERSION} PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-gpl/} @@ -106,11 +106,11 @@ post-extract: ${RM} -rf ${WRKSRC}/tiff ${RM} -rf ${WRKSRC}/zlib ${RM} -rf ${WRKSRC}/freetype -# + # To allow outside customization, rename cidfmap # (if you look at inside of the file, it is logically empty) .if !empty(PKG_OPTIONS:Mdisable-compile-inits) - (cd ${WRKSRC}/Resource/Init/; ${MV} cidfmap cidfmap.dist) + (cd ${WRKSRC}/Resource/Init/; ${MV} cidfmap cidfmap.dist) .endif post-install: --_----------=_15501961532740--