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

snc at macports.org snc at macports.org
Tue Aug 4 12:27:21 PDT 2009


Revision: 54928
          http://trac.macports.org/changeset/54928
Author:   snc at macports.org
Date:     2009-08-04 12:27:21 -0700 (Tue, 04 Aug 2009)
Log Message:
-----------
updated version, added branch and build.env

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

Modified: trunk/dports/aqua/LyX/Portfile
===================================================================
--- trunk/dports/aqua/LyX/Portfile	2009-08-04 19:18:45 UTC (rev 54927)
+++ trunk/dports/aqua/LyX/Portfile	2009-08-04 19:27:21 UTC (rev 54928)
@@ -4,8 +4,8 @@
 PortSystem	1.0
 
 name			LyX
-version			1.6.0
-revision		1
+version			1.6.3
+set branch      [join [lrange [split ${version} .] 0 1] .]
 platforms		darwin
 categories	aqua
 maintainers	nomaintainer
@@ -18,16 +18,16 @@
 				leaving details of visual layout to the software.
 
 homepage		http://www.lyx.org/
-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/
+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/
 use_bzip2		yes
 distname		lyx-${version}
-checksums		md5 a51469e84e3c377df94a1546cf3077b6 \
-				sha1 55720b9e82dc1c14882a23a3e6ea085d795cb6d3 \
-				rmd160 8e4ee72b9c677d362a8a2dd49f316530b43a9533
+checksums           md5     c524e72f7e4d64224c6bfdbd84065dd8 \
+                    sha1    0b0837e417ff347893439cbff03344ec7623d0f0 \
+                    rmd160  3b15976873fdda87d483c7efc0c712a2a78ade09
 
 depends_build	port:pkgconfig
 
@@ -41,4 +41,9 @@
 configure.pre_args  --prefix=/Applications/MacPorts/LyX.app
 configure.args --with-frontend=qt4 --without-x --with-included-gettext \
     --enable-optimization=-Os --disable-concept-checks \
-    --with-qt4-dir=${prefix}/libexec/qt4-mac
+    --with-qt4-dir=${prefix}/libexec/qt4-mac \
+                --with-version-suffix=-1.6
+build.env       LD_FLAGS="-framework Carbon -framework OpenGL -framework AGL -framework QuickTime -framework Cocoa" \
+                LD_LIBRARY_PATH=${prefix}/libexec/qt4-mac/lib \
+                CPLUS_INCLUDE_PATH=${prefix}/libexec/qt4-mac/include
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090804/3e9a3b39/attachment.html>


More information about the macports-changes mailing list