View | Details | Raw Unified | Return to bug 248090
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	lilypond
4
PORTNAME=	lilypond
5
DISTVERSION=	2.21.2
5
DISTVERSION=	2.21.3
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
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1592814143
1
TIMESTAMP = 1595125665
2
SHA256 (lilypond-2.21.2.tar.gz) = af5dd5fce4f7d2850fb07104c1c837f398f336a27032e356306e6a987f86a3a3
2
SHA256 (lilypond-2.21.3.tar.gz) = 927975f3357c53369900425dcd88925022d32b597756226cee5fafb7ba798397
3
SIZE (lilypond-2.21.2.tar.gz) = 18103643
3
SIZE (lilypond-2.21.3.tar.gz) = 17985310
(-)files/patch-Documentation_GNUmakefile (-2 / +2 lines)
Lines 1-6 Link Here
1
--- Documentation/GNUmakefile.orig	2020-04-09 12:55:56 UTC
1
--- Documentation/GNUmakefile.orig	2020-07-13 14:02:44 UTC
2
+++ Documentation/GNUmakefile
2
+++ Documentation/GNUmakefile
3
@@ -73,9 +73,9 @@ source-links = $(outdir)/source\
3
@@ -70,9 +70,9 @@ source-links = $(outdir)/source\
4
 MAIN_INFO_DOC = lilypond-web
4
 MAIN_INFO_DOC = lilypond-web
5
 INFO_DOCS = lilypond-usage lilypond-changes lilypond-contributor lilypond-internals \
5
 INFO_DOCS = lilypond-usage lilypond-changes lilypond-contributor lilypond-internals \
6
  lilypond-essay lilypond-learning lilypond-notation music-glossary \
6
  lilypond-essay lilypond-learning lilypond-notation music-glossary \
(-)files/patch-config.make.in (-2 / +2 lines)
Lines 1-6 Link Here
1
--- config.make.in.orig	2020-04-09 12:55:56 UTC
1
--- config.make.in.orig	2020-07-13 14:02:44 UTC
2
+++ config.make.in
2
+++ config.make.in
3
@@ -96,7 +96,7 @@ mandir = @mandir@
3
@@ -98,7 +98,7 @@ mandir = @mandir@
4
 package = lilypond
4
 package = lilypond
5
 package_datadir = $(datadir)/$(package)
5
 package_datadir = $(datadir)/$(package)
6
 package_docdir = $(docdir)/$(package)
6
 package_docdir = $(docdir)/$(package)
(-)files/patch-configure (-24 / +2 lines)
Lines 1-6 Link Here
1
--- configure.orig	2020-04-26 09:45:49 UTC
1
--- configure.orig	2020-07-13 14:02:44 UTC
2
+++ configure
2
+++ configure
3
@@ -9087,71 +9087,10 @@ test -n "$PKG_CONFIG" || PKG_CONFIG="no"
3
@@ -9035,71 +9035,10 @@ test -n "$PKG_CONFIG" || PKG_CONFIG="no"
4
     if test $? -eq 0; then
4
     if test $? -eq 0; then
5
         if test -n "0.9.0" -o -n ""; then
5
         if test -n "0.9.0" -o -n ""; then
6
 
6
 
Lines 75-99 Link Here
75
     eval "REQUIRED"=\"`eval echo \"'$'REQUIRED\" \""$r >= 0.9.0 (installed: $ver)"\"`\"
75
     eval "REQUIRED"=\"`eval echo \"'$'REQUIRED\" \""$r >= 0.9.0 (installed: $ver)"\"`\"
76
 
76
 
77
     fi
77
     fi
78
@@ -11579,21 +11518,7 @@ $as_echo "$ver" >&6; }
79
     eval "$TEXI2HTML_REQUIRED"=\"`eval echo \"'$'$TEXI2HTML_REQUIRED\" \""$r >= 1.82 (installed: $ver)"\"`\"
80
 
81
     fi
82
-    if test -n "1.82"; then
83
-        max=`
84
-    echo "1.82" | awk -F. '
85
-    {
86
-      if ($3) {three = $3}
87
-      else {three = 0}
88
-    }
89
-    {printf "%.0f\n", $1*1000000 + $2*1000 + three}'
90
-`
91
-        if test "$num" -gt "$max"; then
92
 
93
-    eval "$TEXI2HTML_REQUIRED"=\"`eval echo \"'$'$TEXI2HTML_REQUIRED\" \""$r <= 1.82 (installed: $ver)"\"`\"
94
-
95
-        fi
96
-    fi
97
     vervar="`echo TEXI2HTML | tr 'a-z' 'A-Z'`_VERSION"
98
     eval `echo $vervar=$num`
99
 ##    AC_SUBST(`eval echo $vervar`)

Return to bug 248090