diff options
author | marino <marino@FreeBSD.org> | 2015-05-16 15:37:21 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-05-16 15:37:21 +0800 |
commit | bf215125849d0609e773aa6d1833d7b72f5817f1 (patch) | |
tree | 711557c72316c22084533a7ef364deaa66c0e034 | |
parent | 631d2ffb8a57ece17f5cff302b37fcb74c0fc921 (diff) | |
download | freebsd-ports-gnome-bf215125849d0609e773aa6d1833d7b72f5817f1.tar.gz freebsd-ports-gnome-bf215125849d0609e773aa6d1833d7b72f5817f1.tar.zst freebsd-ports-gnome-bf215125849d0609e773aa6d1833d7b72f5817f1.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
-rw-r--r-- | archivers/ocaml-bz2/Makefile | 2 | ||||
-rw-r--r-- | databases/ocaml-dbm/Makefile | 2 | ||||
-rw-r--r-- | databases/ocaml-sqlite3/Makefile | 2 | ||||
-rw-r--r-- | devel/ocaml-calendar/Makefile | 2 | ||||
-rw-r--r-- | devel/ocaml-lwt/Makefile | 2 | ||||
-rw-r--r-- | devel/ocaml-react/Makefile | 2 | ||||
-rw-r--r-- | lang/js_of_ocaml/Makefile | 2 | ||||
-rw-r--r-- | security/ocaml-cryptokit/Makefile | 2 | ||||
-rw-r--r-- | security/ocaml-ssl/Makefile | 2 | ||||
-rw-r--r-- | textproc/ocaml-text/Makefile | 2 | ||||
-rw-r--r-- | textproc/ocaml-tyxml/Makefile | 2 | ||||
-rw-r--r-- | www/eliom/Makefile | 2 | ||||
-rw-r--r-- | www/ocaml-net/Makefile | 2 | ||||
-rw-r--r-- | www/ocsigen/Makefile | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/archivers/ocaml-bz2/Makefile b/archivers/ocaml-bz2/Makefile index 2c46bbcd9315..2cf598e082ec 100644 --- a/archivers/ocaml-bz2/Makefile +++ b/archivers/ocaml-bz2/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/72/ PKGNAMEPREFIX= ocaml- DISTNAME= caml${PORTNAME}-${PORTVERSION} -MAINTAINER= jaapb@kerguelen.org +MAINTAINER= ports@FreeBSD.org COMMENT= OCaml library to manipulate bz2 files DESTDIRNAME= DONTUSEIT 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 diff --git a/devel/ocaml-calendar/Makefile b/devel/ocaml-calendar/Makefile index fb172087024b..194948c48637 100644 --- a/devel/ocaml-calendar/Makefile +++ b/devel/ocaml-calendar/Makefile @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/915/ PKGNAMEPREFIX= ocaml- -MAINTAINER= jaapb@kerguelen.org +MAINTAINER= ports@FreeBSD.org COMMENT= Date and time library for OCaml GNU_CONFIGURE= yes diff --git a/devel/ocaml-lwt/Makefile b/devel/ocaml-lwt/Makefile index a63f6b3e295b..f1cfd0a12570 100644 --- a/devel/ocaml-lwt/Makefile +++ b/devel/ocaml-lwt/Makefile @@ -8,7 +8,7 @@ CATEGORIES= devel MASTER_SITES= http://ocsigen.org/download/ PKGNAMEPREFIX= ocaml- -MAINTAINER= jaapb@kerguelen.org +MAINTAINER= ports@FreeBSD.org COMMENT= Cooperative threading library for OCaml LICENSE= LGPL21 diff --git a/devel/ocaml-react/Makefile b/devel/ocaml-react/Makefile index c85094d981a2..67d727477c8b 100644 --- a/devel/ocaml-react/Makefile +++ b/devel/ocaml-react/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://erratique.ch/software/react/releases/ PKGNAMEPREFIX= ocaml- EXTRACT_SUFX= .tbz -MAINTAINER= jaapb@kerguelen.org +MAINTAINER= ports@FreeBSD.org COMMENT= OCaml module for functional reactive programming LICENSE= BSD3CLAUSE diff --git a/lang/js_of_ocaml/Makefile b/lang/js_of_ocaml/Makefile index e87c3030a7fb..2c9475adaeed 100644 --- a/lang/js_of_ocaml/Makefile +++ b/lang/js_of_ocaml/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.3.2 CATEGORIES= lang MASTER_SITES= http://ocsigen.org/download/ -MAINTAINER= jaapb@kerguelen.org +MAINTAINER= ports@FreeBSD.org COMMENT= OCaml to JavaScript compiler BUILD_DEPENDS= ocaml-lwt>=2.3.0:${PORTSDIR}/devel/ocaml-lwt \ diff --git a/security/ocaml-cryptokit/Makefile b/security/ocaml-cryptokit/Makefile index 4619a8113fe5..faa0a0a01632 100644 --- a/security/ocaml-cryptokit/Makefile +++ b/security/ocaml-cryptokit/Makefile @@ -7,7 +7,7 @@ CATEGORIES= security MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/891/ PKGNAMEPREFIX= ocaml- -MAINTAINER= jaapb@kerguelen.org +MAINTAINER= ports@FreeBSD.org COMMENT= Variety of cryptographic primitives for Objective Caml DESTDIRNAME= destdir diff --git a/security/ocaml-ssl/Makefile b/security/ocaml-ssl/Makefile index d6743d24c73a..968e92a44046 100644 --- a/security/ocaml-ssl/Makefile +++ b/security/ocaml-ssl/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= SF/savonet/ocaml-${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ocaml- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} -MAINTAINER= jaapb@kerguelen.org +MAINTAINER= ports@FreeBSD.org COMMENT= OpenSSL bindings for OCaml USES= gmake diff --git a/textproc/ocaml-text/Makefile b/textproc/ocaml-text/Makefile index fb464085dacb..d54a06329dc1 100644 --- a/textproc/ocaml-text/Makefile +++ b/textproc/ocaml-text/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/937/ PKGNAMEPREFIX= ocaml- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} -MAINTAINER= jaapb@kerguelen.org +MAINTAINER= ports@FreeBSD.org COMMENT= OCaml library for dealing with text USES= gmake diff --git a/textproc/ocaml-tyxml/Makefile b/textproc/ocaml-tyxml/Makefile index 90712777b0bb..77d295f4f3cc 100644 --- a/textproc/ocaml-tyxml/Makefile +++ b/textproc/ocaml-tyxml/Makefile @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= http://ocsigen.org/download/ PKGNAMEPREFIX= ocaml- -MAINTAINER= jaapb@kerguelen.org +MAINTAINER= ports@FreeBSD.org COMMENT= OCaml XML typing library LICENSE= LGPL21_SSLEX diff --git a/www/eliom/Makefile b/www/eliom/Makefile index b254fe45c2b4..39a5d7e69bd6 100644 --- a/www/eliom/Makefile +++ b/www/eliom/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 3.0.3 CATEGORIES= www MASTER_SITES= http://ocsigen.org/download/ -MAINTAINER= jaapb@kerguelen.org +MAINTAINER= ports@FreeBSD.org COMMENT= Ocaml dynamic webpage generation library LICENSE= LGPL21_SSLEX diff --git a/www/ocaml-net/Makefile b/www/ocaml-net/Makefile index 1f42ea001dc4..b6cd6be75e1c 100644 --- a/www/ocaml-net/Makefile +++ b/www/ocaml-net/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://download.camlcity.org/download/ PKGNAMEPREFIX= ocaml- DISTNAME= ocaml${PORTNAME}-${PORTVERSION} -MAINTAINER= jaapb@kerguelen.org +MAINTAINER= ports@FreeBSD.org COMMENT= OCaml modules for Internet applications LICENSE= GPLv2 diff --git a/www/ocsigen/Makefile b/www/ocsigen/Makefile index 7b9828144e73..085378601812 100644 --- a/www/ocsigen/Makefile +++ b/www/ocsigen/Makefile @@ -7,7 +7,7 @@ CATEGORIES= www MASTER_SITES= http://ocsigen.org/download/ DISTNAME= ocsigenserver-${PORTVERSION} -MAINTAINER= jaapb@kerguelen.org +MAINTAINER= ports@FreeBSD.org COMMENT= Web programming framework for OCaml LICENSE= LGPL21_SSLEX |