Received: by mail.netbsd.org (Postfix, from userid 605) id D886284D71; Tue, 19 May 2020 16:19:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6112684D6C for ; Tue, 19 May 2020 16:19:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id IkOfonISo2De for ; Tue, 19 May 2020 16:19:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4323984D63 for ; Tue, 19 May 2020 16:19:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3CF79FB27; Tue, 19 May 2020 16:19:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158990514227260" MIME-Version: 1.0 Date: Tue, 19 May 2020 16:19:02 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/print/libspectre To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200519161902.3CF79FB27@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. --_----------=_158990514227260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue May 19 16:19:02 UTC 2020 Modified Files: pkgsrc/print/libspectre: Makefile Log Message: libspectre: switch to ghostscript-agpl because it's the only version that provides a 9.24 version as required by the package To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/print/libspectre/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158990514227260 Content-Disposition: inline Content-Length: 735 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/libspectre/Makefile diff -u pkgsrc/print/libspectre/Makefile:1.42 pkgsrc/print/libspectre/Makefile:1.43 --- pkgsrc/print/libspectre/Makefile:1.42 Tue May 19 15:40:59 2020 +++ pkgsrc/print/libspectre/Makefile Tue May 19 16:19:02 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2020/05/19 15:40:59 nia Exp $ +# $NetBSD: Makefile,v 1.43 2020/05/19 16:19:02 wiz Exp $ DISTNAME= libspectre-0.2.9 CATEGORIES= print @@ -14,5 +14,6 @@ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= libspectre.pc.in -.include "../../print/ghostscript/buildlink3.mk" +BUILDLINK_API_DEPENDS.ghostscript-agpl+= ghostscript-agpl>=9.24444 +.include "../../print/ghostscript-agpl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_158990514227260--