aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-05-16 15:37:21 +0800
committerJohn Marino <marino@FreeBSD.org>2015-05-16 15:37:21 +0800
commit7b4708af97aed67a69e6ae8c1ab355b16547ebd0 (patch)
tree711557c72316c22084533a7ef364deaa66c0e034 /databases
parent1a924932df6f968fafe74818168c043e966c5ae8 (diff)
downloadfreebsd-ports-gnome-7b4708af97aed67a69e6ae8c1ab355b16547ebd0.tar.gz
freebsd-ports-gnome-7b4708af97aed67a69e6ae8c1ab355b16547ebd0.tar.zst
freebsd-ports-gnome-7b4708af97aed67a69e6ae8c1ab355b16547ebd0.zip
Reset 14 ocaml ports maintained by Jaap Boender per his request
"I don't use FreeBSD very much anymore, so I'm not really the best person to fix this. (As a corollary, if anyone wants to take over maintainership of any or all of the ports, I'm still listed as maintainer of, they are most welcome to.)" Given that Jaap hasn't submitted or handled any PRs since before staging, I think it will be more effective to just reset all the ports and let people pick up the ones they like. Thanks for your past support, Jaap! PR: 199845
Diffstat (limited to 'databases')
-rw-r--r--databases/ocaml-dbm/Makefile2
-rw-r--r--databases/ocaml-sqlite3/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/ocaml-dbm/Makefile b/databases/ocaml-dbm/Makefile
index ab4b9a37d26e..6e504dab22b6 100644
--- a/databases/ocaml-dbm/Makefile
+++ b/databases/ocaml-dbm/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/728/
PKGNAMEPREFIX= ocaml-
DISTNAME= caml${PORTNAME}-${PORTVERSION}
-MAINTAINER= jaapb@kerguelen.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= OCaml binding to the NDBM and GDBM database library
LICENSE= LGPL20
diff --git a/databases/ocaml-sqlite3/Makefile b/databases/ocaml-sqlite3/Makefile
index b45fafffa50f..188a62800513 100644
--- a/databases/ocaml-sqlite3/Makefile
+++ b/databases/ocaml-sqlite3/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://cdn.bitbucket.org/mmottl/sqlite3-ocaml/downloads/
PKGNAMEPREFIX= ocaml-
DISTNAME= ${PORTNAME}-ocaml-${PORTVERSION}
-MAINTAINER= jaapb@kerguelen.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= OCaml bindings to sqlite3 library
LICENSE= OCSQLT3