Date: Sat, 16 May 2015 07:37:22 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386500 - in head: archivers/ocaml-bz2 databases/ocaml-dbm databases/ocaml-sqlite3 devel/ocaml-calendar devel/ocaml-lwt devel/ocaml-react lang/js_of_ocaml security/ocaml-cryptokit secur... Message-ID: <201505160737.t4G7bMgX095441@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat May 16 07:37:21 2015 New Revision: 386500 URL: https://svnweb.freebsd.org/changeset/ports/386500 Log: 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 Modified: head/archivers/ocaml-bz2/Makefile head/databases/ocaml-dbm/Makefile head/databases/ocaml-sqlite3/Makefile head/devel/ocaml-calendar/Makefile head/devel/ocaml-lwt/Makefile head/devel/ocaml-react/Makefile head/lang/js_of_ocaml/Makefile head/security/ocaml-cryptokit/Makefile head/security/ocaml-ssl/Makefile head/textproc/ocaml-text/Makefile head/textproc/ocaml-tyxml/Makefile head/www/eliom/Makefile head/www/ocaml-net/Makefile head/www/ocsigen/Makefile Modified: head/archivers/ocaml-bz2/Makefile ============================================================================== --- head/archivers/ocaml-bz2/Makefile Sat May 16 07:33:52 2015 (r386499) +++ head/archivers/ocaml-bz2/Makefile Sat May 16 07:37:21 2015 (r386500) @@ -9,7 +9,7 @@ MASTER_SITES= http://forge.ocamlcore.org PKGNAMEPREFIX= ocaml- DISTNAME= caml${PORTNAME}-${PORTVERSION} -MAINTAINER= jaapb@kerguelen.org +MAINTAINER= ports@FreeBSD.org COMMENT= OCaml library to manipulate bz2 files DESTDIRNAME= DONTUSEIT Modified: head/databases/ocaml-dbm/Makefile ============================================================================== --- head/databases/ocaml-dbm/Makefile Sat May 16 07:33:52 2015 (r386499) +++ head/databases/ocaml-dbm/Makefile Sat May 16 07:37:21 2015 (r386500) @@ -8,7 +8,7 @@ MASTER_SITES= https://forge.ocamlcore.or 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 Modified: head/databases/ocaml-sqlite3/Makefile ============================================================================== --- head/databases/ocaml-sqlite3/Makefile Sat May 16 07:33:52 2015 (r386499) +++ head/databases/ocaml-sqlite3/Makefile Sat May 16 07:37:21 2015 (r386500) @@ -9,7 +9,7 @@ MASTER_SITES= http://cdn.bitbucket.org/m PKGNAMEPREFIX= ocaml- DISTNAME= ${PORTNAME}-ocaml-${PORTVERSION} -MAINTAINER= jaapb@kerguelen.org +MAINTAINER= ports@FreeBSD.org COMMENT= OCaml bindings to sqlite3 library LICENSE= OCSQLT3 Modified: head/devel/ocaml-calendar/Makefile ============================================================================== --- head/devel/ocaml-calendar/Makefile Sat May 16 07:33:52 2015 (r386499) +++ head/devel/ocaml-calendar/Makefile Sat May 16 07:37:21 2015 (r386500) @@ -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 Modified: head/devel/ocaml-lwt/Makefile ============================================================================== --- head/devel/ocaml-lwt/Makefile Sat May 16 07:33:52 2015 (r386499) +++ head/devel/ocaml-lwt/Makefile Sat May 16 07:37:21 2015 (r386500) @@ -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 Modified: head/devel/ocaml-react/Makefile ============================================================================== --- head/devel/ocaml-react/Makefile Sat May 16 07:33:52 2015 (r386499) +++ head/devel/ocaml-react/Makefile Sat May 16 07:37:21 2015 (r386500) @@ -9,7 +9,7 @@ MASTER_SITES= http://erratique.ch/softwa PKGNAMEPREFIX= ocaml- EXTRACT_SUFX= .tbz -MAINTAINER= jaapb@kerguelen.org +MAINTAINER= ports@FreeBSD.org COMMENT= OCaml module for functional reactive programming LICENSE= BSD3CLAUSE Modified: head/lang/js_of_ocaml/Makefile ============================================================================== --- head/lang/js_of_ocaml/Makefile Sat May 16 07:33:52 2015 (r386499) +++ head/lang/js_of_ocaml/Makefile Sat May 16 07:37:21 2015 (r386500) @@ -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 \ Modified: head/security/ocaml-cryptokit/Makefile ============================================================================== --- head/security/ocaml-cryptokit/Makefile Sat May 16 07:33:52 2015 (r386499) +++ head/security/ocaml-cryptokit/Makefile Sat May 16 07:37:21 2015 (r386500) @@ -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 Modified: head/security/ocaml-ssl/Makefile ============================================================================== --- head/security/ocaml-ssl/Makefile Sat May 16 07:33:52 2015 (r386499) +++ head/security/ocaml-ssl/Makefile Sat May 16 07:37:21 2015 (r386500) @@ -8,7 +8,7 @@ MASTER_SITES= SF/savonet/ocaml-${PORTNAM PKGNAMEPREFIX= ocaml- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} -MAINTAINER= jaapb@kerguelen.org +MAINTAINER= ports@FreeBSD.org COMMENT= OpenSSL bindings for OCaml USES= gmake Modified: head/textproc/ocaml-text/Makefile ============================================================================== --- head/textproc/ocaml-text/Makefile Sat May 16 07:33:52 2015 (r386499) +++ head/textproc/ocaml-text/Makefile Sat May 16 07:37:21 2015 (r386500) @@ -9,7 +9,7 @@ MASTER_SITES= http://forge.ocamlcore.org PKGNAMEPREFIX= ocaml- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} -MAINTAINER= jaapb@kerguelen.org +MAINTAINER= ports@FreeBSD.org COMMENT= OCaml library for dealing with text USES= gmake Modified: head/textproc/ocaml-tyxml/Makefile ============================================================================== --- head/textproc/ocaml-tyxml/Makefile Sat May 16 07:33:52 2015 (r386499) +++ head/textproc/ocaml-tyxml/Makefile Sat May 16 07:37:21 2015 (r386500) @@ -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 Modified: head/www/eliom/Makefile ============================================================================== --- head/www/eliom/Makefile Sat May 16 07:33:52 2015 (r386499) +++ head/www/eliom/Makefile Sat May 16 07:37:21 2015 (r386500) @@ -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 Modified: head/www/ocaml-net/Makefile ============================================================================== --- head/www/ocaml-net/Makefile Sat May 16 07:33:52 2015 (r386499) +++ head/www/ocaml-net/Makefile Sat May 16 07:37:21 2015 (r386500) @@ -8,7 +8,7 @@ MASTER_SITES= http://download.camlcity.o PKGNAMEPREFIX= ocaml- DISTNAME= ocaml${PORTNAME}-${PORTVERSION} -MAINTAINER= jaapb@kerguelen.org +MAINTAINER= ports@FreeBSD.org COMMENT= OCaml modules for Internet applications LICENSE= GPLv2 Modified: head/www/ocsigen/Makefile ============================================================================== --- head/www/ocsigen/Makefile Sat May 16 07:33:52 2015 (r386499) +++ head/www/ocsigen/Makefile Sat May 16 07:37:21 2015 (r386500) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505160737.t4G7bMgX095441>