[84220] trunk/dports/textproc/lilypond/Portfile
snc at macports.org
snc at macports.org
Tue Sep 20 17:44:04 PDT 2011
Revision: 84220
http://trac.macports.org/changeset/84220
Author: snc at macports.org
Date: 2011-09-20 17:44:01 -0700 (Tue, 20 Sep 2011)
Log Message:
-----------
lilypond:
* update to 2.14.2
* fix livecheck
* add license
Modified Paths:
--------------
trunk/dports/textproc/lilypond/Portfile
Modified: trunk/dports/textproc/lilypond/Portfile
===================================================================
--- trunk/dports/textproc/lilypond/Portfile 2011-09-21 00:38:52 UTC (rev 84219)
+++ trunk/dports/textproc/lilypond/Portfile 2011-09-21 00:44:01 UTC (rev 84220)
@@ -4,11 +4,11 @@
PortSystem 1.0
name lilypond
-version 2.12.3
-revision 7
+version 2.14.2
set branch [join [lrange [split ${version} .] 0 1] .]
categories textproc
maintainers snc openmaintainer
+license GPL-3+
description An automated engraving system for typesetting sheet music.
long_description Lilypond is a unix-based automated engraving system that \
generates beautiful sheet music from input files. Lilypond \
@@ -20,8 +20,8 @@
platforms darwin
master_sites http://download.linuxaudio.org/lilypond/sources/v${branch}/
dist_subdir ${name}/${version}_${revision}
-checksums rmd160 275b34b2517780a8c94d9c0a38c3f42b22d49703 \
- sha256 4e946f263bde49e94e9154446e1bbf74b9005e92c287fd5ed5fe99217e9eacc1
+checksums rmd160 74123b2db40519feaf8144fd19becf3ad81738e7 \
+ sha256 243a6b3845722a37083d73ed681e69ffde0b3b9c6158af20db3c0926dd982696
depends_build port:t1utils \
port:texi2html \
@@ -35,6 +35,7 @@
port:flex \
port:t1utils \
port:texlive-metapost \
+ port:dblatex \
port:urw-fonts
patchfiles patch-scripts-build-mf2pt1.pl.diff
@@ -61,8 +62,8 @@
}
configure.args --with-ncsb-dir=${prefix}/share/fonts/urw-fonts \
- --disable-documentation \
- --disable-gui
+ --disable-documentation
+
configure.env LTDL_LIBRARY_PATH=${prefix}/lib
build.env LTDL_LIBRARY_PATH=${prefix}/lib
@@ -97,11 +98,6 @@
depends_lib-append port:netpbm
}
-variant gui description {Build GNOME GUI (X11)} {
- configure.args-delete --disable-gui
- configure.args-append --enable-gui
-}
-
livecheck.type regex
-livecheck.url [lindex ${master_sites} 0]
-livecheck.regex "${name}-(\\d\\.\\d+\\.\\d)"
+livecheck.url ${homepage}/source.html
+livecheck.regex ${name}-(\\d+(\\.\\d+)+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110920/12a92846/attachment.html>
More information about the macports-changes
mailing list