Received: by mail.netbsd.org (Postfix, from userid 605) id 8774284E9C; Tue, 27 Dec 2022 16:57:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B871E84E92 for ; Tue, 27 Dec 2022 16:57:22 +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 fIFqtc9Xh26D for ; Tue, 27 Dec 2022 16:57:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1AB6A84CFD for ; Tue, 27 Dec 2022 16:57:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0EA30FA90; Tue, 27 Dec 2022 16:57:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167216024284810" MIME-Version: 1.0 Date: Tue, 27 Dec 2022 16:57:22 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/print/lilypond To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20221227165722.0EA30FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167216024284810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Tue Dec 27 16:57:21 UTC 2022 Modified Files: pkgsrc/print/lilypond: Makefile Log Message: Indent. To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 pkgsrc/print/lilypond/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167216024284810 Content-Disposition: inline Content-Length: 3241 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/lilypond/Makefile diff -u pkgsrc/print/lilypond/Makefile:1.142 pkgsrc/print/lilypond/Makefile:1.143 --- pkgsrc/print/lilypond/Makefile:1.142 Tue Dec 27 15:57:01 2022 +++ pkgsrc/print/lilypond/Makefile Tue Dec 27 16:57:21 2022 @@ -1,35 +1,35 @@ -# $NetBSD: Makefile,v 1.142 2022/12/27 15:57:01 schmonz Exp $ +# $NetBSD: Makefile,v 1.143 2022/12/27 16:57:21 schmonz Exp $ -DISTNAME= lilypond-2.24.0 -CATEGORIES= print -MASTER_SITES= https://lilypond.org/download/sources/v2.24/ - -MAINTAINER= schmonz@NetBSD.org -HOMEPAGE= http://lilypond.org/ -COMMENT= GNU Music Typesetter -LICENSE= gnu-gpl-v3 AND gnu-fdl-v1.3 AND ofl-v1.1 - -BUILD_DEPENDS+= tex-fontinst-[0-9]*:../../fonts/tex-fontinst -BUILD_DEPENDS+= tex-metafont-[0-9]*:../../fonts/tex-metafont -BUILD_DEPENDS+= tex-metapost-[0-9]*:../../graphics/tex-metapost -BUILD_DEPENDS+= urw-fonts-[0-9]*:../../fonts/urw-fonts -BUILD_DEPENDS+= intlfonts-[0-9]*:../../fonts/intlfonts -BUILD_DEPENDS+= font-cronyx-cyrillic-[0-9]*:../../fonts/font-cronyx-cyrillic -BUILD_DEPENDS+= kochi-ttf-[0-9]*:../../fonts/kochi-ttf -BUILD_DEPENDS+= fontforge>=20120731:../../fonts/fontforge -BUILD_DEPENDS+= t1utils>=1.33:../../fonts/t1utils -BUILD_DEPENDS+= dblatex-[0-9]*:../../textproc/dblatex -BUILD_DEPENDS+= rsync-[0-9]*:../../net/rsync -BUILD_DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm -BUILD_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick - -DEPENDS+= tex-cyrillic-[0-9]*:../../print/tex-cyrillic -DEPENDS+= tex-lh-[0-9]*:../../fonts/tex-lh -DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss -DEPENDS+= tex-epsf-[0-9]*:../../print/tex-epsf -DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics -DEPENDS+= tex-tex-gyre-[0-9]*:../../fonts/tex-tex-gyre -DEPENDS+= potrace>=1.8:../../graphics/potrace +DISTNAME= lilypond-2.24.0 +CATEGORIES= print +MASTER_SITES= https://lilypond.org/download/sources/v2.24/ + +MAINTAINER= schmonz@NetBSD.org +HOMEPAGE= http://lilypond.org/ +COMMENT= GNU Music Typesetter +LICENSE= gnu-gpl-v3 AND gnu-fdl-v1.3 AND ofl-v1.1 + +BUILD_DEPENDS+= tex-fontinst-[0-9]*:../../fonts/tex-fontinst +BUILD_DEPENDS+= tex-metafont-[0-9]*:../../fonts/tex-metafont +BUILD_DEPENDS+= tex-metapost-[0-9]*:../../graphics/tex-metapost +BUILD_DEPENDS+= urw-fonts-[0-9]*:../../fonts/urw-fonts +BUILD_DEPENDS+= intlfonts-[0-9]*:../../fonts/intlfonts +BUILD_DEPENDS+= font-cronyx-cyrillic-[0-9]*:../../fonts/font-cronyx-cyrillic +BUILD_DEPENDS+= kochi-ttf-[0-9]*:../../fonts/kochi-ttf +BUILD_DEPENDS+= fontforge>=20120731:../../fonts/fontforge +BUILD_DEPENDS+= t1utils>=1.33:../../fonts/t1utils +BUILD_DEPENDS+= dblatex-[0-9]*:../../textproc/dblatex +BUILD_DEPENDS+= rsync-[0-9]*:../../net/rsync +BUILD_DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm +BUILD_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick + +DEPENDS+= tex-cyrillic-[0-9]*:../../print/tex-cyrillic +DEPENDS+= tex-lh-[0-9]*:../../fonts/tex-lh +DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss +DEPENDS+= tex-epsf-[0-9]*:../../print/tex-epsf +DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics +DEPENDS+= tex-tex-gyre-[0-9]*:../../fonts/tex-tex-gyre +DEPENDS+= potrace>=1.8:../../graphics/potrace GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES --_----------=_167216024284810--