update to ocaml-postgresql-1.4.5

This commit is contained in:
avsm 2005-05-09 13:51:35 +00:00
parent d69c5dc23c
commit 9f1a3fb74a
4 changed files with 23 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2005/03/19 00:33:50 pvalchev Exp $
# $OpenBSD: Makefile,v 1.7 2005/05/09 13:51:35 avsm Exp $
.if ${MACHINE_ARCH} == "hppa"
BROKEN= "ocamldoc hangs build"
@ -7,7 +7,7 @@ BROKEN= "ocamldoc hangs build"
COMMENT= "Objective Caml bindings for PostgreSQL"
CATEGORIES= databases
V= 1.3.4
V= 1.4.5
DISTNAME= postgresql-ocaml-${V}
PKGNAME= ocaml-postgresql-${V}
MASTER_SITES= http://www.oefai.at/~markus/ocaml_sources/

View File

@ -1,4 +1,4 @@
MD5 (postgresql-ocaml-1.3.4.tar.gz) = 592ba391d500ac9a2dbfc06c06a90075
RMD160 (postgresql-ocaml-1.3.4.tar.gz) = e027ac654ceccc8f7b9fe2c40a540c665479ac8e
SHA1 (postgresql-ocaml-1.3.4.tar.gz) = 624796888044fe2a4a1fec46c5945fc2cd4cc1eb
SIZE (postgresql-ocaml-1.3.4.tar.gz) = 33277
MD5 (postgresql-ocaml-1.4.5.tar.gz) = 0f60d11e6f8f62cebf64229d9c711a12
RMD160 (postgresql-ocaml-1.4.5.tar.gz) = f93e396c6967351cdf113f402d0de7028c49a821
SHA1 (postgresql-ocaml-1.4.5.tar.gz) = 9aac302d10fceaae9f76f8005fd1b9900212068a
SIZE (postgresql-ocaml-1.4.5.tar.gz) = 37308

View File

@ -0,0 +1,13 @@
$OpenBSD: patch-examples_cursor_Makefile,v 1.1 2005/05/09 13:51:35 avsm Exp $
--- examples/cursor/Makefile.orig Sat Apr 23 16:35:37 2005
+++ examples/cursor/Makefile Sat Apr 23 16:35:42 2005
@@ -1,8 +1,6 @@
-OCAMLMAKEFILE = ../../OCamlMakefile
+OCAMLMAKEFILE = ../OCamlMakefile
SOURCES = cursor.ml
-INCDIRS = ../../lib
-LIBDIRS = ../../lib
LIBS = postgresql
RESULT = cursor

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2004/09/14 23:31:45 espie Exp $
@comment $OpenBSD: PLIST,v 1.4 2005/05/09 13:51:35 avsm Exp $
lib/ocaml/
lib/ocaml/postgresql/
lib/ocaml/postgresql/libpostgresql_stubs.a
@ -7,6 +7,9 @@ lib/ocaml/postgresql/postgresql.cmi
lib/ocaml/postgresql/postgresql.mli
share/examples/ocaml-postgresql/
share/examples/ocaml-postgresql/OCamlMakefile
share/examples/ocaml-postgresql/cursor/
share/examples/ocaml-postgresql/cursor/Makefile
share/examples/ocaml-postgresql/cursor/cursor.ml
share/examples/ocaml-postgresql/dump/
share/examples/ocaml-postgresql/dump/Makefile
@comment share/examples/ocaml-postgresql/dump/Makefile.orig