Received: by mail.netbsd.org (Postfix, from userid 605) id 4B5CD84ED8; Fri, 12 Jan 2024 14:53:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7C72684EA5 for ; Fri, 12 Jan 2024 14:53:07 +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 1jJdSeR_K-Qo for ; Fri, 12 Jan 2024 14:53:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6F27084CDC for ; Fri, 12 Jan 2024 14:53:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 657B9FA42; Fri, 12 Jan 2024 14:53:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1705071186236790" MIME-Version: 1.0 Date: Fri, 12 Jan 2024 14:53:06 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/print/p5-Net-CUPS To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20240112145306.657B9FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1705071186236790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Fri Jan 12 14:53:06 UTC 2024 Modified Files: pkgsrc/print/p5-Net-CUPS: Makefile Log Message: p5-Net-CUPS: Re-order includes. Fixes indirect library dependencies as well as ensuring they are sorted. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 pkgsrc/print/p5-Net-CUPS/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1705071186236790 Content-Disposition: inline Content-Length: 924 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/p5-Net-CUPS/Makefile diff -u pkgsrc/print/p5-Net-CUPS/Makefile:1.58 pkgsrc/print/p5-Net-CUPS/Makefile:1.59 --- pkgsrc/print/p5-Net-CUPS/Makefile:1.58 Wed Nov 8 13:20:42 2023 +++ pkgsrc/print/p5-Net-CUPS/Makefile Fri Jan 12 14:53:06 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2023/11/08 13:20:42 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2024/01/12 14:53:06 jperkin Exp $ DISTNAME= Net-CUPS-0.64 PKGNAME= p5-${DISTNAME} @@ -17,9 +17,9 @@ PERL5_PACKLIST= auto/Net/CUPS/.packlist EXTRACT_USING= bsdtar -BUILDLINK_DEPMETHOD.cups-filters= build # image.h -.include "../../print/cups-filters/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../print/cups-base/buildlink3.mk" +BUILDLINK_DEPMETHOD.cups-filters= build # image.h +.include "../../print/cups-filters/buildlink3.mk" .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1705071186236790--