Index: Makefile =================================================================== RCS file: /usr1/freebsd/cvsroot/ports/lang/haskell-mode.el/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 13 Feb 2007 19:14:42 -0000 1.7 +++ Makefile 21 Aug 2007 14:04:56 -0000 @@ -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/ @@ -26,7 +26,7 @@ .if !defined(NOPORTDOCS) PORTDOCS= ChangeLog NEWS fontlock.hs indent.hs \ - README index.html + README .endif do-install: Index: distinfo =================================================================== RCS file: /usr1/freebsd/cvsroot/ports/lang/haskell-mode.el/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 13 Feb 2007 19:14:42 -0000 1.5 +++ distinfo 21 Aug 2007 14:00:24 -0000 @@ -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 Index: files/patch-haskell-indent.el =================================================================== RCS file: files/patch-haskell-indent.el diff -N files/patch-haskell-indent.el --- files/patch-haskell-indent.el 13 Feb 2007 19:14:43 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -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.