FreeBSD Bugzilla – Attachment 252883 Details for
Bug 279337
math/alt-ergo: missing dependency on ocaml-zarith
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-devel-ocaml-ppxlib-update-0.32.0-0.33.0.patch
0001-devel-ocaml-ppxlib-update-0.32.0-0.33.0.patch (text/plain), 5.07 KB, created by
Benjamin Jacobs
on 2024-08-18 15:16:50 UTC
(
hide
)
Description:
0001-devel-ocaml-ppxlib-update-0.32.0-0.33.0.patch
Filename:
MIME Type:
Creator:
Benjamin Jacobs
Created:
2024-08-18 15:16:50 UTC
Size:
5.07 KB
patch
obsolete
>From f4dbb6ab683a6cc4cf52ad5ae9ad12d0494dda98 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?=C3=84lven?= <alster@vinterdalen.se> >Date: Mon, 12 Aug 2024 00:35:44 +0400 >Subject: [PATCH 1/3] =?UTF-8?q?devel/ocaml-ppxlib:=20update=200.32.0=20?= > =?UTF-8?q?=E2=86=92=200.33.0?= >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Added LICENSE_FILE. > >PR: 280759 >--- > devel/ocaml-ppxlib/Makefile | 7 ++++--- > devel/ocaml-ppxlib/distinfo | 6 +++--- > devel/ocaml-ppxlib/pkg-plist | 24 ++++++++++++++++++++++++ > 3 files changed, 31 insertions(+), 6 deletions(-) > >diff --git a/devel/ocaml-ppxlib/Makefile b/devel/ocaml-ppxlib/Makefile >index 60515907656f..ed76cfce17d0 100644 >--- a/devel/ocaml-ppxlib/Makefile >+++ b/devel/ocaml-ppxlib/Makefile >@@ -1,13 +1,14 @@ > PORTNAME= ppxlib >-PORTVERSION= 0.32.0 >+DISTVERSION= 0.33.0 > CATEGORIES= devel > PKGNAMEPREFIX= ocaml- > > MAINTAINER= freebsd@dev.thsi.be > COMMENT= Library to write PPX syntax extension for OCaml >-WWW= https://github.com/ocaml-ppx/ppxlib >+WWW= https://github.com/ocaml-ppx/ppxlib/ > > LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE.md > > BUILD_DEPENDS= ${SA_DIR}/ocaml-compiler-libs/META:devel/ocaml-compiler-libs \ > ${SA_DIR}/ppx_derivers/META:devel/ocaml-ppx_derivers \ >@@ -20,13 +21,13 @@ USES= ocaml:dune > USE_GITHUB= yes > GH_ACCOUNT= ocaml-ppx > USE_OCAML= yes >-DUNE_INSTALL_TARGETS= ${PORTNAME} > > DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} > PORTDOCS= CHANGES.md LICENSE.md HISTORY.md README.md odoc-pages > > OPTIONS_DEFINE= DOCS > >+DUNE_INSTALL_TARGETS= ${PORTNAME} > SA_DIR= ${LOCALBASE}/${OCAML_SITELIBDIR} > > post-patch: >diff --git a/devel/ocaml-ppxlib/distinfo b/devel/ocaml-ppxlib/distinfo >index e1f8e4e9daba..a8137031d5de 100644 >--- a/devel/ocaml-ppxlib/distinfo >+++ b/devel/ocaml-ppxlib/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1709654335 >-SHA256 (ocaml-ppx-ppxlib-0.32.0_GH0.tar.gz) = 2b6abac31c46a855c8ef34b4aaa433796b37ef64209f0a9b668d3de9702302fb >-SIZE (ocaml-ppx-ppxlib-0.32.0_GH0.tar.gz) = 585028 >+TIMESTAMP = 1723408025 >+SHA256 (ocaml-ppx-ppxlib-0.33.0_GH0.tar.gz) = 2834c8d58f433d80be8d17c116eb77ba54a4a7f21bb9e257e3f35dfd2aeb3ccc >+SIZE (ocaml-ppx-ppxlib-0.33.0_GH0.tar.gz) = 638136 >diff --git a/devel/ocaml-ppxlib/pkg-plist b/devel/ocaml-ppxlib/pkg-plist >index 86a522533012..44d27e479070 100644 >--- a/devel/ocaml-ppxlib/pkg-plist >+++ b/devel/ocaml-ppxlib/pkg-plist >@@ -74,6 +74,8 @@ > %%OCAML_SITELIBDIR%%/ppxlib/astlib/ast_414.ml > %%OCAML_SITELIBDIR%%/ppxlib/astlib/ast_500.ml > %%OCAML_SITELIBDIR%%/ppxlib/astlib/ast_501.ml >+%%OCAML_SITELIBDIR%%/ppxlib/astlib/ast_502.ml >+%%OCAML_SITELIBDIR%%/ppxlib/astlib/ast_503.ml > %%OCAML_SITELIBDIR%%/ppxlib/astlib/ast_metadata.ml > %%OCAML_SITELIBDIR%%/ppxlib/astlib/ast_metadata.mli > %%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib.a >@@ -133,6 +135,12 @@ > %%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_501.cmi > %%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_501.cmt > %%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_501.cmx >+%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_502.cmi >+%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_502.cmt >+%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_502.cmx >+%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_503.cmi >+%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_503.cmt >+%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_503.cmx > %%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_metadata.cmi > %%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_metadata.cmt > %%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_metadata.cmti >@@ -237,6 +245,18 @@ > %%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_501_500.cmi > %%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_501_500.cmt > %%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_501_500.cmx >+%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_501_502.cmi >+%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_501_502.cmt >+%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_501_502.cmx >+%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_502_501.cmi >+%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_502_501.cmt >+%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_502_501.cmx >+%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_502_503.cmi >+%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_502_503.cmt >+%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_502_503.cmx >+%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_503_502.cmi >+%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_503_502.cmt >+%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_503_502.cmx > %%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Parse.cmi > %%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Parse.cmt > %%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Parse.cmti >@@ -284,6 +304,10 @@ > %%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_500_414.ml > %%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_500_501.ml > %%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_501_500.ml >+%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_501_502.ml >+%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_502_501.ml >+%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_502_503.ml >+%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_503_502.ml > %%OCAML_SITELIBDIR%%/ppxlib/astlib/parse.ml > %%OCAML_SITELIBDIR%%/ppxlib/astlib/parse.mli > %%OCAML_SITELIBDIR%%/ppxlib/astlib/pprintast.ml >-- >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 279337
:
251000
| 252883 |
252884
|
252885