- Update to latest version 2.3

PR:		ports/115685
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Approved by:	Hirohisa Yamaguchi (maintainer)
This commit is contained in:
Andrey Slusar 2007-08-22 18:27:38 +00:00
parent ab7e0f97de
commit 7a83361095
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198150
3 changed files with 9 additions and 20 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= haskell-mode
PORTVERSION= 2.2
PORTVERSION= 2.3
CATEGORIES= lang elisp
MASTER_SITES= http://www.iro.umontreal.ca/~monnier/elisp/
@ -16,17 +16,17 @@ COMMENT= An Emacs lisp mode for editing haskell programs
NO_BUILD= yes
ELISPDIR= ${PREFIX}/${PLIST_DIRS}
ELISPFILES= haskell-decl-scan.el haskell-doc.el haskell-font-lock.el \
haskell-ghci.el haskell-hugs.el haskell-indent.el \
haskell-mode.el haskell-simple-indent.el haskell-site-file.el \
inf-haskell.el
ELISPFILES= haskell-cabal.el haskell-decl-scan.el haskell-doc.el \
haskell-font-lock.el haskell-ghci.el haskell-hugs.el \
haskell-indent.el haskell-mode.el haskell-simple-indent.el \
haskell-site-file.el inf-haskell.el
PLIST_DIRS= share/emacs/site-lisp/${PORTNAME}/
PLIST_FILES= ${ELISPFILES:C/^| [^ ]/${PLIST_DIRS}/g}
.if !defined(NOPORTDOCS)
PORTDOCS= ChangeLog NEWS fontlock.hs indent.hs \
README index.html
README
.endif
do-install:

View file

@ -1,3 +1,3 @@
MD5 (haskell-mode-2.2.tar.gz) = c911d1d2e8c7864834ab37e6cd7fcbbf
SHA256 (haskell-mode-2.2.tar.gz) = 0bcc23ad01f88386b9e54f30a94b819761ee32ea4b0093f63cf9fea6b3e362cf
SIZE (haskell-mode-2.2.tar.gz) = 77480
MD5 (haskell-mode-2.3.tar.gz) = 83b966f84e00f593f490680c5302021d
SHA256 (haskell-mode-2.3.tar.gz) = 9261eaebc49f9629184f2cb9f247fa268b69d7b45194e8646b8bb61932649d89
SIZE (haskell-mode-2.3.tar.gz) = 77903

View file

@ -1,11 +0,0 @@
--- ./haskell-indent.el.orig Sat Feb 10 06:55:43 2007
+++ ./haskell-indent.el Mon Feb 12 00:05:35 2007
@@ -316,7 +316,7 @@
(defcustom haskell-indent-look-past-empty-line t
"If nil, indentation engine will not look past an empty line for layout points."
- :trype 'boolean)
+ :type 'boolean)
(defun haskell-indent-start-of-def ()
"Return the position of the start of a definition.