update to ocaml-postgresql-3.2.1

ok jca@, tested by krw@ daniel@ jsg@
This commit is contained in:
avsm 2015-08-30 15:49:08 +00:00
parent 41e12e0668
commit d4bb0c81ea
4 changed files with 13 additions and 8 deletions

View File

@ -1,14 +1,13 @@
# $OpenBSD: Makefile,v 1.23 2014/08/22 22:21:53 kili Exp $
# $OpenBSD: Makefile,v 1.24 2015/08/30 15:49:08 avsm Exp $
COMMENT= Objective Caml bindings for PostgreSQL
CATEGORIES= databases
V= 2.0.2
REVISION= 1
V= 3.2.1
NAME = ocaml-postgresql
DISTNAME= postgresql-ocaml-${V}
PKGNAME= ${NAME}-${V}
MASTER_SITES= https://bitbucket.org/mmottl/postgresql-ocaml/downloads/
MASTER_SITES= https://github.com/mmottl/postgresql-ocaml/releases/download/v${V}/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
HOMEPAGE= https://bitbucket.org/mmottl/postgresql-ocaml/

View File

@ -1,2 +1,2 @@
SHA256 (postgresql-ocaml-2.0.2.tar.gz) = uQB+Ry3Sg2qdBEyglUa9O/yR4zEgTZm1XaJh9fD6xo8=
SIZE (postgresql-ocaml-2.0.2.tar.gz) = 75698
SHA256 (postgresql-ocaml-3.2.1.tar.gz) = 5GeeIvENTDZq0DuSarY+ZWGOTag1nhZxHY8tnf+KdZM=
SIZE (postgresql-ocaml-3.2.1.tar.gz) = 85604

View File

@ -1,5 +1,6 @@
@comment $OpenBSD: PFRAG.native,v 1.3 2012/08/18 21:55:08 avsm Exp $
@comment $OpenBSD: PFRAG.native,v 1.4 2015/08/30 15:49:08 avsm Exp $
lib/ocaml/postgresql/postgresql.a
lib/ocaml/postgresql/postgresql.cmx
lib/ocaml/postgresql/postgresql.cmxa
lib/ocaml/postgresql/postgresql_compat.cmx
%%dynlink%%

View File

@ -1,9 +1,12 @@
@comment $OpenBSD: PLIST,v 1.6 2012/08/18 21:55:08 avsm Exp $
@comment $OpenBSD: PLIST,v 1.7 2015/08/30 15:49:08 avsm Exp $
lib/ocaml/postgresql/
lib/ocaml/postgresql/META
lib/ocaml/postgresql/libpostgresql_stubs.a
lib/ocaml/postgresql/postgresql.annot
lib/ocaml/postgresql/postgresql.cma
lib/ocaml/postgresql/postgresql.cmi
lib/ocaml/postgresql/postgresql.cmt
lib/ocaml/postgresql/postgresql.cmti
lib/ocaml/postgresql/postgresql.mli
%%native%%
%%SHARED%%
@ -20,6 +23,7 @@ share/doc/ocaml-postgresql/api/index_attributes.html
share/doc/ocaml-postgresql/api/index_class_types.html
share/doc/ocaml-postgresql/api/index_classes.html
share/doc/ocaml-postgresql/api/index_exceptions.html
share/doc/ocaml-postgresql/api/index_extensions.html
share/doc/ocaml-postgresql/api/index_methods.html
share/doc/ocaml-postgresql/api/index_module_types.html
share/doc/ocaml-postgresql/api/index_modules.html
@ -32,6 +36,7 @@ share/doc/ocaml-postgresql/api/type_Postgresql.html
share/doc/ocaml-postgresql/api/type_Postgresql.result.html
share/examples/ocaml-postgresql/
share/examples/ocaml-postgresql/README
share/examples/ocaml-postgresql/async.ml
share/examples/ocaml-postgresql/cursor.ml
share/examples/ocaml-postgresql/dump.ml
share/examples/ocaml-postgresql/populate.ml