[78772] trunk/dports/lang/sml-mode.el/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sat May 21 12:58:32 PDT 2011


Revision: 78772
          http://trac.macports.org/changeset/78772
Author:   mcalhoun at macports.org
Date:     2011-05-21 12:58:31 -0700 (Sat, 21 May 2011)
Log Message:
-----------
sml-mode.el: Change dependency from texlive_base to texlive-basic since the former is no longer used.
Use notes instead of ui_msg to inform users.
Set supported_archs to noarch since installation is architecture independent.

Modified Paths:
--------------
    trunk/dports/lang/sml-mode.el/Portfile

Modified: trunk/dports/lang/sml-mode.el/Portfile
===================================================================
--- trunk/dports/lang/sml-mode.el/Portfile	2011-05-21 18:17:32 UTC (rev 78771)
+++ trunk/dports/lang/sml-mode.el/Portfile	2011-05-21 19:58:31 UTC (rev 78772)
@@ -18,6 +18,8 @@
     sha1 d28a4dd7051bf843305bd73855f169f92134c64d \
     rmd160 303332d3ed84180320df96d0ba978afdb76cf268
 
+supported_archs    noarch
+
 depends_lib        port:emacs
 
 use_configure      no
@@ -28,7 +30,7 @@
 	depends_build-append	path:${prefix}/texi2dvi:texinfo \
         path:${prefix}/makeinfo:texinfo \
         path:${prefix}/texi2dvi:texinfo \
-        path:${prefix}/bin/dvips:texlive_base
+        path:${prefix}/bin/dvips:texlive-basic
 	
     build.target-append	info dvi postscript
 	
@@ -43,10 +45,8 @@
 	}
 }
 
-post-activate {
-    ui_msg "To use this, put the following into your ~/.emacs:"
-    ui_msg "(load \"${prefix}/share/emacs/site-lisp/sml-mode/sml-mode-startup\")"
-}
+notes "To use this, put the following into your ~/.emacs:
+(load \"${prefix}/share/emacs/site-lisp/sml-mode/sml-mode-startup\")"
 
 livecheck.type  regex
 livecheck.regex sml-mode-(\\d+(?:\\.\\d+)*)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110521/c8b6ff61/attachment.html>


More information about the macports-changes mailing list