Index: Portfile
===================================================================
--- Portfile	(revision 34620)
+++ Portfile	(working copy)
@@ -1,7 +1,7 @@
 # $Id$
 PortSystem	1.0
 name			LyX
-version		1.4.0pre3
+version			1.5.4
 platforms		darwin
 categories	aqua
 maintainers	rsorasen@broadpark.no
@@ -14,15 +14,20 @@
 				leaving details of visual layout to the software.
 
 homepage		http://www.lyx.org
-master_sites	ftp://ftp.devel.lyx.org/pub/lyx/pre/
+master_sites	http://lyx.cybermirror.org/stable/ \
+				http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/ \
+				ftp://ftp.ntua.gr/pub/X11/LyX/stable/ \
+				ftp://ftp.lyx.org/pub/lyx/stable/ \
+				http://gd.tuwien.ac.at/publishing/tex/lyx/stable/
+use_bzip2		yes
 distname		lyx-${version}
-checksums		${distname}${extract.suffix} sha1 4f59ca18516672af3df93706aba4914c3484ba4f
-worksrcdir	lyx-${version}
+checksums		md5 6f424dc23af78e1d39c6962101cde2e9 \
+				sha1 75c2be653b64eedeb443caf2b0401fb74a15e908 \
+				rmd160 fca3cb9c9c9437e879c8abea820fbd28a5d1d72d
 depends_lib	lib:libqt.3.3:qt3-mac
 
 patchfiles	patch-ltmain.sh
 
-configure.compiler	gcc-3.3
 configure.cppflags	"-I${prefix}/include/qt3"
 configure.ldflags	"-framework Carbon -framework OpenGL -framework AGL -framework QuickTime -lz"
 configure.env	QTDIR="${prefix}"

