git: 9133b766df7c - main - */*: Bump PORTREVISIONS after ocaml-ppxlib update

From: Zsolt Udvari <uzsolt_at_FreeBSD.org>
Date: Wed, 09 Oct 2024 05:29:25 UTC
The branch main has been updated by uzsolt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9133b766df7c5f71d498d5c5ebe8a3b7e00fdf77

commit 9133b766df7c5f71d498d5c5ebe8a3b7e00fdf77
Author:     Benjamin Jacobs <freebsd@dev.thsi.be>
AuthorDate: 2024-10-09 05:24:53 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-10-09 05:28:31 +0000

    */*: Bump PORTREVISIONS after ocaml-ppxlib update
    
    Commit ID: 25d9e3539b7ff862de62ea62a5044fc6e5faf953
    
    PR:             279337
---
 converters/ocaml-base64/Makefile   | 1 +
 devel/ocaml-bos/Makefile           | 2 +-
 devel/ocaml-camlp5/Makefile        | 2 +-
 devel/ocaml-cstruct/Makefile       | 1 +
 devel/ocaml-ipaddr/Makefile        | 1 +
 devel/ocaml-logs/Makefile          | 2 +-
 devel/ocaml-lwt/Makefile           | 1 +
 devel/ocaml-ppx_sexp_conv/Makefile | 1 +
 ftp/ocaml-ocurl/Makefile           | 2 +-
 math/abella/Makefile               | 2 +-
 security/ocaml-lwt_ssl/Makefile    | 1 +
 11 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/converters/ocaml-base64/Makefile b/converters/ocaml-base64/Makefile
index b3805c8efe40..2d1cb06b4a6a 100644
--- a/converters/ocaml-base64/Makefile
+++ b/converters/ocaml-base64/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	base64
 PORTVERSION=	3.5.1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	converters
 PKGNAMEPREFIX=	ocaml-
 
diff --git a/devel/ocaml-bos/Makefile b/devel/ocaml-bos/Makefile
index 3caa24a626f6..85972ffcfbf9 100644
--- a/devel/ocaml-bos/Makefile
+++ b/devel/ocaml-bos/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	bos
 PORTVERSION=	0.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 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 44289467f8c2..68efa32b46d2 100644
--- a/devel/ocaml-camlp5/Makefile
+++ b/devel/ocaml-camlp5/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	camlp5
 PORTVERSION=	8.02.01
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 PKGNAMEPREFIX=	ocaml-
 
diff --git a/devel/ocaml-cstruct/Makefile b/devel/ocaml-cstruct/Makefile
index 753afd397598..8c0dd1d3167e 100644
--- a/devel/ocaml-cstruct/Makefile
+++ b/devel/ocaml-cstruct/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	cstruct
 DISTVERSIONPREFIX=	v
 DISTVERSION=	6.2.0
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	ocaml-
 
diff --git a/devel/ocaml-ipaddr/Makefile b/devel/ocaml-ipaddr/Makefile
index e06316bfa248..faab66a8a224 100644
--- a/devel/ocaml-ipaddr/Makefile
+++ b/devel/ocaml-ipaddr/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	ipaddr
 PORTVERSION=	5.6.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	ocaml-
 
diff --git a/devel/ocaml-logs/Makefile b/devel/ocaml-logs/Makefile
index c0f1b18cb582..4923c37a1b8d 100644
--- a/devel/ocaml-logs/Makefile
+++ b/devel/ocaml-logs/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	logs
 PORTVERSION=	0.7.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	https://erratique.ch/software/logs/releases/
 PKGNAMEPREFIX=	ocaml-
diff --git a/devel/ocaml-lwt/Makefile b/devel/ocaml-lwt/Makefile
index 06e1332b6480..a5a6164fd063 100644
--- a/devel/ocaml-lwt/Makefile
+++ b/devel/ocaml-lwt/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	lwt
 PORTVERSION=	5.7.0
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	ocaml-
 
diff --git a/devel/ocaml-ppx_sexp_conv/Makefile b/devel/ocaml-ppx_sexp_conv/Makefile
index 2d2fd6a23733..7d6b2226fda0 100644
--- a/devel/ocaml-ppx_sexp_conv/Makefile
+++ b/devel/ocaml-ppx_sexp_conv/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	ppx_sexp_conv
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.16.0
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	ocaml-
 
diff --git a/ftp/ocaml-ocurl/Makefile b/ftp/ocaml-ocurl/Makefile
index d55852e15cbe..96ca28418f85 100644
--- a/ftp/ocaml-ocurl/Makefile
+++ b/ftp/ocaml-ocurl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ocurl
 PORTVERSION=	0.9.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	ftp
 PKGNAMEPREFIX=	ocaml-
 
diff --git a/math/abella/Makefile b/math/abella/Makefile
index 41485db94928..d59f199681dc 100644
--- a/math/abella/Makefile
+++ b/math/abella/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	abella
 DISTVERSION=	2.0.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 MASTER_SITES=	http://abella-prover.org/distributions/
 
diff --git a/security/ocaml-lwt_ssl/Makefile b/security/ocaml-lwt_ssl/Makefile
index 455d3a8aacb8..57a260df3045 100644
--- a/security/ocaml-lwt_ssl/Makefile
+++ b/security/ocaml-lwt_ssl/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	lwt_ssl
 PORTVERSION=	1.2.0
+PORTREVISION=	1
 CATEGORIES=	security
 PKGNAMEPREFIX=	ocaml-