FreeBSD Bugzilla – Attachment 232699 Details for
Bug 262790
devel/ocaml-ppx-tools: upgrade to 6.5 in order to chase the upgrade to OCaml
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Upgrade to 6.5
devel_ocaml-ppx-tools.diff (text/plain), 4.75 KB, created by
Thierry Thomas
on 2022-03-25 11:16:18 UTC
(
hide
)
Description:
Upgrade to 6.5
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2022-03-25 11:16:18 UTC
Size:
4.75 KB
patch
obsolete
>From 452914a7e5aeafcc5b0199d7027df509921341c0 Mon Sep 17 00:00:00 2001 >From: Thierry Thomas <thierry@FreeBSD.org> >Date: Tue, 22 Mar 2022 22:33:42 +0100 >Subject: [PATCH] devel/ocaml-ppx-tools: upgrade to 6.5 > >Release notes at <https://github.com/ocaml-ppx/ppx_tools/releases>. >--- > devel/ocaml-ppx-tools/Makefile | 36 ++++++++++++++++++++++++--------- > devel/ocaml-ppx-tools/distinfo | 6 +++--- > devel/ocaml-ppx-tools/pkg-plist | 24 ++++++++++++++++++++++ > 3 files changed, 53 insertions(+), 13 deletions(-) > >diff --git a/devel/ocaml-ppx-tools/Makefile b/devel/ocaml-ppx-tools/Makefile >index 64c0efda0267..7d8ef1569d60 100644 >--- a/devel/ocaml-ppx-tools/Makefile >+++ b/devel/ocaml-ppx-tools/Makefile >@@ -1,9 +1,7 @@ > # Created by: Michael Grünewald <michipili@gmail.com> > >-PORTNAME= ppx-tools >-PORTVERSION= 5.0 >-PORTREVISION= 1 >-DISTVERSIONSUFFIX= +4.05.0 >+PORTNAME= ppx_tools >+PORTVERSION= 6.5 > CATEGORIES= devel > PKGNAMEPREFIX= ocaml- > >@@ -12,15 +10,33 @@ COMMENT= Tools for authors of ppx rewriters > > LICENSE= MIT > >-USES= gmake >-USE_OCAML= yes >-USE_OCAML_FINDLIB=yes >-MAKE_JOBS_UNSAFE=yes >+BUILD_DEPENDS= dune:devel/ocaml-dune \ >+ cppo:devel/ocaml-cppo \ >+ ocaml-compiler-libs>0:devel/ocaml-compiler-libs >+ > USE_GITHUB= yes > GH_ACCOUNT= ocaml-ppx >-GH_PROJECT= ${PORTNAME:C/-/_/} >+ >+USE_OCAML= yes >+ >+INSTALL_ARGS= --destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR} >+DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} >+ >+OPTIONS_DEFINE= DOCS >+ >+BINS= ast_lifter/ast_lifter.cmxs metaquot/ppx_metaquot.cmxs \ >+ metaquot/ppx.exe dumpast genlifter ppx_metaquot rewriter\ >+ ppx_tools.cmxs >+ >+do-build: >+ (cd ${WRKSRC} && ${LOCALBASE}/bin/dune build) >+ >+do-install: >+ (cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS}) > > post-install: >- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ocaml/site-lib/ppx_tools/ppx_tools.cmxs >+.for bin in ${BINS} >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ocaml/site-lib/${PORTNAME}/${bin} >+.endfor > > .include <bsd.port.mk> >diff --git a/devel/ocaml-ppx-tools/distinfo b/devel/ocaml-ppx-tools/distinfo >index e05e5a0424e8..9b990a75db1e 100644 >--- a/devel/ocaml-ppx-tools/distinfo >+++ b/devel/ocaml-ppx-tools/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1488115400 >-SHA256 (ocaml-ppx-ppx_tools-5.0+4.05.0_GH0.tar.gz) = 031e05e2f98fd77a412cff00f19262e186b0c8a1804fece06d2af05e37a563b7 >-SIZE (ocaml-ppx-ppx_tools-5.0+4.05.0_GH0.tar.gz) = 17893 >+TIMESTAMP = 1647984309 >+SHA256 (ocaml-ppx-ppx_tools-6.5_GH0.tar.gz) = deb6410b6a0cc6f1bab6595f603b66c8c4937886513a0307ff90677431a79a16 >+SIZE (ocaml-ppx-ppx_tools-6.5_GH0.tar.gz) = 19200 >diff --git a/devel/ocaml-ppx-tools/pkg-plist b/devel/ocaml-ppx-tools/pkg-plist >index cd599c4530fb..06fc3abf5e07 100644 >--- a/devel/ocaml-ppx-tools/pkg-plist >+++ b/devel/ocaml-ppx-tools/pkg-plist >@@ -3,17 +3,41 @@ > %%OCAML_SITELIBDIR%%/ppx_tools/ast_convenience.cmt > %%OCAML_SITELIBDIR%%/ppx_tools/ast_convenience.cmti > %%OCAML_SITELIBDIR%%/ppx_tools/ast_convenience.cmx >+%%OCAML_SITELIBDIR%%/ppx_tools/ast_convenience.ml > %%OCAML_SITELIBDIR%%/ppx_tools/ast_convenience.mli >+%%OCAML_SITELIBDIR%%/ppx_tools/ast_lifter/ast_lifter.a >+%%OCAML_SITELIBDIR%%/ppx_tools/ast_lifter/ast_lifter.cma >+%%OCAML_SITELIBDIR%%/ppx_tools/ast_lifter/ast_lifter.cmi >+%%OCAML_SITELIBDIR%%/ppx_tools/ast_lifter/ast_lifter.cmt >+%%OCAML_SITELIBDIR%%/ppx_tools/ast_lifter/ast_lifter.cmx >+%%OCAML_SITELIBDIR%%/ppx_tools/ast_lifter/ast_lifter.cmxa >+%%OCAML_SITELIBDIR%%/ppx_tools/ast_lifter/ast_lifter.cmxs >+%%OCAML_SITELIBDIR%%/ppx_tools/ast_lifter/ast_lifter.ml > %%OCAML_SITELIBDIR%%/ppx_tools/ast_mapper_class.cmi > %%OCAML_SITELIBDIR%%/ppx_tools/ast_mapper_class.cmt > %%OCAML_SITELIBDIR%%/ppx_tools/ast_mapper_class.cmti > %%OCAML_SITELIBDIR%%/ppx_tools/ast_mapper_class.cmx >+%%OCAML_SITELIBDIR%%/ppx_tools/ast_mapper_class.ml > %%OCAML_SITELIBDIR%%/ppx_tools/ast_mapper_class.mli > %%OCAML_SITELIBDIR%%/ppx_tools/dumpast >+%%OCAML_SITELIBDIR%%/ppx_tools/dune-package > %%OCAML_SITELIBDIR%%/ppx_tools/genlifter >+%%OCAML_SITELIBDIR%%/ppx_tools/metaquot/ppx.exe >+%%OCAML_SITELIBDIR%%/ppx_tools/metaquot/ppx_metaquot.a >+%%OCAML_SITELIBDIR%%/ppx_tools/metaquot/ppx_metaquot.cma >+%%OCAML_SITELIBDIR%%/ppx_tools/metaquot/ppx_metaquot.cmi >+%%OCAML_SITELIBDIR%%/ppx_tools/metaquot/ppx_metaquot.cmt >+%%OCAML_SITELIBDIR%%/ppx_tools/metaquot/ppx_metaquot.cmx >+%%OCAML_SITELIBDIR%%/ppx_tools/metaquot/ppx_metaquot.cmxa >+%%OCAML_SITELIBDIR%%/ppx_tools/metaquot/ppx_metaquot.cmxs >+%%OCAML_SITELIBDIR%%/ppx_tools/metaquot/ppx_metaquot.ml >+%%OCAML_SITELIBDIR%%/ppx_tools/opam > %%OCAML_SITELIBDIR%%/ppx_tools/ppx_metaquot > %%OCAML_SITELIBDIR%%/ppx_tools/ppx_tools.a > %%OCAML_SITELIBDIR%%/ppx_tools/ppx_tools.cma > %%OCAML_SITELIBDIR%%/ppx_tools/ppx_tools.cmxa > %%OCAML_SITELIBDIR%%/ppx_tools/ppx_tools.cmxs > %%OCAML_SITELIBDIR%%/ppx_tools/rewriter >+%%PORTDOCS%%%%DOCSDIR%%/CHANGES >+%%PORTDOCS%%%%DOCSDIR%%/LICENSE >+%%PORTDOCS%%%%DOCSDIR%%/README.md >-- >2.35.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 262790
: 232699