From owner-svn-ports-head@freebsd.org Mon May 16 15:30:09 2016 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 9BC5DB3DD00; Mon, 16 May 2016 15:30:09 +0000 (UTC) (envelope-from johans@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 534A31259; Mon, 16 May 2016 15:30:09 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4GFU8SO027396; Mon, 16 May 2016 15:30:08 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4GFU8N9027393; Mon, 16 May 2016 15:30:08 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201605161530.u4GFU8N9027393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Mon, 16 May 2016 15:30:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415335 - head/ftp/ocaml-ocurl 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.22 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: Mon, 16 May 2016 15:30:09 -0000 Author: johans Date: Mon May 16 15:30:08 2016 New Revision: 415335 URL: https://svnweb.freebsd.org/changeset/ports/415335 Log: Update to ocaml-ocurl 0.7.7 Modified: head/ftp/ocaml-ocurl/Makefile head/ftp/ocaml-ocurl/distinfo head/ftp/ocaml-ocurl/pkg-plist Modified: head/ftp/ocaml-ocurl/Makefile ============================================================================== --- head/ftp/ocaml-ocurl/Makefile Mon May 16 15:20:04 2016 (r415334) +++ head/ftp/ocaml-ocurl/Makefile Mon May 16 15:30:08 2016 (r415335) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= ocurl -PORTVERSION= 0.7.6 +PORTVERSION= 0.7.7 CATEGORIES= ftp -MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/1563/ \ +MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/1612/ \ http://ygrek.org.ua/p/release/ocurl/ PKGNAMEPREFIX= ocaml- Modified: head/ftp/ocaml-ocurl/distinfo ============================================================================== --- head/ftp/ocaml-ocurl/distinfo Mon May 16 15:20:04 2016 (r415334) +++ head/ftp/ocaml-ocurl/distinfo Mon May 16 15:30:08 2016 (r415335) @@ -1,2 +1,3 @@ -SHA256 (ocurl-0.7.6.tar.gz) = 8eba235b74733f69d836e9b3167e90ea0a87f7ec4cb3fbd7c289a21109ab9743 -SIZE (ocurl-0.7.6.tar.gz) = 104088 +TIMESTAMP = 1463412171 +SHA256 (ocurl-0.7.7.tar.gz) = 79805776f207ae8e64d63cda63d0bf8c6ee079c70b0d7f3bd2114faba0d5f41c +SIZE (ocurl-0.7.7.tar.gz) = 106430 Modified: head/ftp/ocaml-ocurl/pkg-plist ============================================================================== --- head/ftp/ocaml-ocurl/pkg-plist Mon May 16 15:20:04 2016 (r415334) +++ head/ftp/ocaml-ocurl/pkg-plist Mon May 16 15:30:08 2016 (r415335) @@ -2,10 +2,14 @@ %%OCAML_SITELIBDIR%%/curl/curl.a %%OCAML_SITELIBDIR%%/curl/curl.cma %%OCAML_SITELIBDIR%%/curl/curl.cmi +%%OCAML_SITELIBDIR%%/curl/curl.cmt +%%OCAML_SITELIBDIR%%/curl/curl.cmti %%OCAML_SITELIBDIR%%/curl/curl.cmxa %%OCAML_SITELIBDIR%%/curl/curl.mli %%LWT%%%%OCAML_SITELIBDIR%%/curl/curl_lwt.cmi %%LWT%%%%OCAML_SITELIBDIR%%/curl/curl_lwt.cmo +%%LWT%%%%OCAML_SITELIBDIR%%/curl/curl_lwt.cmt +%%LWT%%%%OCAML_SITELIBDIR%%/curl/curl_lwt.cmti %%LWT%%%%OCAML_SITELIBDIR%%/curl/curl_lwt.cmx %%LWT%%%%OCAML_SITELIBDIR%%/curl/curl_lwt.mli %%LWT%%%%OCAML_SITELIBDIR%%/curl/curl_lwt.o