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

Collapse All | Expand All

(-)Makefile (-4 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	lilypond
4
PORTNAME=	lilypond
5
DISTVERSION=	2.21.82
5
DISTVERSION=	2.23.0
6
CATEGORIES=	print audio
6
CATEGORIES=	print audio
7
MASTER_SITES=	http://lilypond.org/download/source/v${DISTVERSION:R}/
7
MASTER_SITES=	http://lilypond.org/download/source/v${DISTVERSION:R}/
8
PKGNAMESUFFIX=	-devel
8
PKGNAMESUFFIX=	-devel
Lines 50-57 Link Here
50
50
51
BINARY_ALIAS=	python=${PYTHON_VERSION}
51
BINARY_ALIAS=	python=${PYTHON_VERSION}
52
52
53
INFO=		internals \
53
INFO=		lilypond-changes \
54
				lilypond-changes \
55
				lilypond-contributor \
54
				lilypond-contributor \
56
				lilypond-essay \
55
				lilypond-essay \
57
				lilypond-extending \
56
				lilypond-extending \
Lines 60-66 Link Here
60
				lilypond-notation \
59
				lilypond-notation \
61
				lilypond-snippets \
60
				lilypond-snippets \
62
				lilypond-usage \
61
				lilypond-usage \
63
				lilypond-web \
64
				music-glossary
62
				music-glossary
65
PLIST_SUB=	DISTVERSION=${DISTVERSION}
63
PLIST_SUB=	DISTVERSION=${DISTVERSION}
66
64
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1608651073
1
TIMESTAMP = 1611684518
2
SHA256 (lilypond-2.21.82.tar.gz) = f0bd17cccee771ed4a2e0db1ec81c98d9f52e47090e5dcc085de65dd8cc4bdd9
2
SHA256 (lilypond-2.23.0.tar.gz) = b2c795278ecef7e7b4383be6d9ad64b735dd826e790ccf791e656fa16a135fd3
3
SIZE (lilypond-2.21.82.tar.gz) = 18017911
3
SIZE (lilypond-2.23.0.tar.gz) = 17047610
(-)pkg-plist (-1 lines)
Lines 344-350 Link Here
344
%%DATADIR%%/%%DISTVERSION%%/scm/skyline.scm
344
%%DATADIR%%/%%DISTVERSION%%/scm/skyline.scm
345
%%DATADIR%%/%%DISTVERSION%%/scm/song-util.scm
345
%%DATADIR%%/%%DISTVERSION%%/scm/song-util.scm
346
%%DATADIR%%/%%DISTVERSION%%/scm/song.scm
346
%%DATADIR%%/%%DISTVERSION%%/scm/song.scm
347
%%DATADIR%%/%%DISTVERSION%%/scm/standalone.scm
348
%%DATADIR%%/%%DISTVERSION%%/scm/stencil.scm
347
%%DATADIR%%/%%DISTVERSION%%/scm/stencil.scm
349
%%DATADIR%%/%%DISTVERSION%%/scm/tablature.scm
348
%%DATADIR%%/%%DISTVERSION%%/scm/tablature.scm
350
%%DATADIR%%/%%DISTVERSION%%/scm/time-signature-settings.scm
349
%%DATADIR%%/%%DISTVERSION%%/scm/time-signature-settings.scm

Return to bug 253032