Index: head/databases/ocaml-sqlite3/Makefile =================================================================== --- head/databases/ocaml-sqlite3/Makefile (revision 401844) +++ head/databases/ocaml-sqlite3/Makefile (revision 401845) @@ -1,44 +1,46 @@ # Created by: "Meikel Brandmeyer" # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 2.0.4 -PORTREVISION= 1 +PORTVERSION= 4.0.1 CATEGORIES= databases -MASTER_SITES= http://cdn.bitbucket.org/mmottl/sqlite3-ocaml/downloads/ PKGNAMEPREFIX= ocaml- DISTNAME= ${PORTNAME}-ocaml-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= OCaml bindings to sqlite3 library LICENSE= OCSQLT3 LICENSE_NAME= OCaml-SQLite3 unique permissive license LICENSE_FILE= ${WRKSRC}/COPYING.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= gmake pkgconfig USE_SQLITE= yes USE_OCAML= yes USE_OCAML_FINDLIB= yes USE_OCAML_LDCONFIG= yes USE_OCAMLFIND_PLIST= yes +USE_GITHUB= yes +GH_ACCOUNT= mmottl +GH_PROJECT= sqlite3-ocaml +GH_TAGNAME= 8638339 HAS_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes CONFIGURE_ARGS= --destdir "${STAGEDIR}" \ --prefix "${PREFIX}" post-patch: @${REINPLACE_CMD} -e 's,"install" :: findlib_name,"install" :: "-destdir ${STAGEDIR}${PREFIX}/lib/ocaml/site-lib" :: "-ldconf /var/null" :: findlib_name,' \ ${WRKSRC}/setup.ml do-configure: (cd ${WRKSRC} && ocaml setup.ml -configure ${CONFIGURE_ARGS}) do-build: (cd ${WRKSRC} && ocaml setup.ml -build) do-install: (cd ${WRKSRC} && ocaml setup.ml -install) .include Index: head/databases/ocaml-sqlite3/distinfo =================================================================== --- head/databases/ocaml-sqlite3/distinfo (revision 401844) +++ head/databases/ocaml-sqlite3/distinfo (revision 401845) @@ -1,2 +1,2 @@ -SHA256 (sqlite3-ocaml-2.0.4.tar.gz) = 51ccb4c7a240eb40652c59e1770cfe1827dfa1eb926c969d19ff414aef4e80a1 -SIZE (sqlite3-ocaml-2.0.4.tar.gz) = 60665 +SHA256 (sqlite3-ocaml-4.0.1_GH0.tar.gz) = 907c104186fc5198efa072b69532ff31f2179210891b2bd15137b248872d68d6 +SIZE (sqlite3-ocaml-4.0.1_GH0.tar.gz) = 66751 Index: head/databases/ocaml-sqlite3/pkg-descr =================================================================== --- head/databases/ocaml-sqlite3/pkg-descr (revision 401844) +++ head/databases/ocaml-sqlite3/pkg-descr (revision 401845) @@ -1,11 +1,11 @@ Sqlite3 bindings for Objective Caml Copyright (c) 2005 Christian Szegedy Sqlite 3 database library wrapper for ocaml. Sqlite 3 is available from http://www.sqlite.org This wrapper is written in a way that enables a friendly coexistence with the old (version 2) sqlite and its ocaml wrapper ocaml-sqlite. -WWW: http://www.ocaml.info/home/ocaml_sources.html +WWW: http://mmottl.github.io/sqlite3-ocaml/