From owner-svn-ports-all@FreeBSD.ORG Sat May 16 06:49:24 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F992730; Sat, 16 May 2015 06:49:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 707831FA6; Sat, 16 May 2015 06:49:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4G6nOLB070902; Sat, 16 May 2015 06:49:24 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4G6nNjT070899; Sat, 16 May 2015 06:49:23 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201505160649.t4G6nNjT070899@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 16 May 2015 06:49:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386497 - head/devel/ocaml-camlp5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2015 06:49:24 -0000 Author: marino Date: Sat May 16 06:49:23 2015 New Revision: 386497 URL: https://svnweb.freebsd.org/changeset/ports/386497 Log: devel/ocaml-camlp5: Upgrade version 6.11 => 6.12, reset maintainer This port broke at configuration after the latest upgrade of ocaml. The listed maintainer timed out again, and he did not stage this port (meaning that if it hadn't have been done for him, he would have been removed as maintainer long ago). I'm resetting maintainership now. PR: 199835 Submitted by: h.skuhra (gmail) Approved by: maintainer timeout (maintainer reset) Modified: head/devel/ocaml-camlp5/Makefile head/devel/ocaml-camlp5/distinfo head/devel/ocaml-camlp5/pkg-descr Modified: head/devel/ocaml-camlp5/Makefile ============================================================================== --- head/devel/ocaml-camlp5/Makefile Sat May 16 04:54:13 2015 (r386496) +++ head/devel/ocaml-camlp5/Makefile Sat May 16 06:49:23 2015 (r386497) @@ -2,16 +2,17 @@ # $FreeBSD$ PORTNAME= camlp5 -PORTVERSION= 6.11 +PORTVERSION= 6.12 CATEGORIES= devel -MASTER_SITES= http://cristal.inria.fr/~ddr/camlp5/distrib/src/ \ +MASTER_SITES= http://camlp5.gforge.inria.fr/distrib/src/ \ + http://cristal.inria.fr/~ddr/camlp5/distrib/src/ \ http://pauillac.inria.fr/~ddr/camlp5/distrib/src/ PKGNAMEPREFIX= ocaml- DIST_SUBDIR= ${UNIQUENAME} PATCH_SITES= ${MASTER_SITES} -MAINTAINER= umq@ueo.co.jp +MAINTAINER= ports@FreeBSD.org COMMENT= Preprocessor-pretty-printer of OCaml LICENSE= INRIA @@ -35,7 +36,7 @@ OPTIONS_DEFINE= DOCS DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} PORTDOCS= CHANGES DEVEL ICHANGES INSTALL MODE README UPGRADING -MAKE_JOBS_UNSAFE= yes +MAKE_JOBS_UNSAFE= yes .include @@ -55,5 +56,6 @@ post-install: .endif ${INSTALL_DATA} ${WRKSRC}/etc/META \ ${STAGEDIR}${PREFIX}/lib/ocaml/camlp5 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/camlp5*.opt .include Modified: head/devel/ocaml-camlp5/distinfo ============================================================================== --- head/devel/ocaml-camlp5/distinfo Sat May 16 04:54:13 2015 (r386496) +++ head/devel/ocaml-camlp5/distinfo Sat May 16 06:49:23 2015 (r386497) @@ -1,2 +1,2 @@ -SHA256 (ocaml-camlp5/camlp5-6.11.tgz) = 65521c1d316ea6c0e794d07bd331bdb091840d3ab41c16b50005d7685a2cab37 -SIZE (ocaml-camlp5/camlp5-6.11.tgz) = 686711 +SHA256 (ocaml-camlp5/camlp5-6.12.tgz) = b716c8b248289205bc76823000bc0b0988517cfcfd9c2eb1a3c43cc2cd7d5c02 +SIZE (ocaml-camlp5/camlp5-6.12.tgz) = 716173 Modified: head/devel/ocaml-camlp5/pkg-descr ============================================================================== --- head/devel/ocaml-camlp5/pkg-descr Sat May 16 04:54:13 2015 (r386496) +++ head/devel/ocaml-camlp5/pkg-descr Sat May 16 06:49:23 2015 (r386497) @@ -2,4 +2,4 @@ Camlp5 is a preprocessor-pretty-printer It offers tools for syntax (grammars) and the ability to modify the concrete syntax of the language (quotations, syntax extensions). -WWW: http://cristal.inria.fr/~ddr/camlp5/ +WWW: http://camlp5.gforge.inria.fr/