Re: git: 04b1405ac5a5 - main - devel/ocaml-cfg: update the port to version 2.2.0
Date: Tue, 05 Apr 2022 16:16:51 UTC
Le mar. 5 avr. 22 à 11:49:51 +0200, Alexey Dokuchaev <danfe@FreeBSD.org> écrivait : > The branch main has been updated by danfe: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=04b1405ac5a56b2b3f8c1726a1deef2cec5abc2b > > commit 04b1405ac5a56b2b3f8c1726a1deef2cec5abc2b > Author: Alexey Dokuchaev <danfe@FreeBSD.org> > AuthorDate: 2022-04-05 09:48:24 +0000 > Commit: Alexey Dokuchaev <danfe@FreeBSD.org> > CommitDate: 2022-04-05 09:48:24 +0000 > > devel/ocaml-cfg: update the port to version 2.2.0 > > This version is compatible with OCaml 4.06+ and allows to build > dependent `devel/aifad' port with minimal patching. While here, > change the COMMENT to match upstream and flatten `pkg-plist'. > --- > devel/aifad/Makefile | 3 +++ > devel/aifad/distinfo | 5 +++++ > devel/ocaml-cfg/Makefile | 30 ++++++++++------------------ > devel/ocaml-cfg/distinfo | 5 +++-- > devel/ocaml-cfg/pkg-plist | 50 +++++++++++++++++++++++++++++++++++++++++++++++ > 5 files changed, 71 insertions(+), 22 deletions(-) > > diff --git a/devel/aifad/Makefile b/devel/aifad/Makefile > index 03172b2e6b26..b53619d5e5f7 100644 > --- a/devel/aifad/Makefile > +++ b/devel/aifad/Makefile > @@ -5,6 +5,9 @@ PORTVERSION= 2.0.8 > DISTVERSIONPREFIX= v > CATEGORIES= devel > > +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ > +PATCHFILES= 6c94276f361614b4c447.diff:-p1 e08856647724737ca15e.diff:-p1 Are these patches still relevant? A diff for this port is included in PR 262794 withou patches: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262794 Regards. -- Th. Thomas.