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

khindenburg at macports.org khindenburg at macports.org
Sat Sep 3 15:04:02 PDT 2016


Revision: 152327
          https://trac.macports.org/changeset/152327
Author:   khindenburg at macports.org
Date:     2016-09-03 15:04:02 -0700 (Sat, 03 Sep 2016)
Log Message:
-----------
LyX: upgrade to 2.2.1; remove Spotlight folder which never worked #33701

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

Modified: trunk/dports/aqua/LyX/Portfile
===================================================================
--- trunk/dports/aqua/LyX/Portfile	2016-09-03 20:49:51 UTC (rev 152326)
+++ trunk/dports/aqua/LyX/Portfile	2016-09-03 22:04:02 UTC (rev 152327)
@@ -6,7 +6,7 @@
 
 name                LyX
 conflicts           LyX1
-version             2.2.0
+version             2.2.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          aqua
 license             GPL-2+
@@ -39,8 +39,8 @@
                     ftp://ftp.lyx.org/pub/lyx/stable/${branch}.x/ \
                     http://gd.tuwien.ac.at/publishing/tex/lyx/stable/${branch}.x/
 
-checksums           rmd160  7b91bd39ced6eec756569110b541c73364dd4663 \
-                    sha256  d867986870e3f7451f0d4512c60d9c3c7682da59c6c638f18b731f4ad3fa7c80
+checksums           rmd160  83699c981ad9d8fb9186ac293fb1e589b642d0ec \
+                    sha256  db6b722f4526d44e09609adcacb6acef38eb7a11c7cde91ffe0d1d54ef94740f
 
 configure.pre_args  --prefix=${applications_dir}/LyX.app
 # With 2.2.x, Qt 5.6.x is supported
@@ -69,6 +69,10 @@
         ${worksrcpath}/development/MacOSX/Makefile
 }
 
+post-destroot {
+    file delete  -force ${destroot}${applications_dir}/LyX.app/Contents/Library/Spotlight
+}
+
 notes "
 With the upgrade to 2.2+, there are a number of important changes.
 Read ${applications_dir}/${name}.app/Contents/Resources/RELEASE-NOTES
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160903/e1238930/attachment.html>


More information about the macports-changes mailing list