diff options
author | Martin Neubauer <m.ne@gmx.net> | 2024-02-12 17:37:41 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-12 17:38:59 +0000 |
commit | dab18415ee6f099147057ba17ea282e9d82637aa (patch) | |
tree | 2b592843bd8b2bf310531aebce2ea291250b7a61 | |
parent | c7c803faf8aa3a7e324492282ccdd36c0d8577a6 (diff) |
print/lilypond-devel: Update version 2.25.12=>2.25.13
- Optionize GUILE versions
Changelog:
https://lilypond.org/news.html#LilyPond-2_002e25_002e13-released-Feburary-10_002c-2024
PR: 277001
Approved by: submitter is maintainer
-rw-r--r-- | print/lilypond-devel/Makefile | 18 | ||||
-rw-r--r-- | print/lilypond-devel/distinfo | 6 |
2 files changed, 15 insertions, 9 deletions
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index 4a39d5da0fc5..6dafddcba0ea 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -1,6 +1,5 @@ PORTNAME= lilypond -DISTVERSION= 2.25.12 -PORTREVISION= 1 +DISTVERSION= 2.25.13 CATEGORIES= print audio MASTER_SITES= http://lilypond.org/download/source/v${DISTVERSION:R}/ PKGNAMESUFFIX= -devel @@ -29,7 +28,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans-Bold.ttf:x11-fonts/dejav mftrace:print/mftrace USES= bison:build compiler:c++11-lib cpe ghostscript gmake gnome \ - guile:2.2 magick:7,build perl5 pkgconfig python + magick:7,build perl5 pkgconfig python USE_CXXSTD= c++17 USE_GNOME= cairo pango USE_PERL5= build @@ -38,7 +37,7 @@ GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ENV+= ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \ FLEX=${FLEX} \ - GUILE_FLAVOR=guile-2.2 \ + GUILE_FLAVOR=${GUILE_CMD} \ HOME=${WRKDIR} \ YACC=${YACC} @@ -61,11 +60,18 @@ INFO= lilypond-changes \ music-glossary PLIST_SUB= DISTVERSION=${DISTVERSION} -OPTIONS_DEFINE= NLS URW -OPTIONS_SUB= yes +OPTIONS_DEFINE= NLS URW +OPTIONS_DEFAULT= GUILE3 +OPTIONS_SINGLE= GUILE +OPTIONS_SINGLE_GUILE= GUILE2 GUILE3 +OPTIONS_SUB= yes +GUILE2_DESC= Use guile2 +GUILE3_DESC= Use guile3 URW_DESC= Use bundled URW fonts +GUILE2_USES= guile:2.2 +GUILE3_USES= guile:3.0 NLS_USES= gettext URW_BUILD_DEPENDS= urw-base35-fonts>0:x11-fonts/urw-base35-fonts diff --git a/print/lilypond-devel/distinfo b/print/lilypond-devel/distinfo index abcbdc6108b0..064148f53c58 100644 --- a/print/lilypond-devel/distinfo +++ b/print/lilypond-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704697439 -SHA256 (lilypond-2.25.12.tar.gz) = eb339afa6bd737549062052299dc64610fc487e89a09bf857977bf76095b1e69 -SIZE (lilypond-2.25.12.tar.gz) = 19039604 +TIMESTAMP = 1707677286 +SHA256 (lilypond-2.25.13.tar.gz) = a23a16de1abe0ef80696f59244d93d542a284738b9b29a7ca3ca0aa9bef8b667 +SIZE (lilypond-2.25.13.tar.gz) = 19274596 |