From 7a833610950673020d8fa6fb1146c6b5e7cc89d7 Mon Sep 17 00:00:00 2001 From: Andrey Slusar Date: Wed, 22 Aug 2007 18:27:38 +0000 Subject: - Update to latest version 2.3 PR: ports/115685 Submitted by: KIMURA Yasuhiro Approved by: Hirohisa Yamaguchi (maintainer) --- lang/haskell-mode.el/Makefile | 12 ++++++------ lang/haskell-mode.el/distinfo | 6 +++--- lang/haskell-mode.el/files/patch-haskell-indent.el | 11 ----------- 3 files changed, 9 insertions(+), 20 deletions(-) delete mode 100644 lang/haskell-mode.el/files/patch-haskell-indent.el (limited to 'lang/haskell-mode.el') diff --git a/lang/haskell-mode.el/Makefile b/lang/haskell-mode.el/Makefile index 6d093f170e2d..53323d7b0e08 100644 --- a/lang/haskell-mode.el/Makefile +++ b/lang/haskell-mode.el/Makefile @@ -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: diff --git a/lang/haskell-mode.el/distinfo b/lang/haskell-mode.el/distinfo index 20a5078b47c3..866bf7a4bf51 100644 --- a/lang/haskell-mode.el/distinfo +++ b/lang/haskell-mode.el/distinfo @@ -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 diff --git a/lang/haskell-mode.el/files/patch-haskell-indent.el b/lang/haskell-mode.el/files/patch-haskell-indent.el deleted file mode 100644 index 0144a3ecc91c..000000000000 --- a/lang/haskell-mode.el/files/patch-haskell-indent.el +++ /dev/null @@ -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. -- cgit v1.2.3