pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/ocaml-sqlite3 Revbump for databases/ocaml-sq...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/096052e83ab3
branches:  trunk
changeset: 378293:096052e83ab3
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Wed Apr 04 19:49:32 2018 +0000

description:
Revbump for databases/ocaml-sqlite3.

No upstream changes, just dealing with new files caused to be installed
by the new version of jbuilder.

diffstat:

 databases/ocaml-sqlite3/Makefile |  11 +++++------
 databases/ocaml-sqlite3/PLIST    |   4 +++-
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (38 lines):

diff -r c9181288fea7 -r 096052e83ab3 databases/ocaml-sqlite3/Makefile
--- a/databases/ocaml-sqlite3/Makefile  Wed Apr 04 19:44:19 2018 +0000
+++ b/databases/ocaml-sqlite3/Makefile  Wed Apr 04 19:49:32 2018 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.34 2018/01/10 16:53:08 jaapb Exp $
+# $NetBSD: Makefile,v 1.35 2018/04/04 19:49:32 jaapb Exp $
 
-VERSION=       4.3.0
 GITHUB_PROJECT=        sqlite3-ocaml
-GITHUB_RELEASE=        ${VERSION}
-DISTNAME=      sqlite3-${VERSION}
-PKGNAME=       ocaml-sqlite3-${VERSION}
-PKGREVISION=   2
+GITHUB_RELEASE=        ${PKGVERSION_NOREV}
+DISTNAME=      sqlite3-4.3.0
+PKGNAME=       ocaml-${DISTNAME}
+PKGREVISION=   3
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mmottl/}
 EXTRACT_SUFX=  .tbz
diff -r c9181288fea7 -r 096052e83ab3 databases/ocaml-sqlite3/PLIST
--- a/databases/ocaml-sqlite3/PLIST     Wed Apr 04 19:44:19 2018 +0000
+++ b/databases/ocaml-sqlite3/PLIST     Wed Apr 04 19:49:32 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2017/10/14 10:44:20 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.7 2018/04/04 19:49:32 jaapb Exp $
 ${OCAML_SITELIB}/sqlite3/META
 ${OCAML_SITELIB}/sqlite3/opam
 ${OCAML_SITELIB}/sqlite3/libsqlite3_stubs.a
@@ -10,6 +10,8 @@
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/sqlite3/sqlite3.cmx
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/sqlite3/sqlite3.cmxa
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/sqlite3/sqlite3.cmxs
+${OCAML_SITELIB}/sqlite3/sqlite3.dune
+${OCAML_SITELIB}/sqlite3/sqlite3.ml
 ${OCAML_SITELIB}/sqlite3/sqlite3.mli
 ${OCAML_SITELIB}/stublibs/dllsqlite3_stubs.so
 share/doc/sqlite3/CHANGES.md



Home | Main Index | Thread Index | Old Index