svn commit: r423011 - head/lang/haskell-mode.el

Pawel Pekala pawel at FreeBSD.org
Fri Sep 30 18:59:48 UTC 2016


Author: pawel
Date: Fri Sep 30 18:59:46 2016
New Revision: 423011
URL: https://svnweb.freebsd.org/changeset/ports/423011

Log:
  Update to version 16.1
  
  PR:		212765
  Submitted by:	Klaus Aehlig (maintainer)

Modified:
  head/lang/haskell-mode.el/Makefile
  head/lang/haskell-mode.el/distinfo

Modified: head/lang/haskell-mode.el/Makefile
==============================================================================
--- head/lang/haskell-mode.el/Makefile	Fri Sep 30 18:44:00 2016	(r423010)
+++ head/lang/haskell-mode.el/Makefile	Fri Sep 30 18:59:46 2016	(r423011)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	haskell-mode
-PORTVERSION=	13.20.1
+PORTVERSION=	16.1
 DISTVERSIONPREFIX=v
 CATEGORIES=	lang elisp
 
@@ -25,13 +25,15 @@ NO_ARCH=	yes
 ELISPDIR=	${PREFIX}/${PLIST_DIRS}
 ELISPFILES=	ghc-core.el ghci-script-mode.el haskell-align-imports.el \
 		haskell-c2hs.el \
-		haskell-cabal.el haskell-checkers.el \
+		haskell-cabal.el \
 		haskell-collapse.el haskell-commands.el \
-		haskell-compile.el haskell-compat.el \
+		haskell-compat.el haskell-compile.el \
 		haskell-complete-module.el haskell-completions.el \
 		haskell-customize.el \
 		haskell-debug.el haskell-decl-scan.el \
-		haskell-doc.el haskell-font-lock.el haskell-hoogle.el \
+		haskell-doc.el haskell-font-lock.el \
+		haskell-ghc-support.el \
+		haskell-hoogle.el \
 		haskell-indent.el haskell-indentation.el \
 		haskell-interactive-mode.el haskell-lexeme.el haskell-load.el \
 		haskell-menu.el haskell-mode-pkg.el haskell-mode.el \

Modified: head/lang/haskell-mode.el/distinfo
==============================================================================
--- head/lang/haskell-mode.el/distinfo	Fri Sep 30 18:44:00 2016	(r423010)
+++ head/lang/haskell-mode.el/distinfo	Fri Sep 30 18:59:46 2016	(r423011)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1470079686
-SHA256 (haskell-haskell-mode-v13.20.1_GH0.tar.gz) = 62af1fce31c22770b76f49f5fe2ff92ad90d29fd7b8f925c392d454d3ed62c44
-SIZE (haskell-haskell-mode-v13.20.1_GH0.tar.gz) = 1181535
+TIMESTAMP = 1474119287
+SHA256 (haskell-haskell-mode-v16.1_GH0.tar.gz) = 109d9a0070825745c20f590c7fd0a1d2bb873d931db5ecc7deea317ab864d43c
+SIZE (haskell-haskell-mode-v16.1_GH0.tar.gz) = 1192866


More information about the svn-ports-all mailing list