[127933] trunk/dports/editors/auctex/Portfile

dports at macports.org dports at macports.org
Fri Nov 7 19:25:10 PST 2014


Revision: 127933
          https://trac.macports.org/changeset/127933
Author:   dports at macports.org
Date:     2014-11-07 19:25:10 -0800 (Fri, 07 Nov 2014)
Log Message:
-----------
auctex: upgrade to v11.88, fixing compatibility with emacs 24.4 (#45668)

Modified Paths:
--------------
    trunk/dports/editors/auctex/Portfile

Modified: trunk/dports/editors/auctex/Portfile
===================================================================
--- trunk/dports/editors/auctex/Portfile	2014-11-08 00:45:46 UTC (rev 127932)
+++ trunk/dports/editors/auctex/Portfile	2014-11-08 03:25:10 UTC (rev 127933)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                auctex
-version             11.87
+version             11.88
 categories          editors print
 maintainers         loria.fr:reilles openmaintainer
 license             GPL-3+
@@ -19,8 +19,8 @@
 homepage            http://www.gnu.org/software/auctex/
 master_sites        gnu
 
-checksums           rmd160  89226e8307c3830b6061d152b42fd5324bb13aec \
-                    sha256  63d57229e585dbf727f5545337615b997488bfdf475274da0718c90b77bd5cf2
+checksums           rmd160  6e4e326b774ae6d7a5b2dc0091100925a8782280 \
+                    sha256  716867d5fbcc5c67cca781d7c1984e6a3a6d5da056ec3b4f35170805bf4dc83f
 
 # We want emacs from MacPorts since this will install stuff in emacs'
 # site-lisp and we want it to go into ${prefix}'s site-lisp.
@@ -30,6 +30,10 @@
 configure.args      --with-lispdir=${prefix}/share/emacs/site-lisp \
                     --with-auto-dir=${prefix}/share/emacs/site-lisp/auctex/auto
 
+pre-destroot {
+    xinstall -d ${destroot}${prefix}/share/emacs/site-lisp/site-start.d
+}
+
 variant emacs_app description "If your Emacs is emacs-app" {
     depends_lib-append     port:emacs-app
     depends_lib-delete     port:emacs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141107/2759d196/attachment.html>


More information about the macports-changes mailing list