aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2015-11-18 14:22:31 +0800
committervanilla <vanilla@FreeBSD.org>2015-11-18 14:22:31 +0800
commit0fac9a2aa5515910562159de0b56b45e2a865675 (patch)
treec2038c4060007074bdf40edfcf25f7b731e41afc /databases
parent7129be057557b370fa308bfdf656c7c36148168f (diff)
downloadfreebsd-ports-gnome-0fac9a2aa5515910562159de0b56b45e2a865675.tar.gz
freebsd-ports-gnome-0fac9a2aa5515910562159de0b56b45e2a865675.tar.zst
freebsd-ports-gnome-0fac9a2aa5515910562159de0b56b45e2a865675.zip
1: Upgrade to 4.0.1.
2: move to github.
Diffstat (limited to 'databases')
-rw-r--r--databases/ocaml-sqlite3/Makefile8
-rw-r--r--databases/ocaml-sqlite3/distinfo4
-rw-r--r--databases/ocaml-sqlite3/pkg-descr2
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/