aboutsummaryrefslogtreecommitdiff
path: root/databases/ocaml-mysql
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2019-06-07 16:06:26 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2019-06-07 16:06:26 +0000
commited61a9556cee3aa616bb40af085da7801c51bc96 (patch)
tree1ee6cc24728a9bafef7617483328f58f26d5954b /databases/ocaml-mysql
parent83e3bb05a4123d6d9857e53acf1edb081ccc26a0 (diff)
downloadports-ed61a9556cee3aa616bb40af085da7801c51bc96.tar.gz
ports-ed61a9556cee3aa616bb40af085da7801c51bc96.zip
- 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
Notes
Notes: svn path=/head/; revision=503632
Diffstat (limited to 'databases/ocaml-mysql')
-rw-r--r--databases/ocaml-mysql/Makefile9
-rw-r--r--databases/ocaml-mysql/distinfo5
-rw-r--r--databases/ocaml-mysql/pkg-descr2
3 files changed, 8 insertions, 8 deletions
diff --git a/databases/ocaml-mysql/Makefile b/databases/ocaml-mysql/Makefile
index 9ec11c839703..09c86d1f9243 100644
--- a/databases/ocaml-mysql/Makefile
+++ b/databases/ocaml-mysql/Makefile
@@ -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
diff --git a/databases/ocaml-mysql/distinfo b/databases/ocaml-mysql/distinfo
index d67d1ecf13dc..832f5f432de2 100644
--- a/databases/ocaml-mysql/distinfo
+++ b/databases/ocaml-mysql/distinfo
@@ -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
diff --git a/databases/ocaml-mysql/pkg-descr b/databases/ocaml-mysql/pkg-descr
index ec8aaff875c5..243af7108dcc 100644
--- a/databases/ocaml-mysql/pkg-descr
+++ b/databases/ocaml-mysql/pkg-descr
@@ -2,4 +2,4 @@ ocaml-mysql is a package for OCaml that provides access to MySQL
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/