[35865] trunk/dports/lang/sml-mode.el/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Wed Apr 9 00:15:02 PDT 2008
Revision: 35865
http://trac.macosforge.org/projects/macports/changeset/35865
Author: mcalhoun at macports.org
Date: 2008-04-09 00:15:00 -0700 (Wed, 09 Apr 2008)
Log Message:
-----------
sml-mode.el:
Changed maintainer address.
Added sha1 and rmd160 checksums.
Replaced teTeX dependency with texlive.
Cleaned up dependecies.
Modified Paths:
--------------
trunk/dports/lang/sml-mode.el/Portfile
Modified: trunk/dports/lang/sml-mode.el/Portfile
===================================================================
--- trunk/dports/lang/sml-mode.el/Portfile 2008-04-09 06:42:39 UTC (rev 35864)
+++ trunk/dports/lang/sml-mode.el/Portfile 2008-04-09 07:15:00 UTC (rev 35865)
@@ -4,18 +4,19 @@
name sml-mode.el
version 4.0
-revision 0
categories lang editors
-maintainers marcuscalhounlopez at mac.com
+maintainers mcalhoun
description An EMACS major mode for editing Standard ML
long_description ${description}
homepage http://www.iro.umontreal.ca/~monnier/elisp/
platforms darwin
distname sml-mode-${version}
master_sites http://www.iro.umontreal.ca/~monnier/elisp/
-checksums md5 dddcadd1ee488a5f70e875e6d20f69fc
+checksums md5 dddcadd1ee488a5f70e875e6d20f69fc \
+ sha1 6a05274d02f7ea108f4171009c5a4e0989744ddb \
+ rmd160 d585bdf15906f272fc1dac6c52f450a694ee823f
-#depends_lib path:${prefix}/bin/emacs:emacs
+depends_lib port:emacs
use_configure no
@@ -23,7 +24,10 @@
destroot.target install_elc install_el prefix=${destroot}${prefix}
variant docs description {Install extra documentation} {
- depends_run-append port:teTeX
+ depends_build-append path:${prefix}/texi2dvi:texinfo \
+ path:${prefix}/makeinfo:texinfo \
+ path:${prefix}/texi2dvi:texinfo \
+ path:${prefix}/bin/dvips:texlive_base
build.target-append info dvi postscript
destroot.target-append install_info install_dvi \
infodir=${destroot}${prefix}/share/info \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080409/90ffcb41/attachment.html
More information about the macports-changes
mailing list