diff options
author | Benjamin Jacobs <freebsd@dev.thsi.be> | 2024-05-23 21:34:38 +0200 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2024-05-23 21:36:38 +0200 |
commit | cd8b929f5df18cd3d44b4c9be9896330747d6a0d (patch) | |
tree | 161a00ce43ec3a7c62722822ae9dfb6125d1da00 | |
parent | www/radicale: Update to 3.2.0 (diff) |
devel/ocaml-sexplib: Bump PORTEPOCH
This new incarnation of this port has a new version numbering and
requires a PORTEPOCH bump
PR: 279258
Fixes: bb2bea65dbac365184f0efd68e9b79201fe5c533
-rw-r--r-- | devel/ocaml-sexplib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/ocaml-sexplib/Makefile b/devel/ocaml-sexplib/Makefile index beb14e602ded..d2db0892e4ec 100644 --- a/devel/ocaml-sexplib/Makefile +++ b/devel/ocaml-sexplib/Makefile @@ -1,6 +1,7 @@ PORTNAME= sexplib DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 +PORTEPOCH= 1 CATEGORIES= devel PKGNAMEPREFIX= ocaml- |