From owner-svn-ports-all@freebsd.org Fri Jun 7 16:06:28 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2411615B0C18; Fri, 7 Jun 2019 16:06:28 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B865D8034A; Fri, 7 Jun 2019 16:06:27 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 909916517; Fri, 7 Jun 2019 16:06:27 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x57G6R6T024820; Fri, 7 Jun 2019 16:06:27 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x57G6RY3024817; Fri, 7 Jun 2019 16:06:27 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201906071606.x57G6RY3024817@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 7 Jun 2019 16:06:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503632 - head/databases/ocaml-mysql X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/databases/ocaml-mysql X-SVN-Commit-Revision: 503632 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B865D8034A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.95)[-0.946,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2019 16:06:28 -0000 Author: danfe Date: Fri Jun 7 16:06:26 2019 New Revision: 503632 URL: https://svnweb.freebsd.org/changeset/ports/503632 Log: - Update to version 1.2.2 which is compatible with modern OCaml - Chase redirect for MASTER_SITES and WWW: line of the pkg-descr - Convert USE_MYSQL -> USES+=mysql and assume maintainership Modified: head/databases/ocaml-mysql/Makefile head/databases/ocaml-mysql/distinfo head/databases/ocaml-mysql/pkg-descr Modified: head/databases/ocaml-mysql/Makefile ============================================================================== --- head/databases/ocaml-mysql/Makefile Fri Jun 7 16:03:42 2019 (r503631) +++ head/databases/ocaml-mysql/Makefile Fri Jun 7 16:06:26 2019 (r503632) @@ -2,17 +2,16 @@ # $FreeBSD$ PORTNAME= mysql -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.2 CATEGORIES= databases -MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/870/ +MASTER_SITES= http://ygrek.org.ua/p/release/ocaml-mysql/ PKGNAMEPREFIX= ocaml- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= OCaml bindings to libmysqlclient -USES= gmake -USE_MYSQL= yes +USES= gmake mysql USE_OCAML= yes USE_OCAML_FINDLIB= yes USE_OCAML_CAMLP4= yes Modified: head/databases/ocaml-mysql/distinfo ============================================================================== --- head/databases/ocaml-mysql/distinfo Fri Jun 7 16:03:42 2019 (r503631) +++ head/databases/ocaml-mysql/distinfo Fri Jun 7 16:06:26 2019 (r503632) @@ -1,2 +1,3 @@ -SHA256 (ocaml-mysql-1.1.1.tar.gz) = f896fa101a05d81b85af8122fe1c2809008a5e5fdca00f9ceeb7eec356369e3a -SIZE (ocaml-mysql-1.1.1.tar.gz) = 119676 +TIMESTAMP = 1505942666 +SHA256 (ocaml-mysql-1.2.2.tar.gz) = fac7873c53ebe8d08c35701c77780d3fdae3b71d536238b6630932dd44e0987d +SIZE (ocaml-mysql-1.2.2.tar.gz) = 99136 Modified: head/databases/ocaml-mysql/pkg-descr ============================================================================== --- head/databases/ocaml-mysql/pkg-descr Fri Jun 7 16:03:42 2019 (r503631) +++ head/databases/ocaml-mysql/pkg-descr Fri Jun 7 16:06:26 2019 (r503632) @@ -2,4 +2,4 @@ ocaml-mysql is a package for OCaml that provides acces databases. It consists of low level functions implemented in C and a module MySQL intended for application development. -WWW: http://ocaml-mysql.forge.ocamlcore.org/ +WWW: http://ygrek.org.ua/p/ocaml-mysql/