diff options
author | jaapb <jaapb@pkgsrc.org> | 2013-06-15 19:18:00 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2013-06-15 19:18:00 +0000 |
commit | f971accc02550ff2dc582e0fa274f840cdca4634 (patch) | |
tree | 79280984bbe01d247e379bb75b646b26b5f56781 /databases | |
parent | 9c14077b42817f55e8c55a9083c03f88ef521f9a (diff) | |
download | pkgsrc-f971accc02550ff2dc582e0fa274f840cdca4634.tar.gz |
- Updated package to latest version, 2.0.4. Changes include:
2012-12-02: Added new functions
* sleep
* clear_bindings
Really old operating system distributions may have had problems
linking these functions, but it seems that reasonably recent
ones support them.
2012-11-19: Added missing .mldylib file for shared library support.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ocaml-sqlite3/Makefile | 5 | ||||
-rw-r--r-- | databases/ocaml-sqlite3/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/ocaml-sqlite3/Makefile b/databases/ocaml-sqlite3/Makefile index 78b48515de7..30fe2f45c9e 100644 --- a/databases/ocaml-sqlite3/Makefile +++ b/databases/ocaml-sqlite3/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2013/05/09 07:39:32 adam Exp $ +# $NetBSD: Makefile,v 1.8 2013/06/15 19:18:00 jaapb Exp $ # PKGNAME= ocaml-sqlite3-${VERSION} DISTNAME= sqlite3-ocaml-${VERSION} -VERSION= 2.0.2 -PKGREVISION= 3 +VERSION= 2.0.4 CATEGORIES= databases MASTER_SITES= https://bitbucket.org/mmottl/sqlite3-ocaml/downloads/ FETCH_USING= curl diff --git a/databases/ocaml-sqlite3/distinfo b/databases/ocaml-sqlite3/distinfo index 856591abaf2..dd69e9c6cb0 100644 --- a/databases/ocaml-sqlite3/distinfo +++ b/databases/ocaml-sqlite3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2012/09/16 11:34:46 jaapb Exp $ +$NetBSD: distinfo,v 1.4 2013/06/15 19:18:00 jaapb Exp $ -SHA1 (sqlite3-ocaml-2.0.2.tar.gz) = c95ccd9652e9bfa01becde5c2241dc0c9e153fae -RMD160 (sqlite3-ocaml-2.0.2.tar.gz) = 85bca16418a7864b4cb78a4dc729b66e12bad1f8 -Size (sqlite3-ocaml-2.0.2.tar.gz) = 60430 bytes +SHA1 (sqlite3-ocaml-2.0.4.tar.gz) = 5f78ce9f228f38bd306b8cd30e5e10346edc0c4f +RMD160 (sqlite3-ocaml-2.0.4.tar.gz) = fdcab2e88ac91e19fee2c23f38132bef372a4860 +Size (sqlite3-ocaml-2.0.4.tar.gz) = 60665 bytes SHA1 (patch-lib_sqlite3_stubs.c) = bd5970939a4ad748067337425992346de2b571a5 |