View | Details | Raw Unified | Return to bug 255482 | Differences between
and this patch

Collapse All | Expand All

(-)b/print/lilypond/Makefile (-3 / +4 lines)
Lines 1-7 Link Here
1
# Created by: patrick, trevor
1
# Created by: patrick, trevor
2
2
3
PORTNAME=	lilypond
3
PORTNAME=	lilypond
4
DISTVERSION=	2.22.0
4
DISTVERSION=	2.22.1
5
CATEGORIES=	print audio
5
CATEGORIES=	print audio
6
MASTER_SITES=	http://lilypond.org/download/source/v${DISTVERSION:R}/
6
MASTER_SITES=	http://lilypond.org/download/source/v${DISTVERSION:R}/
7
7
Lines 11-17 COMMENT= GNU music typesetter Link Here
11
LICENSE=	GPLv3
11
LICENSE=	GPLv3
12
12
13
BUILD_DEPENDS=	bash:shells/bash \
13
BUILD_DEPENDS=	bash:shells/bash \
14
		convert:graphics/ImageMagick6 \
14
		convert:graphics/ImageMagick7 \
15
		dblatex:textproc/dblatex \
15
		dblatex:textproc/dblatex \
16
		fontforge:print/fontforge \
16
		fontforge:print/fontforge \
17
		help2man:misc/help2man \
17
		help2man:misc/help2man \
Lines 62-68 PLIST_SUB= DISTVERSION=${DISTVERSION} Link Here
62
OPTIONS_DEFINE=	GUILE2 NLS URW
62
OPTIONS_DEFINE=	GUILE2 NLS URW
63
OPTIONS_SUB=	yes
63
OPTIONS_SUB=	yes
64
64
65
GUILE2_DESC=	Use guile2 (will incur some performance penalty)
65
GUILE2_DESC=	guile2 instead guile (incurs performance penalty)
66
URW_DESC=	Use bundled URW fonts
66
URW_DESC=	Use bundled URW fonts
67
67
68
GUILE2_LIB_DEPENDS=	libgc-threaded.so:devel/boehm-gc-threaded \
68
GUILE2_LIB_DEPENDS=	libgc-threaded.so:devel/boehm-gc-threaded \
Lines 70-75 GUILE2_LIB_DEPENDS= libgc-threaded.so:devel/boehm-gc-threaded \ Link Here
70
GUILE2_LIB_DEPENDS_OFF=	libguile.so:lang/guile1
70
GUILE2_LIB_DEPENDS_OFF=	libguile.so:lang/guile1
71
71
72
NLS_USES=	gettext
72
NLS_USES=	gettext
73
NLS_USES_OFF=	gettext-tools
73
74
74
URW_BUILD_DEPENDS=	urw-core35-fonts>0:x11-fonts/urw-core35-fonts
75
URW_BUILD_DEPENDS=	urw-core35-fonts>0:x11-fonts/urw-core35-fonts
75
URW_RUN_DEPENDS_OFF=	urw-core35-fonts>0:x11-fonts/urw-core35-fonts
76
URW_RUN_DEPENDS_OFF=	urw-core35-fonts>0:x11-fonts/urw-core35-fonts
(-)b/print/lilypond/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1610464888
1
TIMESTAMP = 1619692088
2
SHA256 (lilypond-2.22.0.tar.gz) = 64ddd03171d247adc243e01a3be3ec2610d97c62b893c253ad02ac50694b0f4e
2
SHA256 (lilypond-2.22.1.tar.gz) = 72ac2d54c310c3141c0b782d4e0bef9002d5519cf46632759b1f03ef6969cc30
3
SIZE (lilypond-2.22.0.tar.gz) = 18023031
3
SIZE (lilypond-2.22.1.tar.gz) = 18033161

Return to bug 255482