Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jul 2020 19:15:41 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542670 - in head/print/lilypond-devel: . files
Message-ID:  <202007201915.06KJFfvD097787@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Mon Jul 20 19:15:41 2020
New Revision: 542670
URL: https://svnweb.freebsd.org/changeset/ports/542670

Log:
  Update to 2.21.3
  
  PR:		248090
  Submitted by:	m.ne@gmx.net (maintainer)

Modified:
  head/print/lilypond-devel/Makefile
  head/print/lilypond-devel/distinfo
  head/print/lilypond-devel/files/patch-Documentation_GNUmakefile
  head/print/lilypond-devel/files/patch-config.make.in
  head/print/lilypond-devel/files/patch-configure

Modified: head/print/lilypond-devel/Makefile
==============================================================================
--- head/print/lilypond-devel/Makefile	Mon Jul 20 19:15:12 2020	(r542669)
+++ head/print/lilypond-devel/Makefile	Mon Jul 20 19:15:41 2020	(r542670)
@@ -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

Modified: head/print/lilypond-devel/distinfo
==============================================================================
--- head/print/lilypond-devel/distinfo	Mon Jul 20 19:15:12 2020	(r542669)
+++ head/print/lilypond-devel/distinfo	Mon Jul 20 19:15:41 2020	(r542670)
@@ -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

Modified: head/print/lilypond-devel/files/patch-Documentation_GNUmakefile
==============================================================================
--- head/print/lilypond-devel/files/patch-Documentation_GNUmakefile	Mon Jul 20 19:15:12 2020	(r542669)
+++ head/print/lilypond-devel/files/patch-Documentation_GNUmakefile	Mon Jul 20 19:15:41 2020	(r542670)
@@ -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 \

Modified: head/print/lilypond-devel/files/patch-config.make.in
==============================================================================
--- head/print/lilypond-devel/files/patch-config.make.in	Mon Jul 20 19:15:12 2020	(r542669)
+++ head/print/lilypond-devel/files/patch-config.make.in	Mon Jul 20 19:15:41 2020	(r542670)
@@ -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)

Modified: head/print/lilypond-devel/files/patch-configure
==============================================================================
--- head/print/lilypond-devel/files/patch-configure	Mon Jul 20 19:15:12 2020	(r542669)
+++ head/print/lilypond-devel/files/patch-configure	Mon Jul 20 19:15:41 2020	(r542670)
@@ -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`)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007201915.06KJFfvD097787>