Revision: 149101 https://trac.macports.org/changeset/149101 Author: khindenburg@macports.org Date: 2016-05-30 05:51:03 -0700 (Mon, 30 May 2016) Log Message: ----------- LyX: update to 2.2.0 Modified Paths: -------------- trunk/dports/aqua/LyX/Portfile Removed Paths: ------------- trunk/dports/aqua/LyX/files/ Modified: trunk/dports/aqua/LyX/Portfile =================================================================== --- trunk/dports/aqua/LyX/Portfile 2016-05-30 11:23:45 UTC (rev 149100) +++ trunk/dports/aqua/LyX/Portfile 2016-05-30 12:51:03 UTC (rev 149101) @@ -6,7 +6,7 @@ name LyX conflicts LyX1 -version 2.1.4 +version 2.2.0 set branch [join [lrange [split ${version} .] 0 1] .] categories aqua license GPL-2+ @@ -27,6 +27,7 @@ bin:latex:texlive \ port:ImageMagick \ port:boost \ + port:hunspell \ port:libmagic use_xz yes @@ -38,12 +39,11 @@ ftp://ftp.lyx.org/pub/lyx/stable/${branch}.x/ \ http://gd.tuwien.ac.at/publishing/tex/lyx/stable/${branch}.x/ -checksums rmd160 aee21b0b039d8b759defaa1d44cf556bc2cecd5c \ - sha256 d13548cf183f2fc241df8121420933702491a7460c78a0ef6dba0e9e438ef32a +checksums rmd160 7b91bd39ced6eec756569110b541c73364dd4663 \ + sha256 d867986870e3f7451f0d4512c60d9c3c7682da59c6c638f18b731f4ad3fa7c80 -patchfiles patch-config.h.in.diff - configure.pre_args --prefix=${applications_dir}/LyX.app +# With 2.2.x, Qt 5.6.x is supported configure.args --with-frontend=qt4 --without-x --with-included-gettext --without-included-boost \ --enable-optimization=-Os --disable-concept-checks \ --with-version-suffix=-${branch} @@ -69,6 +69,15 @@ ${worksrcpath}/development/MacOSX/Makefile } +notes " +With the upgrade to 2.2+, there are a number of important changes. +Read ${applications_dir}/${name}.app/Contents/Resources/RELEASE-NOTES +for more information. +It is advisible to not delete the previous version so that it can be +re-activated if there are issues with the new version. +https://guide.macports.org/#using.port.upgrade +" + livecheck.type regex livecheck.url ${homepage} livecheck.regex "${name} (\\d+\\.\\d+\\.\\d+(\\.\\d+)?) released"
participants (1)
-
khindenburg@macports.org