[89282] trunk/dports/textproc

snc at macports.org snc at macports.org
Sun Jan 22 20:15:43 PST 2012


Revision: 89282
          http://trac.macports.org/changeset/89282
Author:   snc at macports.org
Date:     2012-01-22 20:15:37 -0800 (Sun, 22 Jan 2012)
Log Message:
-----------
lilypond-devel: create @2.15.26 and conflict with lilypond, #32983

Modified Paths:
--------------
    trunk/dports/textproc/lilypond/Portfile
    trunk/dports/textproc/lilypond-devel/Portfile

Added Paths:
-----------
    trunk/dports/textproc/lilypond-devel/

Modified: trunk/dports/textproc/lilypond/Portfile
===================================================================
--- trunk/dports/textproc/lilypond/Portfile	2012-01-23 03:27:51 UTC (rev 89281)
+++ trunk/dports/textproc/lilypond/Portfile	2012-01-23 04:15:37 UTC (rev 89282)
@@ -9,6 +9,7 @@
 categories          textproc
 maintainers         snc openmaintainer
 license             GPL-3+
+conflicts           lilypond-devel
 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 \

Modified: trunk/dports/textproc/lilypond-devel/Portfile
===================================================================
--- trunk/dports/textproc/lilypond/Portfile	2012-01-22 22:47:47 UTC (rev 89272)
+++ trunk/dports/textproc/lilypond-devel/Portfile	2012-01-23 04:15:37 UTC (rev 89282)
@@ -3,8 +3,9 @@
 
 PortSystem          1.0
 
-name                lilypond
-version             2.14.2
+name                lilypond-devel
+set my_name         lilypond
+version             2.15.26
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          textproc
 maintainers         snc openmaintainer
@@ -17,12 +18,15 @@
                     EPS, SVG, and PNG formats, and can also create MIDI files.
 
 homepage            http://lilypond.org/
+conflicts           lilypond
 platforms           darwin
 master_sites        http://download.linuxaudio.org/lilypond/sources/v${branch}/
+distname            ${my_name}-${version}
 dist_subdir         ${name}/${version}_${revision}
-checksums           rmd160  74123b2db40519feaf8144fd19becf3ad81738e7 \
-                    sha256  243a6b3845722a37083d73ed681e69ffde0b3b9c6158af20db3c0926dd982696
+checksums           rmd160  548d2b7fafcb032777c8d4afb6d9f98daeb8a0b9 \
+                    sha256  6cb9140a60b3ca9fa7dac83a84ba11e95bd430061d24c523e88adc8beb45e922
 
+
 depends_build       port:t1utils \
                     port:texi2html \
                     port:pkgconfig
@@ -61,6 +65,10 @@
     }
 }
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 configure.args  --with-ncsb-dir=${prefix}/share/fonts/urw-fonts \
     --disable-documentation
 
@@ -89,7 +97,7 @@
 }
 
 if {![variant_isset python25] && ![variant_isset python26] && ![variant_isset python27]} {
-    default_variants +python27
+    default_variants +python27 +docs
 }
 
 variant docs description {Build documentation files} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120122/aeeffc59/attachment.html>


More information about the macports-changes mailing list