mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
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)
This commit is contained in:
parent
d74e3ab46e
commit
f4dfe5b8f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386497
@ -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 <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>
|
||||
|
@ -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
|
||||
|
@ -2,4 +2,4 @@ Camlp5 is a preprocessor-pretty-printer of ocaml.
|
||||
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/
|
||||
|
Loading…
Reference in New Issue
Block a user