From owner-svn-ports-head@freebsd.org Tue Sep 13 15:51:48 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 9879DBD9D25; Tue, 13 Sep 2016 15:51:48 +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 4F8B320B; Tue, 13 Sep 2016 15:51:48 +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 u8DFpl29034260; Tue, 13 Sep 2016 15:51:47 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8DFplfh034257; Tue, 13 Sep 2016 15:51:47 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201609131551.u8DFplfh034257@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Tue, 13 Sep 2016 15:51:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422024 - 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.23 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: Tue, 13 Sep 2016 15:51:48 -0000 Author: johans Date: Tue Sep 13 15:51:47 2016 New Revision: 422024 URL: https://svnweb.freebsd.org/changeset/ports/422024 Log: Update to ocurl 0.7.8 https://raw.githubusercontent.com/ygrek/ocurl/master/CHANGES.txt 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 Tue Sep 13 15:51:39 2016 (r422023) +++ head/ftp/ocaml-ocurl/Makefile Tue Sep 13 15:51:47 2016 (r422024) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= ocurl -PORTVERSION= 0.7.7 +PORTVERSION= 0.7.8 CATEGORIES= ftp -MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/1612/ \ - http://ygrek.org.ua/p/release/ocurl/ +MASTER_SITES= http://ygrek.org.ua/p/release/ocurl/ PKGNAMEPREFIX= ocaml- MAINTAINER= johans@FreeBSD.org Modified: head/ftp/ocaml-ocurl/distinfo ============================================================================== --- head/ftp/ocaml-ocurl/distinfo Tue Sep 13 15:51:39 2016 (r422023) +++ head/ftp/ocaml-ocurl/distinfo Tue Sep 13 15:51:47 2016 (r422024) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463412171 -SHA256 (ocurl-0.7.7.tar.gz) = 79805776f207ae8e64d63cda63d0bf8c6ee079c70b0d7f3bd2114faba0d5f41c -SIZE (ocurl-0.7.7.tar.gz) = 106430 +TIMESTAMP = 1473781055 +SHA256 (ocurl-0.7.8.tar.gz) = bce56372d98d92fb88bd63d28a0fd020613587a4d6f4b35c19f8744a39b7cb97 +SIZE (ocurl-0.7.8.tar.gz) = 107339 Modified: head/ftp/ocaml-ocurl/pkg-plist ============================================================================== --- head/ftp/ocaml-ocurl/pkg-plist Tue Sep 13 15:51:39 2016 (r422023) +++ head/ftp/ocaml-ocurl/pkg-plist Tue Sep 13 15:51:47 2016 (r422024) @@ -4,6 +4,7 @@ %%OCAML_SITELIBDIR%%/curl/curl.cmi %%OCAML_SITELIBDIR%%/curl/curl.cmt %%OCAML_SITELIBDIR%%/curl/curl.cmti +%%OCAML_SITELIBDIR%%/curl/curl.cmx %%OCAML_SITELIBDIR%%/curl/curl.cmxa %%OCAML_SITELIBDIR%%/curl/curl.mli %%LWT%%%%OCAML_SITELIBDIR%%/curl/curl_lwt.cmi