Update ocaml-biniou to 1.2.1.
The main changes are:
1) change github account from mjambon to ocaml-community
2) biniou was updated to use dune instead of jbuilder
The jbuilder to dune change in #2 is needed in order to be able to update
dune. This is because newer versions of dune no longer include jbuilder.
The only consumer of ocaml-biniou (devel/ocaml-yojson) was compile tested
on amd64.
ok?
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/ocaml-biniou/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile 26 Sep 2019 09:46:10 -0000 1.5
+++ Makefile 18 Feb 2020 08:07:54 -0000
@@ -3,10 +3,9 @@
COMMENT = binary data format designed for speed, safety, usability
CATEGORIES = devel
-GH_ACCOUNT = mjambon
+GH_ACCOUNT = ocaml-community
GH_PROJECT = biniou
-GH_TAGNAME = v1.2.0
-REVISION = 2
+GH_TAGNAME = 1.2.1
PKGNAME = ocaml-${DISTNAME}
# 3-clause BSD
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/ocaml-biniou/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo 4 Aug 2019 19:04:48 -0000 1.1.1.1
+++ distinfo 18 Feb 2020 08:07:54 -0000
@@ -1,2 +1,2 @@
-SHA256 (biniou-1.2.0.tar.gz) = 2Tmp1YZgIBc4w9Iq1beXbespF7IlkaB1JYB7t0E1fTY=
-SIZE (biniou-1.2.0.tar.gz) = 23611
+SHA256 (biniou-1.2.1.tar.gz) = njhWbt6PJZP590P7faHIqGdEUeq+Mms+K0KoeDSmbLU=
+SIZE (biniou-1.2.1.tar.gz) = 23970
Index: patches/patch-Makefile
===================================================================
RCS file: patches/patch-Makefile
diff -N patches/patch-Makefile
--- patches/patch-Makefile 4 Aug 2019 19:04:48 -0000 1.1.1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@
-$OpenBSD: patch-Makefile,v 1.1.1.1 2019/08/04 19:04:48 chrisz Exp $
-
-Index: Makefile
---- Makefile.orig
-+++ Makefile
-@@ -1,6 +1,9 @@
- all:
- @jbuilder build
-
-+install:
-+ @jbuilder install
-+
- test:
- @jbuilder runtest
-
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/ocaml-biniou/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST 4 Aug 2019 19:04:48 -0000 1.1.1.1
+++ pkg/PLIST 18 Feb 2020 08:07:54 -0000
@@ -46,5 +46,6 @@
lib/ocaml/biniou/opam
share/doc/ocaml-biniou/
share/doc/ocaml-biniou/biniou/
+share/doc/ocaml-biniou/biniou/CHANGES.md
share/doc/ocaml-biniou/biniou/LICENSE
share/doc/ocaml-biniou/biniou/README.md