[73534] trunk/dports/aqua/LyX/Portfile

snc at macports.org snc at macports.org
Tue Nov 16 18:22:26 PST 2010


Revision: 73534
          http://trac.macports.org/changeset/73534
Author:   snc at macports.org
Date:     2010-11-16 18:22:22 -0800 (Tue, 16 Nov 2010)
Log Message:
-----------
LyX:
 * update to 1.6.8
 * add python27 variant

Modified Paths:
--------------
    trunk/dports/aqua/LyX/Portfile

Modified: trunk/dports/aqua/LyX/Portfile
===================================================================
--- trunk/dports/aqua/LyX/Portfile	2010-11-16 23:12:41 UTC (rev 73533)
+++ trunk/dports/aqua/LyX/Portfile	2010-11-17 02:22:22 UTC (rev 73534)
@@ -5,8 +5,7 @@
 PortGroup           qt4 1.0
 
 name			    LyX
-version			    1.6.7
-revision            1
+version			    1.6.8
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories	        aqua
 license             GPL
@@ -31,8 +30,8 @@
 				    ftp://ftp.lyx.org/pub/lyx/stable/${branch}.x/ \
 				    http://gd.tuwien.ac.at/publishing/tex/lyx/stable/${branch}.x/
 
-checksums           sha1    24f4edff7f31dd75c47862351ece0d1906cf2e75 \
-                    rmd160  72d6abeda7c1e93209f52242c27fdc016b0b41e8
+checksums           sha1    caa9672e0dd6c725fcb0eb5c2bbf3ba9871935e5 \
+                    rmd160  bf144d8f9ab0b646f320671dded82544c9bbe83e
 
 configure.pre_args  --prefix=${applications_dir}/LyX.app
 configure.args      --with-frontend=qt4 --without-x --with-included-gettext \
@@ -41,20 +40,25 @@
 
 build.env           LD_FLAGS="-framework Carbon -framework OpenGL -framework AGL -framework QuickTime -framework Cocoa"
 
-variant python25 conflicts python26 description {Use python25} {
+variant python25 conflicts python26 python27 description {Use python25} {
     depends_build-append  port:python25
     configure.python      ${prefix}/bin/python2.5
 }
 
-variant python26 conflicts python25 description {Use python26} {
+variant python26 conflicts python25 python27 description {Use python26} {
     depends_build-append  port:python26
     configure.python      ${prefix}/bin/python2.6
 }
 
-if {![variant_isset python25] && ![variant_isset python26]} {
-    default_variants +python25
+variant python27 conflicts python25 python26 description {Use python27} {
+    depends_build-append    port:python27
+    configure.python        ${prefix}/bin/python2.7
 }
 
+if {![variant_isset python25] && ![variant_isset python26] && ![variant_isset python27]} {
+    default_variants +python26
+}
+
 livecheck.type      regex
 livecheck.url       ${homepage}
 livecheck.regex     "${name} (\\d+\\.\\d+\\.\\d+(\\.\\d+)?) released"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101116/431ef8d8/attachment-0001.html>


More information about the macports-changes mailing list