Changeset 15094 for trunk/dports


Ignore:
Timestamp:
Nov 21, 2005, 12:22:00 AM (18 years ago)
Author:
gwright
Message:

Version bump to 2.1.

Location:
trunk/dports/lang/haskell-mode.el
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/haskell-mode.el/Portfile

    r9528 r15094  
    1 # $Id: Portfile,v 1.1 2004/12/02 10:23:47 gwright Exp $
     1# $Id: Portfile,v 1.2 2005/11/21 00:22:00 gwright Exp $
    22
    3 PortSystem      1.0
     3PortSystem 1.0
    44name            haskell-mode.el
    5 version         2.0
     5version         2.1
    66categories      lang editors
    77maintainers     gwright@opendarwin.org
     
    1616                interactive loop such as the one of Hugs  or GHCi.
    1717
    18 distname        haskell-mode
     18distname        haskell-mode-${version}
    1919
    2020homepage        //http://www-perso.iro.umontreal.ca/~monnier/elisp/
    2121master_sites    ${homepage}
    2222
    23 checksums       md5 85b4db872e6496a65dd68b3777d107a1
     23checksums       md5 df6c6d62777c2ea6cdd5455a0010e7e2
    2424
    25 depends_lib     path:${prefix}/bin/emacs:emacs
    26 depends_run     bin:ghci:ghc
     25depends_lib     port:emacs
     26depends_run     port:ghc
    2727
    28 worksrcdir      ${distname}-${version}
    29 
    30 patchfiles      patch-inf-haskell.el
     28worksrcdir      ${distname}
    3129
    3230post-patch      { reinplace s|ghci-program-path|${prefix}/bin/ghci|g ${worksrcpath}/inf-haskell.el }
     31
     32variant devel   { depends_lib-delete port:emacs
     33                  depends_lib-append port:emacs-devel
     34                }
    3335
    3436use_configure   no
     
    4042
    4143post-activate   { ui_msg "To use this, put the following into your ~/.emacs:"
    42                   ui_msg "(load \"${prefix}/share/emacs/site-lisp/${distname}-${version}/haskell-site-file\")"
     44                  ui_msg "(load \"${prefix}/share/emacs/site-lisp/${distname}/haskell-site-file\")"
    4345                  ui_msg "(add-hook 'haskell-mode-hook 'turn-in-haskell-doc-mode)"
    4446                  ui_msg "(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)"
     
    5052                  ui_msg "reported to the author. For the moment, you must"
    5153                  ui_msg "edit the appropriate files in"
    52                   ui_msg "${prefix}/share/emacs/site-list/{$distname}-${version}"
     54                  ui_msg "${prefix}/share/emacs/site-list/${distname}"
    5355                  ui_msg "to customize ${name}."
    5456}
Note: See TracChangeset for help on using the changeset viewer.