Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2013 19:19:58 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316003 - in head/lang/tuareg-mode.el: . files scripts
Message-ID:  <201304171919.r3HJJwLn022149@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Wed Apr 17 19:19:57 2013
New Revision: 316003
URL: http://svnweb.freebsd.org/changeset/ports/316003

Log:
  - Update to 2.0.6
  - Remove obsolete scripts directory
  
  PR:		ports/173438
  Submitted by:	Michael Grünewald <michael.grunewald@laposte.net> (maintainer)
  Feature safe:	yes

Deleted:
  head/lang/tuareg-mode.el/files/patch-tuareg.el
  head/lang/tuareg-mode.el/scripts/
Modified:
  head/lang/tuareg-mode.el/Makefile
  head/lang/tuareg-mode.el/distinfo
  head/lang/tuareg-mode.el/pkg-descr

Modified: head/lang/tuareg-mode.el/Makefile
==============================================================================
--- head/lang/tuareg-mode.el/Makefile	Wed Apr 17 18:59:30 2013	(r316002)
+++ head/lang/tuareg-mode.el/Makefile	Wed Apr 17 19:19:57 2013	(r316003)
@@ -1,26 +1,22 @@
-# New ports collection makefile for:	tuareg-mode
-# Date created:			28 October 2004
-# Whom:				dd
-#
+# Created by: dd
 # $FreeBSD$
-#
 
 PORTNAME=	tuareg-mode
-PORTVERSION=	1.45.6
-PORTREVISION=	13
+PORTVERSION=	2.0.6
 PORTEPOCH=	1
 CATEGORIES=	lang elisp
-MASTER_SITES=	http://www-rocq.inria.fr/~acohen/tuareg/mode/
+MASTER_SITES=	http://forge.ocamlcore.org/frs/download.php/882/
 
 MAINTAINER=	michael.grunewald@laposte.net
 COMMENT=	Emacs major mode for editing Caml code
 
 USE_EMACS=	yes
-USE_BZIP2=	yes
 
-DOC_FILES=	README HISTORY append-tuareg.el custom-tuareg.el
+WRKSRC=		${WRKDIR}/tuareg-${PORTVERSION}
+
+DOC_FILES=	README
 DOC_DIR=	share/doc/tuareg-mode
-ELISP_FILES=	camldebug.el tuareg.el
+ELISP_FILES=	ocamldebug.el tuareg.el
 
 PLIST_FILES=	${ELISP_FILES:S/^/${EMACS_SITE_LISPDIR}\//} \
 		${ELISP_FILES:S/^/${EMACS_SITE_LISPDIR}\//S/$/c/} \
@@ -34,14 +30,9 @@ PLIST_DIRS=	${DOC_DIR}
 # Operations
 #
 
-# We do provide our own build and install procedures, instead of using
-# mainstream author's one.
-
 do-build:
-.for tuareg_mode_f in ${ELISP_FILES}
 	cd ${WRKSRC} &&\
-	  ${EMACS_CMD} -batch -q -l ${SCRIPTDIR}/batch-compile.el ${tuareg_mode_f}
-.endfor
+	${EMACS_CMD} -batch -q -f batch-byte-compile ${ELISP_FILES}
 
 do-install:
 .for tuareg_mode_f in ${ELISP_FILES}

Modified: head/lang/tuareg-mode.el/distinfo
==============================================================================
--- head/lang/tuareg-mode.el/distinfo	Wed Apr 17 18:59:30 2013	(r316002)
+++ head/lang/tuareg-mode.el/distinfo	Wed Apr 17 19:19:57 2013	(r316003)
@@ -1,2 +1,2 @@
-SHA256 (tuareg-mode-1.45.6.tar.bz2) = 2f22834259a6b0c065a6528a519eda3d0164a9bf2de8a5f7c041d6a91777261b
-SIZE (tuareg-mode-1.45.6.tar.bz2) = 46822
+SHA256 (tuareg-mode-2.0.6.tar.gz) = ea79ac24623b82ab8047345f8504abca557a537e639d16ce1ac3e5b27f5b1189
+SIZE (tuareg-mode-2.0.6.tar.gz) = 54916

Modified: head/lang/tuareg-mode.el/pkg-descr
==============================================================================
--- head/lang/tuareg-mode.el/pkg-descr	Wed Apr 17 18:59:30 2013	(r316002)
+++ head/lang/tuareg-mode.el/pkg-descr	Wed Apr 17 19:19:57 2013	(r316003)
@@ -1,12 +1,12 @@
 From the web site:
 
   Tuareg is a Caml mode for GNU Emacs and XEmacs. It handles automatic
-  indentation of Objective Caml and Camllight codes. Key parts of the
+  indentation of OCaml and Camllight codes. Key parts of the
   code are hilighted using Font-Lock. Support to run an interactive
   Caml toplevel and debbuger is provided.
 
   This mode attempts to give better results than the one provided in
-  the standard distribution OCaml 3.x. Indentation rules are slightly
+  the standard distribution of OCaml. Indentation rules are slightly
   different but closer to classical functional languages.
 
   There is no relation with the Tuareg People, except their reputation
@@ -14,4 +14,4 @@ From the web site:
 
 Documentation is installed into share/doc/tuareg-mode
 
-WWW: http://www-rocq.inria.fr/~acohen/tuareg/
+WWW: http://tuareg.forge.ocamlcore.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304171919.r3HJJwLn022149>