From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 7 04:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 35659E8C for ; Tue, 7 May 2013 04:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 15C77D23 for ; Tue, 7 May 2013 04:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r474K0CJ034635 for ; Tue, 7 May 2013 04:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r474K0j1034634; Tue, 7 May 2013 04:20:00 GMT (envelope-from gnats) Resent-Date: Tue, 7 May 2013 04:20:00 GMT Resent-Message-Id: <201305070420.r474K0j1034634@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hirohisa Yamaguchi Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 142F3E6B for ; Tue, 7 May 2013 04:15:42 +0000 (UTC) (envelope-from umq.876@gmail.com) Received: from mail-pa0-f42.google.com (mail-pa0-f42.google.com [209.85.220.42]) by mx1.freebsd.org (Postfix) with ESMTP id E60ABD0D for ; Tue, 7 May 2013 04:15:41 +0000 (UTC) Received: by mail-pa0-f42.google.com with SMTP id bj3so187648pad.29 for ; Mon, 06 May 2013 21:15:41 -0700 (PDT) Received: from nafbsd2.m.nd.to (p057007.dynamic.ppp.asahi-net.or.jp. [221.113.57.7]) by mx.google.com with ESMTPSA id uf2sm26489031pbc.41.2013.05.06.21.15.38 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 06 May 2013 21:15:39 -0700 (PDT) Message-Id: <86mws75suj.wl%umq@ueo.co.jp> Date: Tue, 07 May 2013 13:14:44 +0900 From: Hirohisa Yamaguchi Sender: Hirohisa Yamaguchi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/178384: [maintainer] lang/haskell-mode.el update to 2.9.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 May 2013 04:20:01 -0000 >Number: 178384 >Category: ports >Synopsis: [maintainer] lang/haskell-mode.el update to 2.9.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 07 04:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hirohisa Yamaguchi >Release: FreeBSD 8.3-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD **** 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The newer version of lang/haskell-mode.el 2.9.1 is available at the official repository on GitHub. >How-To-Repeat: N/A >Fix: The patch follows: M lang/haskell-mode.el/Makefile M lang/haskell-mode.el/distinfo M lang/haskell-mode.el/files/pkg-message.in Index: lang/haskell-mode.el/Makefile =================================================================== --- lang/haskell-mode.el/Makefile (revision 317569) +++ lang/haskell-mode.el/Makefile (working copy) @@ -1,40 +1,46 @@ -# New ports collection makefile for: haskell-mode.el -# Date created: 5 March 2004 -# Whom: Josh Elsasser -# +# Created by: Josh Elsasser # $FreeBSD$ -# PORTNAME= haskell-mode -PORTVERSION= 2.8.0 +PORTVERSION= 2.9.1 CATEGORIES= lang elisp -MASTER_SITES= http://projects.haskell.org/haskellmode-emacs/ MAINTAINER= umq@ueo.co.jp -COMMENT= An Emacs lisp mode for editing haskell programs +COMMENT= Emacs lisp mode for editing haskell programs +LICENSE= GPLv3 + +OPTIONS_DEFINE= DOCS + +GH_ACCOUNT= haskell +GH_COMMIT= 166ec39 +GH_TAGNAME= ${PORTVERSION:S/./_/g} NO_BUILD= yes +PORTDOCS= NEWS fontlock.hs indent.hs README.md +USE_GITHUB= yes -LICENSE= GPLv3 -PORTDOCS= ChangeLog NEWS fontlock.hs indent.hs README - ELISPDIR= ${PREFIX}/${PLIST_DIRS} -ELISPFILES= ghc-core.el haskell-c.el haskell-cabal.el haskell-decl-scan.el \ +ELISPFILES= ghc-core.el haskell-align-imports.el haskell-c.el \ + haskell-cabal.el haskell-checkers.el haskell-decl-scan.el \ haskell-doc.el haskell-font-lock.el haskell-ghci.el \ haskell-hugs.el haskell-indent.el haskell-indentation.el \ - haskell-mode.el haskell-simple-indent.el haskell-site-file.el \ - inf-haskell.el + haskell-interactive-mode.el haskell-mode.el \ + haskell-move-nested.el haskell-navigate-imports.el \ + haskell-package.el haskell-process.el haskell-session.el \ + haskell-show.el haskell-simple-indent.el haskell-site-file.el \ + haskell-sort-imports.el haskell-string.el inf-haskell.el PLIST_DIRS= share/emacs/site-lisp/${PORTNAME}/ PLIST_FILES= ${ELISPFILES:C/^| [^ ]/${PLIST_DIRS}/g} SUB_FILES= pkg-message +.include do-install: @${MKDIR} ${ELISPDIR} @${INSTALL_DATA} ${ELISPFILES:S,^,${WRKSRC}/,} ${ELISPDIR}/ post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ .endif Index: lang/haskell-mode.el/distinfo =================================================================== --- lang/haskell-mode.el/distinfo (revision 317569) +++ lang/haskell-mode.el/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (haskell-mode-2.8.0.tar.gz) = 614dc82977fe5f1b3ecc85a34897409ad6218bee0e1a88611747b1e13b79c580 -SIZE (haskell-mode-2.8.0.tar.gz) = 107284 +SHA256 (haskell-mode-2.9.1.tar.gz) = 90dd5590162583f099a900f2f71b06625f5e48cdce1b566fc5fd8d248c6f1242 +SIZE (haskell-mode-2.9.1.tar.gz) = 123603 Index: lang/haskell-mode.el/files/pkg-message.in =================================================================== --- lang/haskell-mode.el/files/pkg-message.in (revision 317569) +++ lang/haskell-mode.el/files/pkg-message.in (working copy) @@ -4,12 +4,11 @@ Add the following lines according to which modules you want to use: -(add-hook 'haskell-mode-hook 'turn-on-haskell-decl-scan) (add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode) (add-hook 'haskell-mode-hook 'turn-on-haskell-indentation) (add-hook 'haskell-mode-hook 'turn-on-haskell-indent) (add-hook 'haskell-mode-hook 'turn-on-haskell-simple-indent) -(add-hook 'haskell-mode-hook 'turn-on-font-lock) +(add-hook 'haskell-mode-hook 'font-lock-mode) Note that the three indentation modules are mutually exclusive - add at most one. >Release-Note: >Audit-Trail: >Unformatted: