FreeBSD Bugzilla – Attachment 254229 Details for
Bug 282086
devel/ocaml-sexplib0: Update to 0.17.0, chase related ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-devel-ocaml-sexplib0-Update-to-0.17.0-chase-related-.patch
0001-devel-ocaml-sexplib0-Update-to-0.17.0-chase-related-.patch (text/plain), 17.46 KB, created by
Benjamin Jacobs
on 2024-10-14 19:59:07 UTC
(
hide
)
Description:
0001-devel-ocaml-sexplib0-Update-to-0.17.0-chase-related-.patch
Filename:
MIME Type:
Creator:
Benjamin Jacobs
Created:
2024-10-14 19:59:07 UTC
Size:
17.46 KB
patch
obsolete
>From a8a36fc450cc3fec5cb15f703abaac9e47c8ae56 Mon Sep 17 00:00:00 2001 >From: Benjamin Jacobs <freebsd@dev.thsi.be> >Date: Sun, 9 Jun 2024 11:51:40 +0000 >Subject: [PATCH] devel/ocaml-sexplib0: Update to 0.17.0, chase related ports. > >* devel/ocaml-sexplib0: Switch to ocaml dune build system. > Drop ocaml-findlib dependency. > Take maintainership. > >* graphics/ocaml-images: Add missing ocaml-findlib dependency. > >*/*: Bump the revision to chase ocaml-sexplib0 ABI change. >--- > converters/ocaml-base64/Makefile | 2 +- > devel/ocaml-base/Makefile | 2 +- > devel/ocaml-bos/Makefile | 2 +- > devel/ocaml-camlp5/Makefile | 2 +- > devel/ocaml-cstruct/Makefile | 2 +- > devel/ocaml-dolmen/Makefile | 2 +- > devel/ocaml-ipaddr/Makefile | 2 +- > devel/ocaml-linol/Makefile | 2 +- > devel/ocaml-logs/Makefile | 2 +- > devel/ocaml-lsp/Makefile | 2 +- > devel/ocaml-lwt/Makefile | 2 +- > devel/ocaml-parsexp/Makefile | 1 + > devel/ocaml-ppx_blob/Makefile | 1 + > devel/ocaml-ppx_compare/Makefile | 1 + > devel/ocaml-ppx_deriving/Makefile | 1 + > devel/ocaml-ppx_hash/Makefile | 1 + > devel/ocaml-ppx_js_style/Makefile | 1 + > devel/ocaml-ppx_sexp_conv/Makefile | 2 +- > devel/ocaml-ppx_yojson_conv/Makefile | 2 +- > devel/ocaml-ppxlib/Makefile | 1 + > devel/ocaml-sexplib/Makefile | 1 + > devel/ocaml-sexplib0/Makefile | 33 +++++----------- > devel/ocaml-sexplib0/distinfo | 6 +-- > devel/ocaml-sexplib0/pkg-plist | 57 ++++++++++++++++++++++++++++ > devel/ocaml-stdio/Makefile | 1 + > devel/ocaml-trace/Makefile | 1 + > ftp/ocaml-ocurl/Makefile | 2 +- > graphics/ocaml-images/Makefile | 3 +- > math/alt-ergo/Makefile | 2 +- > math/ocaml-farith/Makefile | 1 + > math/ocaml-ocplib-simplex/Makefile | 2 +- > math/ocamlgsl/Makefile | 1 + > security/ocaml-lwt_ssl/Makefile | 2 +- > 33 files changed, 100 insertions(+), 45 deletions(-) > create mode 100644 devel/ocaml-sexplib0/pkg-plist > >diff --git a/converters/ocaml-base64/Makefile b/converters/ocaml-base64/Makefile >index 34bf203264af..e83892fbf5ef 100644 >--- a/converters/ocaml-base64/Makefile >+++ b/converters/ocaml-base64/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= base64 > PORTVERSION= 3.5.1 > DISTVERSIONPREFIX= v >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= converters > PKGNAMEPREFIX= ocaml- > >diff --git a/devel/ocaml-base/Makefile b/devel/ocaml-base/Makefile >index 162106a0d0f0..321d38f72303 100644 >--- a/devel/ocaml-base/Makefile >+++ b/devel/ocaml-base/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= base > PORTVERSION= 0.16.3 > DISTVERSIONPREFIX= v >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > PKGNAMEPREFIX= ocaml- > >diff --git a/devel/ocaml-bos/Makefile b/devel/ocaml-bos/Makefile >index 750043332c38..099cbeef7479 100644 >--- a/devel/ocaml-bos/Makefile >+++ b/devel/ocaml-bos/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= bos > PORTVERSION= 0.2.1 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= devel > MASTER_SITES= https://erratique.ch/software/bos/releases/ > PKGNAMEPREFIX= ocaml- >diff --git a/devel/ocaml-camlp5/Makefile b/devel/ocaml-camlp5/Makefile >index f84f67ceef4a..1d42b67d59fe 100644 >--- a/devel/ocaml-camlp5/Makefile >+++ b/devel/ocaml-camlp5/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= camlp5 > PORTVERSION= 8.02.01 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= devel > PKGNAMEPREFIX= ocaml- > >diff --git a/devel/ocaml-cstruct/Makefile b/devel/ocaml-cstruct/Makefile >index ee9b77139cb5..3dc4ee6d4610 100644 >--- a/devel/ocaml-cstruct/Makefile >+++ b/devel/ocaml-cstruct/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= cstruct > DISTVERSIONPREFIX= v > DISTVERSION= 6.2.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= devel > PKGNAMEPREFIX= ocaml- > >diff --git a/devel/ocaml-dolmen/Makefile b/devel/ocaml-dolmen/Makefile >index f385a1aedb4a..cbba47bb0a0c 100644 >--- a/devel/ocaml-dolmen/Makefile >+++ b/devel/ocaml-dolmen/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= dolmen > DISTVERSIONPREFIX= v > DISTVERSION= 0.9 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= devel > PKGNAMEPREFIX= ocaml- > >diff --git a/devel/ocaml-ipaddr/Makefile b/devel/ocaml-ipaddr/Makefile >index b10e318923a1..1de874a44ca0 100644 >--- a/devel/ocaml-ipaddr/Makefile >+++ b/devel/ocaml-ipaddr/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= ipaddr > PORTVERSION= 5.6.0 > DISTVERSIONPREFIX= v >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= devel > PKGNAMEPREFIX= ocaml- > >diff --git a/devel/ocaml-linol/Makefile b/devel/ocaml-linol/Makefile >index 6ca44e97b41b..6177f0fbb3f6 100644 >--- a/devel/ocaml-linol/Makefile >+++ b/devel/ocaml-linol/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= linol > PORTVERSION= 0.6 > DISTVERSIONPREFIX= v >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= devel > PKGNAMEPREFIX= ocaml- > >diff --git a/devel/ocaml-logs/Makefile b/devel/ocaml-logs/Makefile >index e479c040a63c..75e7e82e8a7b 100644 >--- a/devel/ocaml-logs/Makefile >+++ b/devel/ocaml-logs/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= logs > PORTVERSION= 0.7.0 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= devel > MASTER_SITES= https://erratique.ch/software/logs/releases/ > PKGNAMEPREFIX= ocaml- >diff --git a/devel/ocaml-lsp/Makefile b/devel/ocaml-lsp/Makefile >index f9ebae9d256a..f301f12f00ea 100644 >--- a/devel/ocaml-lsp/Makefile >+++ b/devel/ocaml-lsp/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= ocaml-lsp > DISTVERSION= 1.19.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > > MAINTAINER= freebsd@dev.thsi.be >diff --git a/devel/ocaml-lwt/Makefile b/devel/ocaml-lwt/Makefile >index a5a6164fd063..f02c8cb1e3bc 100644 >--- a/devel/ocaml-lwt/Makefile >+++ b/devel/ocaml-lwt/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= lwt > PORTVERSION= 5.7.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > PKGNAMEPREFIX= ocaml- > >diff --git a/devel/ocaml-parsexp/Makefile b/devel/ocaml-parsexp/Makefile >index 2094b5f5ae5a..f3fc402ad483 100644 >--- a/devel/ocaml-parsexp/Makefile >+++ b/devel/ocaml-parsexp/Makefile >@@ -1,6 +1,7 @@ > PORTNAME= parsexp > DISTVERSIONPREFIX= v > DISTVERSION= 0.16.0 >+PORTREVISION= 1 > CATEGORIES= devel > PKGNAMEPREFIX= ocaml- > >diff --git a/devel/ocaml-ppx_blob/Makefile b/devel/ocaml-ppx_blob/Makefile >index 2c7731a0c48f..5d282c4982be 100644 >--- a/devel/ocaml-ppx_blob/Makefile >+++ b/devel/ocaml-ppx_blob/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= ppx_blob > DISTVERSION= 0.9.0 >+PORTREVISION= 1 > CATEGORIES= devel > PKGNAMEPREFIX= ocaml- > >diff --git a/devel/ocaml-ppx_compare/Makefile b/devel/ocaml-ppx_compare/Makefile >index ad71b8053736..0ccc18a97efd 100644 >--- a/devel/ocaml-ppx_compare/Makefile >+++ b/devel/ocaml-ppx_compare/Makefile >@@ -1,6 +1,7 @@ > PORTNAME= ppx_compare > DISTVERSIONPREFIX= v > DISTVERSION= 0.16.0 >+PORTREVISION= 1 > CATEGORIES= devel > PKGNAMEPREFIX= ocaml- > >diff --git a/devel/ocaml-ppx_deriving/Makefile b/devel/ocaml-ppx_deriving/Makefile >index 82b06b3a8b4b..bb0fba29b381 100644 >--- a/devel/ocaml-ppx_deriving/Makefile >+++ b/devel/ocaml-ppx_deriving/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= ppx_deriving > PORTVERSION= 6.0.2 >+PORTREVISION= 1 > DISTVERSIONPREFIX= v > CATEGORIES= devel > PKGNAMEPREFIX= ocaml- >diff --git a/devel/ocaml-ppx_hash/Makefile b/devel/ocaml-ppx_hash/Makefile >index ecbb99140c20..b78a5f38b1e0 100644 >--- a/devel/ocaml-ppx_hash/Makefile >+++ b/devel/ocaml-ppx_hash/Makefile >@@ -1,6 +1,7 @@ > PORTNAME= ppx_hash > DISTVERSIONPREFIX= v > DISTVERSION= 0.16.0 >+PORTREVISION= 1 > CATEGORIES= devel > PKGNAMEPREFIX= ocaml- > >diff --git a/devel/ocaml-ppx_js_style/Makefile b/devel/ocaml-ppx_js_style/Makefile >index 4ad46ce62b73..44ac5113e23b 100644 >--- a/devel/ocaml-ppx_js_style/Makefile >+++ b/devel/ocaml-ppx_js_style/Makefile >@@ -1,6 +1,7 @@ > PORTNAME= ppx_js_style > DISTVERSIONPREFIX= v > DISTVERSION= 0.16.0 >+PORTREVISION= 1 > CATEGORIES= devel > PKGNAMEPREFIX= ocaml- > >diff --git a/devel/ocaml-ppx_sexp_conv/Makefile b/devel/ocaml-ppx_sexp_conv/Makefile >index 7d6b2226fda0..683e27c8313c 100644 >--- a/devel/ocaml-ppx_sexp_conv/Makefile >+++ b/devel/ocaml-ppx_sexp_conv/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= ppx_sexp_conv > DISTVERSIONPREFIX= v > DISTVERSION= 0.16.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > PKGNAMEPREFIX= ocaml- > >diff --git a/devel/ocaml-ppx_yojson_conv/Makefile b/devel/ocaml-ppx_yojson_conv/Makefile >index cc33ab7d4d21..e44e46106ebb 100644 >--- a/devel/ocaml-ppx_yojson_conv/Makefile >+++ b/devel/ocaml-ppx_yojson_conv/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= ppx_yojson_conv > DISTVERSIONPREFIX= v > DISTVERSION= 0.17.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > PKGNAMEPREFIX= ocaml- > >diff --git a/devel/ocaml-ppxlib/Makefile b/devel/ocaml-ppxlib/Makefile >index b793734653de..f1cd81ee75e7 100644 >--- a/devel/ocaml-ppxlib/Makefile >+++ b/devel/ocaml-ppxlib/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= ppxlib > DISTVERSION= 0.33.0 >+PORTREVISION= 1 > CATEGORIES= devel > PKGNAMEPREFIX= ocaml- > >diff --git a/devel/ocaml-sexplib/Makefile b/devel/ocaml-sexplib/Makefile >index d2db0892e4ec..e53e45ddf9f5 100644 >--- a/devel/ocaml-sexplib/Makefile >+++ b/devel/ocaml-sexplib/Makefile >@@ -1,6 +1,7 @@ > PORTNAME= sexplib > DISTVERSIONPREFIX= v > DISTVERSION= 0.16.0 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= devel > PKGNAMEPREFIX= ocaml- >diff --git a/devel/ocaml-sexplib0/Makefile b/devel/ocaml-sexplib0/Makefile >index 9517c7248a43..9053007fd7c7 100644 >--- a/devel/ocaml-sexplib0/Makefile >+++ b/devel/ocaml-sexplib0/Makefile >@@ -1,29 +1,18 @@ > PORTNAME= sexplib0 > DISTVERSIONPREFIX= v >-DISTVERSION= 0.16.0 >-PORTREVISION= 1 >+DISTVERSION= 0.17.0 > CATEGORIES= devel > PKGNAMEPREFIX= ocaml- > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= freebsd@dev.thsi.be > COMMENT= OCaml library for working with S-expressions > WWW= https://janestreet.github.io/ > > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE.md > >-BUILD_DEPENDS= dune:devel/ocaml-dune \ >- ocaml-type_conv>=0:devel/ocaml-type_conv \ >- ${LOCALBASE}/${OCAML_SITELIBDIR}/num/META:math/ocaml-num >-RUN_DEPENDS= ocaml-type_conv>=0:devel/ocaml-type_conv >- >-USES= gmake >-ALL_TARGET= default >+USES= ocaml:dune > USE_OCAML= yes >-USE_OCAML_FINDLIB= yes >-USE_OCAML_CAMLP4= yes >-USE_OCAMLFIND_PLIST= yes >-CONFIGURE_ARGS= --disable-docs --prefix ${PREFIX} > > USE_GITHUB= yes > GH_ACCOUNT= janestreet >@@ -31,18 +20,14 @@ GH_ACCOUNT= janestreet > OPTIONS_DEFINE= DOCS > > DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} >-OCAML_PKGDIRS= ${PORTNAME} ${PORTNAME}_num ${PORTNAME}_unix >-PORTDOCS= * >+PORTDOCS= CHANGES.md LICENSE.md README.md > >-do-install: >- cd ${INSTALL_WRKSRC} && dune install --destdir=${STAGEDIR} \ >- --prefix=${PREFIX} --libdir=${PREFIX}/${OCAML_SITELIBDIR} >+post-patch: >+ @${REINPLACE_CMD} \ >+ -e "s/(lang dune 3.11)/(lang dune 3.7)/" \ >+ ${WRKSRC}/dune-project > > post-install: >- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/sexplib*/*.cmxs >- >-#post-install-DOCS-on: >-# ${MKDIR} ${STAGEDIR}${DOCSDIR}/ >-# cd ${WRKSRC}/ && ${INSTALL_DATA} CHANGES.md README.md ${STAGEDIR}${DOCSDIR}/ >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs > > .include <bsd.port.mk> >diff --git a/devel/ocaml-sexplib0/distinfo b/devel/ocaml-sexplib0/distinfo >index f0c29bf06cc6..bbac5b659d1a 100644 >--- a/devel/ocaml-sexplib0/distinfo >+++ b/devel/ocaml-sexplib0/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1684854162 >-SHA256 (janestreet-sexplib0-v0.16.0_GH0.tar.gz) = 73002106488074187a174992da6e76f36f543e6daa80dbf6039a3e10e46adc80 >-SIZE (janestreet-sexplib0-v0.16.0_GH0.tar.gz) = 22171 >+TIMESTAMP = 1717249856 >+SHA256 (janestreet-sexplib0-v0.17.0_GH0.tar.gz) = 5b0910b5dab8ec63633be5dbf92a3e4863d415d803cad9dddf99dba43ce7498b >+SIZE (janestreet-sexplib0-v0.17.0_GH0.tar.gz) = 23052 >diff --git a/devel/ocaml-sexplib0/pkg-plist b/devel/ocaml-sexplib0/pkg-plist >new file mode 100644 >index 000000000000..25bf5a7b86c7 >--- /dev/null >+++ b/devel/ocaml-sexplib0/pkg-plist >@@ -0,0 +1,57 @@ >+%%OCAML_SITELIBDIR%%/sexplib0/META >+%%OCAML_SITELIBDIR%%/sexplib0/dune-package >+%%OCAML_SITELIBDIR%%/sexplib0/opam >+%%OCAML_SITELIBDIR%%/sexplib0/sexp.ml >+%%OCAML_SITELIBDIR%%/sexplib0/sexp.mli >+%%OCAML_SITELIBDIR%%/sexplib0/sexp_conv.ml >+%%OCAML_SITELIBDIR%%/sexplib0/sexp_conv.mli >+%%OCAML_SITELIBDIR%%/sexplib0/sexp_conv_error.ml >+%%OCAML_SITELIBDIR%%/sexplib0/sexp_conv_grammar.ml >+%%OCAML_SITELIBDIR%%/sexplib0/sexp_conv_grammar.mli >+%%OCAML_SITELIBDIR%%/sexplib0/sexp_conv_labeled_tuple.ml >+%%OCAML_SITELIBDIR%%/sexplib0/sexp_conv_labeled_tuple.mli >+%%OCAML_SITELIBDIR%%/sexplib0/sexp_conv_record.ml >+%%OCAML_SITELIBDIR%%/sexplib0/sexp_conv_record.mli >+%%OCAML_SITELIBDIR%%/sexplib0/sexp_grammar.ml >+%%OCAML_SITELIBDIR%%/sexplib0/sexpable.ml >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0.a >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0.cma >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0.cmi >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0.cmt >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0.cmx >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0.cmxa >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0.cmxs >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0.ml >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__.cmi >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__.cmt >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__.cmx >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__.ml >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp.cmi >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp.cmt >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp.cmti >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp.cmx >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv.cmi >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv.cmt >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv.cmti >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv.cmx >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv_error.cmi >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv_error.cmt >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv_error.cmx >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv_grammar.cmi >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv_grammar.cmt >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv_grammar.cmti >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv_grammar.cmx >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv_labeled_tuple.cmi >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv_labeled_tuple.cmt >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv_labeled_tuple.cmti >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv_labeled_tuple.cmx >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv_record.cmi >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv_record.cmt >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv_record.cmti >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv_record.cmx >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_grammar.cmi >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_grammar.cmt >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_grammar.cmx >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexpable.cmi >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexpable.cmt >+%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexpable.cmx >diff --git a/devel/ocaml-stdio/Makefile b/devel/ocaml-stdio/Makefile >index f4c8dc236907..d3f7d39c276c 100644 >--- a/devel/ocaml-stdio/Makefile >+++ b/devel/ocaml-stdio/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= stdio > PORTVERSION= 0.17.0 >+PORTREVISION= 1 > DISTVERSIONPREFIX= v > CATEGORIES= devel > PKGNAMEPREFIX= ocaml- >diff --git a/devel/ocaml-trace/Makefile b/devel/ocaml-trace/Makefile >index dd10c49aa9ec..2537418c4469 100644 >--- a/devel/ocaml-trace/Makefile >+++ b/devel/ocaml-trace/Makefile >@@ -1,6 +1,7 @@ > PORTNAME= trace > DISTVERSIONPREFIX= v > DISTVERSION= 0.7 >+PORTREVISION= 1 > CATEGORIES= devel > PKGNAMEPREFIX= ocaml- > >diff --git a/ftp/ocaml-ocurl/Makefile b/ftp/ocaml-ocurl/Makefile >index 96ca28418f85..be16bfcf9f63 100644 >--- a/ftp/ocaml-ocurl/Makefile >+++ b/ftp/ocaml-ocurl/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= ocurl > PORTVERSION= 0.9.2 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= ftp > PKGNAMEPREFIX= ocaml- > >diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile >index df44ee7894a9..e93b8491fd8f 100644 >--- a/graphics/ocaml-images/Makefile >+++ b/graphics/ocaml-images/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= images > PORTVERSION= 5.0.4 >-PORTREVISION= 2 >+PORTREVISION= 3 > PORTEPOCH= 2 > CATEGORIES= graphics > PKGNAMEPREFIX= ocaml- >@@ -13,6 +13,7 @@ WWW= http://pauillac.inria.fr/camlimages/ > LICENSE= LGPL21 > > BUILD_DEPENDS= cppo:devel/ocaml-cppo \ >+ ${SA_DIR}/findlib/META:devel/ocaml-findlib \ > ${SA_DIR}/stdio/META:devel/ocaml-stdio > > USES= ocaml:dune >diff --git a/math/alt-ergo/Makefile b/math/alt-ergo/Makefile >index 379f0c07e136..8e00b46308cb 100644 >--- a/math/alt-ergo/Makefile >+++ b/math/alt-ergo/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= alt-ergo > DISTVERSIONPREFIX= v > DISTVERSION= 2.5.4 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= math > > MAINTAINER= freebsd@dev.thsi.be >diff --git a/math/ocaml-farith/Makefile b/math/ocaml-farith/Makefile >index 9c09335f8ccf..dd0bf42ddd2a 100644 >--- a/math/ocaml-farith/Makefile >+++ b/math/ocaml-farith/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= farith > DISTVERSION= 0.1 >+PORTREVISION= 1 > CATEGORIES= math > PKGNAMEPREFIX= ocaml- > >diff --git a/math/ocaml-ocplib-simplex/Makefile b/math/ocaml-ocplib-simplex/Makefile >index 5aa10a63af2b..99d854c78dca 100644 >--- a/math/ocaml-ocplib-simplex/Makefile >+++ b/math/ocaml-ocplib-simplex/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= ocplib-simplex > DISTVERSIONPREFIX= v > DISTVERSION= 0.5.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= math > PKGNAMEPREFIX= ocaml- > >diff --git a/math/ocamlgsl/Makefile b/math/ocamlgsl/Makefile >index 349418255b9e..2f0caa257ed6 100644 >--- a/math/ocamlgsl/Makefile >+++ b/math/ocamlgsl/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= ocaml-gsl > DISTVERSION= 1.25.0 >+PORTREVISION= 1 > CATEGORIES= math > > MAINTAINER= ports@FreeBSD.org >diff --git a/security/ocaml-lwt_ssl/Makefile b/security/ocaml-lwt_ssl/Makefile >index 57a260df3045..2e4a8fbf8533 100644 >--- a/security/ocaml-lwt_ssl/Makefile >+++ b/security/ocaml-lwt_ssl/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= lwt_ssl > PORTVERSION= 1.2.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= security > PKGNAMEPREFIX= ocaml- > >-- >2.43.0 >
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 282086
:
254229
|
254231