From owner-svn-ports-head@freebsd.org Fri Sep 30 18:59:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39D6CC04A33; Fri, 30 Sep 2016 18:59:48 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4200BFA; Fri, 30 Sep 2016 18:59:47 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8UIxlXT086992; Fri, 30 Sep 2016 18:59:47 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8UIxlnf086990; Fri, 30 Sep 2016 18:59:47 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201609301859.u8UIxlnf086990@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 30 Sep 2016 18:59:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423011 - head/lang/haskell-mode.el X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2016 18:59:48 -0000 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