From owner-svn-ports-head@freebsd.org Wed Nov 18 06:22:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4E9AA312D2; Wed, 18 Nov 2015 06:22:33 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5199817CC; Wed, 18 Nov 2015 06:22:33 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAI6MWFP080533; Wed, 18 Nov 2015 06:22:32 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAI6MWWj080529; Wed, 18 Nov 2015 06:22:32 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201511180622.tAI6MWWj080529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 18 Nov 2015 06:22:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401845 - head/databases/ocaml-sqlite3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2015 06:22:33 -0000 Author: vanilla Date: Wed Nov 18 06:22:31 2015 New Revision: 401845 URL: https://svnweb.freebsd.org/changeset/ports/401845 Log: 1: Upgrade to 4.0.1. 2: move to github. Modified: head/databases/ocaml-sqlite3/Makefile head/databases/ocaml-sqlite3/distinfo head/databases/ocaml-sqlite3/pkg-descr Modified: head/databases/ocaml-sqlite3/Makefile ============================================================================== --- head/databases/ocaml-sqlite3/Makefile Wed Nov 18 06:21:59 2015 (r401844) +++ head/databases/ocaml-sqlite3/Makefile Wed Nov 18 06:22:31 2015 (r401845) @@ -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}" \ Modified: head/databases/ocaml-sqlite3/distinfo ============================================================================== --- head/databases/ocaml-sqlite3/distinfo Wed Nov 18 06:21:59 2015 (r401844) +++ head/databases/ocaml-sqlite3/distinfo Wed Nov 18 06:22:31 2015 (r401845) @@ -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 Modified: head/databases/ocaml-sqlite3/pkg-descr ============================================================================== --- head/databases/ocaml-sqlite3/pkg-descr Wed Nov 18 06:21:59 2015 (r401844) +++ head/databases/ocaml-sqlite3/pkg-descr Wed Nov 18 06:22:31 2015 (r401845) @@ -8,4 +8,4 @@ This wrapper is written in a way that en 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/