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

snc at macports.org snc at macports.org
Tue May 10 16:16:51 PDT 2011


Revision: 78533
          http://trac.macports.org/changeset/78533
Author:   snc at macports.org
Date:     2011-05-10 16:16:51 -0700 (Tue, 10 May 2011)
Log Message:
-----------
LyX:
 * update to 2.0.0
 * conflict with LyX1
 * bzip2 to xz
 * fix suffix

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

Modified: trunk/dports/aqua/LyX/Portfile
===================================================================
--- trunk/dports/aqua/LyX/Portfile	2011-05-10 23:09:49 UTC (rev 78532)
+++ trunk/dports/aqua/LyX/Portfile	2011-05-10 23:16:51 UTC (rev 78533)
@@ -5,7 +5,8 @@
 PortGroup           qt4 1.0
 
 name			    LyX
-version			    1.6.9
+conflicts           LyX1
+version			    2.0.0
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories	        aqua
 license             GPL
@@ -22,23 +23,24 @@
 depends_lib-append  bin:tex:texlive \
 				    port:ImageMagick
 
-use_bzip2		    yes
+use_xz              yes
 distname		    lyx-${version}
+
 master_sites	    http://lyx.cybermirror.org/stable/${branch}.x/ \
 				    http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/${branch}.x/ \
 				    ftp://ftp.ntua.gr/pub/X11/LyX/stable/${branch}.x/ \
 				    ftp://ftp.lyx.org/pub/lyx/stable/${branch}.x/ \
 				    http://gd.tuwien.ac.at/publishing/tex/lyx/stable/${branch}.x/
 
-checksums           sha1    a1acacc8a26546542e32977ae222e811c98b1ca4 \
-                    rmd160  30e37efc4c9cf3d335e78a1a1940dba2a0df1645
+checksums           sha1    27bf0ee623aae0e59780d9f627cdf5cb788a2516 \
+                    rmd160  9d2974ae03a986effcd0bccac04a6c877f976f33
 
 patchfiles          patch-configure.diff
 
 configure.pre_args  --prefix=${applications_dir}/LyX.app
 configure.args      --with-frontend=qt4 --without-x --with-included-gettext \
                     --enable-optimization=-Os --disable-concept-checks \
-                    --with-version-suffix=-1.6
+                    --with-version-suffix=-${branch}
 
 variant python25 conflicts python26 python27 description {Use python25} {
     depends_build-append  port:python25
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110510/88172de8/attachment.html>


More information about the macports-changes mailing list