From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 18 20:50: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 6633DD99 for ; Sat, 18 May 2013 20:50: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 57E0828A for ; Sat, 18 May 2013 20:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4IKo1Bo099710 for ; Sat, 18 May 2013 20:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4IKo1Mp099707; Sat, 18 May 2013 20:50:01 GMT (envelope-from gnats) Date: Sat, 18 May 2013 20:50:01 GMT Message-Id: <201305182050.r4IKo1Mp099707@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/178384: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 May 2013 20:50:01 -0000 The following reply was made to PR ports/178384; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/178384: commit references a PR Date: Sat, 18 May 2013 20:42:22 +0000 (UTC) Author: rakuco Date: Sat May 18 20:42:13 2013 New Revision: 318454 URL: http://svnweb.freebsd.org/changeset/ports/318454 Log: Update to 2.9.1. PR: ports/178384 Submitted by: Hirohisa Yamaguchi (maintainer) Modified: head/lang/haskell-mode.el/Makefile head/lang/haskell-mode.el/distinfo head/lang/haskell-mode.el/files/pkg-message.in Modified: head/lang/haskell-mode.el/Makefile ============================================================================== --- head/lang/haskell-mode.el/Makefile Sat May 18 20:35:07 2013 (r318453) +++ head/lang/haskell-mode.el/Makefile Sat May 18 20:42:13 2013 (r318454) @@ -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 - -NO_BUILD= yes +COMMENT= Emacs lisp mode for editing haskell programs LICENSE= GPLv3 -PORTDOCS= ChangeLog NEWS fontlock.hs indent.hs README + +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 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 Modified: head/lang/haskell-mode.el/distinfo ============================================================================== --- head/lang/haskell-mode.el/distinfo Sat May 18 20:35:07 2013 (r318453) +++ head/lang/haskell-mode.el/distinfo Sat May 18 20:42:13 2013 (r318454) @@ -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 Modified: head/lang/haskell-mode.el/files/pkg-message.in ============================================================================== --- head/lang/haskell-mode.el/files/pkg-message.in Sat May 18 20:35:07 2013 (r318453) +++ head/lang/haskell-mode.el/files/pkg-message.in Sat May 18 20:42:13 2013 (r318454) @@ -4,12 +4,11 @@ To use haskell-mode in Emacs, add the fo 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. _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"