diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-11-18 06:22:31 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-11-18 06:22:31 +0000 |
commit | 9c20d5a6fbbc53b4466f7467bbaea6d0012ce46f (patch) | |
tree | c2038c4060007074bdf40edfcf25f7b731e41afc /databases/ocaml-sqlite3 | |
parent | 88b980d1bb850e6233039a9f63384982436df3f4 (diff) |
Notes
Diffstat (limited to 'databases/ocaml-sqlite3')
-rw-r--r-- | databases/ocaml-sqlite3/Makefile | 8 | ||||
-rw-r--r-- | databases/ocaml-sqlite3/distinfo | 4 | ||||
-rw-r--r-- | databases/ocaml-sqlite3/pkg-descr | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/databases/ocaml-sqlite3/Makefile b/databases/ocaml-sqlite3/Makefile index 188a62800513..9834a72c6766 100644 --- a/databases/ocaml-sqlite3/Makefile +++ b/databases/ocaml-sqlite3/Makefile @@ -2,10 +2,8 @@ # $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} @@ -23,6 +21,10 @@ 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}" \ diff --git a/databases/ocaml-sqlite3/distinfo b/databases/ocaml-sqlite3/distinfo index d17b0f05d4d4..08f90c2be959 100644 --- a/databases/ocaml-sqlite3/distinfo +++ b/databases/ocaml-sqlite3/distinfo @@ -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 diff --git a/databases/ocaml-sqlite3/pkg-descr b/databases/ocaml-sqlite3/pkg-descr index d35fbc05c0e8..0cb5f36bb608 100644 --- a/databases/ocaml-sqlite3/pkg-descr +++ b/databases/ocaml-sqlite3/pkg-descr @@ -8,4 +8,4 @@ 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/ |