svn commit: r386497 - head/devel/ocaml-camlp5

John Marino marino at FreeBSD.org
Sat May 16 06:49:24 UTC 2015


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 at ueo.co.jp
+MAINTAINER=	ports at 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 <bsd.port.options.mk>
 
@@ -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 <bsd.port.mk>

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/ 


More information about the svn-ports-all mailing list