Received: by mail.netbsd.org (Postfix, from userid 605) id 7804784D96; Thu, 29 Sep 2022 06:39:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AA96E84D57 for ; Thu, 29 Sep 2022 06:39:32 +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 ZA4PaXQBIMB0 for ; Thu, 29 Sep 2022 06:39:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0624584D0C for ; Thu, 29 Sep 2022 06:39:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F3713FA90; Thu, 29 Sep 2022 06:39:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166443357145580" MIME-Version: 1.0 Date: Thu, 29 Sep 2022 06:39:31 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print/scribus-qt5 To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20220929063931.F3713FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166443357145580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Thu Sep 29 06:39:31 UTC 2022 Modified Files: pkgsrc/print/scribus-qt5: Makefile Log Message: scribus-qt5: only requires libcups, not cups-base To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/print/scribus-qt5/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166443357145580 Content-Disposition: inline Content-Length: 1167 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/scribus-qt5/Makefile diff -u pkgsrc/print/scribus-qt5/Makefile:1.32 pkgsrc/print/scribus-qt5/Makefile:1.33 --- pkgsrc/print/scribus-qt5/Makefile:1.32 Thu Sep 29 00:17:01 2022 +++ pkgsrc/print/scribus-qt5/Makefile Thu Sep 29 06:39:31 2022 @@ -1,12 +1,9 @@ -# $NetBSD: Makefile,v 1.32 2022/09/29 00:17:01 markd Exp $ +# $NetBSD: Makefile,v 1.33 2022/09/29 06:39:31 markd Exp $ DISTNAME= scribus-1.5.8 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scribus/} EXTRACT_SUFX= .tar.xz -#MASTER_SITES= ${MASTER_SITE_GITHUB:=scribusproject/} -#GITHUB_PROJECT= scribus -#GITHUB_TAG= 37c361f2fcd24dea40c61a7f9638e6248ea3e68a MAINTAINER= ryoon@NetBSD.org HOMEPAGE= https://www.scribus.net/ @@ -40,7 +37,7 @@ CMAKE_ARGS+= -DWANT_CPP17=ON .include "../../graphics/lcms2/buildlink3.mk" .include "../../graphics/osg/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" -.include "../../print/cups-base/buildlink3.mk" +.include "../../print/libcups/buildlink3.mk" .include "../../print/podofo/buildlink3.mk" .include "../../print/poppler-cpp/buildlink3.mk" .include "../../print/poppler-includes/buildlink3.mk" --_----------=_166443357145580--