From owner-svn-ports-head@FreeBSD.ORG Sat May 16 07:37:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91439B77; Sat, 16 May 2015 07:37:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7122A13B9; Sat, 16 May 2015 07:37:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4G7bQU8095461; Sat, 16 May 2015 07:37:26 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4G7bMgX095441; Sat, 16 May 2015 07:37:22 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201505160737.t4G7bMgX095441@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 16 May 2015 07:37:22 +0000 (UTC) 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2015 07:37:26 -0000 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