aboutsummaryrefslogtreecommitdiff
path: root/print/lilypond-devel
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2020-07-20 19:15:41 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2020-07-20 19:15:41 +0000
commit2ff8e8c69b6c671db4e782703814a24e71fab628 (patch)
tree6ae1b56999c5c20a9301af7b3a95c4776511abfb /print/lilypond-devel
parentf04dbbe034ff67548ac0cb098e7f57fa5fb6f37f (diff)
downloadports-2ff8e8c69b6c671db4e782703814a24e71fab628.tar.gz
ports-2ff8e8c69b6c671db4e782703814a24e71fab628.zip
Update to 2.21.3
PR: 248090 Submitted by: m.ne@gmx.net (maintainer)
Notes
Notes: svn path=/head/; revision=542670
Diffstat (limited to 'print/lilypond-devel')
-rw-r--r--print/lilypond-devel/Makefile2
-rw-r--r--print/lilypond-devel/distinfo6
-rw-r--r--print/lilypond-devel/files/patch-Documentation_GNUmakefile4
-rw-r--r--print/lilypond-devel/files/patch-config.make.in4
-rw-r--r--print/lilypond-devel/files/patch-configure26
5 files changed, 10 insertions, 32 deletions
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile
index 9d48f3773599..6204b8117264 100644
--- a/print/lilypond-devel/Makefile
+++ b/print/lilypond-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= lilypond
-DISTVERSION= 2.21.2
+DISTVERSION= 2.21.3
CATEGORIES= print audio
MASTER_SITES= http://lilypond.org/download/source/v${DISTVERSION:R}/
PKGNAMESUFFIX= -devel
diff --git a/print/lilypond-devel/distinfo b/print/lilypond-devel/distinfo
index f39b8fd72406..8040fe4b4bb8 100644
--- a/print/lilypond-devel/distinfo
+++ b/print/lilypond-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1592814143
-SHA256 (lilypond-2.21.2.tar.gz) = af5dd5fce4f7d2850fb07104c1c837f398f336a27032e356306e6a987f86a3a3
-SIZE (lilypond-2.21.2.tar.gz) = 18103643
+TIMESTAMP = 1595125665
+SHA256 (lilypond-2.21.3.tar.gz) = 927975f3357c53369900425dcd88925022d32b597756226cee5fafb7ba798397
+SIZE (lilypond-2.21.3.tar.gz) = 17985310
diff --git a/print/lilypond-devel/files/patch-Documentation_GNUmakefile b/print/lilypond-devel/files/patch-Documentation_GNUmakefile
index f7b9ba5e78fa..402b19f41788 100644
--- a/print/lilypond-devel/files/patch-Documentation_GNUmakefile
+++ b/print/lilypond-devel/files/patch-Documentation_GNUmakefile
@@ -1,6 +1,6 @@
---- Documentation/GNUmakefile.orig 2020-04-09 12:55:56 UTC
+--- Documentation/GNUmakefile.orig 2020-07-13 14:02:44 UTC
+++ Documentation/GNUmakefile
-@@ -73,9 +73,9 @@ source-links = $(outdir)/source\
+@@ -70,9 +70,9 @@ source-links = $(outdir)/source\
MAIN_INFO_DOC = lilypond-web
INFO_DOCS = lilypond-usage lilypond-changes lilypond-contributor lilypond-internals \
lilypond-essay lilypond-learning lilypond-notation music-glossary \
diff --git a/print/lilypond-devel/files/patch-config.make.in b/print/lilypond-devel/files/patch-config.make.in
index 7de54f980b14..f1c3864216d9 100644
--- a/print/lilypond-devel/files/patch-config.make.in
+++ b/print/lilypond-devel/files/patch-config.make.in
@@ -1,6 +1,6 @@
---- config.make.in.orig 2020-04-09 12:55:56 UTC
+--- config.make.in.orig 2020-07-13 14:02:44 UTC
+++ config.make.in
-@@ -96,7 +96,7 @@ mandir = @mandir@
+@@ -98,7 +98,7 @@ mandir = @mandir@
package = lilypond
package_datadir = $(datadir)/$(package)
package_docdir = $(docdir)/$(package)
diff --git a/print/lilypond-devel/files/patch-configure b/print/lilypond-devel/files/patch-configure
index 6babfb033ba3..af0a1056ec86 100644
--- a/print/lilypond-devel/files/patch-configure
+++ b/print/lilypond-devel/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig 2020-04-26 09:45:49 UTC
+--- configure.orig 2020-07-13 14:02:44 UTC
+++ configure
-@@ -9087,71 +9087,10 @@ test -n "$PKG_CONFIG" || PKG_CONFIG="no"
+@@ -9035,71 +9035,10 @@ test -n "$PKG_CONFIG" || PKG_CONFIG="no"
if test $? -eq 0; then
if test -n "0.9.0" -o -n ""; then
@@ -75,25 +75,3 @@
eval "REQUIRED"=\"`eval echo \"'$'REQUIRED\" \""$r >= 0.9.0 (installed: $ver)"\"`\"
fi
-@@ -11579,21 +11518,7 @@ $as_echo "$ver" >&6; }
- eval "$TEXI2HTML_REQUIRED"=\"`eval echo \"'$'$TEXI2HTML_REQUIRED\" \""$r >= 1.82 (installed: $ver)"\"`\"
-
- fi
-- if test -n "1.82"; then
-- max=`
-- echo "1.82" | awk -F. '
-- {
-- if ($3) {three = $3}
-- else {three = 0}
-- }
-- {printf "%.0f\n", $1*1000000 + $2*1000 + three}'
--`
-- if test "$num" -gt "$max"; then
-
-- eval "$TEXI2HTML_REQUIRED"=\"`eval echo \"'$'$TEXI2HTML_REQUIRED\" \""$r <= 1.82 (installed: $ver)"\"`\"
--
-- fi
-- fi
- vervar="`echo TEXI2HTML | tr 'a-z' 'A-Z'`_VERSION"
- eval `echo $vervar=$num`
- ## AC_SUBST(`eval echo $vervar`)