From owner-svn-ports-all@freebsd.org Thu Aug 16 12:25:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05BD31055B44; Thu, 16 Aug 2018 12:25:30 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AFA217F504; Thu, 16 Aug 2018 12:25:29 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 908AE19534; Thu, 16 Aug 2018 12:25:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7GCPTCW050578; Thu, 16 Aug 2018 12:25:29 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7GCPTdK050575; Thu, 16 Aug 2018 12:25:29 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201808161225.w7GCPTdK050575@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 16 Aug 2018 12:25:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477326 - head/ftp/ocaml-ocurl X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/ftp/ocaml-ocurl X-SVN-Commit-Revision: 477326 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2018 12:25:30 -0000 Author: swills Date: Thu Aug 16 12:25:28 2018 New Revision: 477326 URL: https://svnweb.freebsd.org/changeset/ports/477326 Log: ftp/ocaml-ocurl: Update to 0.8.2 While here, assign maintainer to submitter PR: 230446 Submitted by: Nathan Modified: head/ftp/ocaml-ocurl/Makefile (contents, props changed) head/ftp/ocaml-ocurl/distinfo (contents, props changed) head/ftp/ocaml-ocurl/pkg-plist (contents, props changed) Modified: head/ftp/ocaml-ocurl/Makefile ============================================================================== --- head/ftp/ocaml-ocurl/Makefile Thu Aug 16 12:17:58 2018 (r477325) +++ head/ftp/ocaml-ocurl/Makefile Thu Aug 16 12:25:28 2018 (r477326) @@ -2,14 +2,16 @@ # $FreeBSD$ PORTNAME= ocurl -PORTVERSION= 0.7.9 +PORTVERSION= 0.8.2 CATEGORIES= ftp -MASTER_SITES= http://ygrek.org.ua/p/release/ocurl/ PKGNAMEPREFIX= ocaml- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ndowens@yahoo.com COMMENT= Interface for OCaml to the curl lib +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= ocamlc:lang/ocaml \ ocamlfind:devel/ocaml-findlib RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -17,32 +19,35 @@ LIB_DEPENDS= libcurl.so:ftp/curl USES= gmake GNU_CONFIGURE= yes -CONFIGURE_ARGS+="--with-findlib" -MAKE_JOBS_UNSAFE= yes +#CONFIGURE_ARGS+="--with-findlib" +USE_GITHUB= yes +GH_ACCOUNT= ygrek + USE_OCAML= yes USE_OCAML_CAMLP4= yes USE_OCAML_FINDLIB= yes USE_OCAML_LDCONFIG= yes OCAML_PKGDIRS= curl -OPTIONS_DEFINE= LWT -OPTIONS_DEFAULT=LWT -OPTIONS_SUB= yes -LWT_DESC= Include threading support (ocaml-lwt) -LWT_RUN_DEPENDS=${LOCALBASE}/${OCAML_SITELIBDIR}/lwt/lwt.a:devel/ocaml-lwt -LWT_BUILD_DEPENDS=${LWT_RUN_DEPENDS} +OPTIONS_DEFINE= LWT +OPTIONS_DEFAULT= LWT +OPTIONS_SUB= yes +LWT_DESC= Include threading support (ocaml-lwt) +LWT_RUN_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/lwt/lwt.a:devel/ocaml-lwt +LWT_BUILD_DEPENDS= ${LWT_RUN_DEPENDS} +post-install-LWT-on: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/curl/curl_lwt.cmxs + post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/curl/dllcurl-helper.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/curl/dllcurl-helper.so \ + ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/curl/curl.cmxs \ -.include - -.if ! ${PORT_OPTIONS:MLWT} +post-configure-LWT-off: # Override auto-detection -post-configure: + ${REINPLACE_CMD} 's/(lwt,no)/(no,no)/' ${WRKSRC}/Makefile \ ${WRKSRC}/examples/Makefile -.endif .include Modified: head/ftp/ocaml-ocurl/distinfo ============================================================================== --- head/ftp/ocaml-ocurl/distinfo Thu Aug 16 12:17:58 2018 (r477325) +++ head/ftp/ocaml-ocurl/distinfo Thu Aug 16 12:25:28 2018 (r477326) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476625190 -SHA256 (ocurl-0.7.9.tar.gz) = 36a0103cf062ea2c5685a1615295cf765e49495adfcc620e4c17443e46b5a65e -SIZE (ocurl-0.7.9.tar.gz) = 108242 +TIMESTAMP = 1533686147 +SHA256 (ygrek-ocurl-0.8.2_GH0.tar.gz) = dcbadbdf97830de04a68454571bec9592c7f7be135bf1a1a5d8f8aa35c28ed24 +SIZE (ygrek-ocurl-0.8.2_GH0.tar.gz) = 111713 Modified: head/ftp/ocaml-ocurl/pkg-plist ============================================================================== --- head/ftp/ocaml-ocurl/pkg-plist Thu Aug 16 12:17:58 2018 (r477325) +++ head/ftp/ocaml-ocurl/pkg-plist Thu Aug 16 12:25:28 2018 (r477326) @@ -6,6 +6,8 @@ %%OCAML_SITELIBDIR%%/curl/curl.cmti %%OCAML_SITELIBDIR%%/curl/curl.cmx %%OCAML_SITELIBDIR%%/curl/curl.cmxa +%%OCAML_SITELIBDIR%%/curl/curl.cmxs +%%LWT%%%%OCAML_SITELIBDIR%%/curl/curl_lwt.cmxs %%OCAML_SITELIBDIR%%/curl/curl.mli %%LWT%%%%OCAML_SITELIBDIR%%/curl/curl_lwt.cmi %%LWT%%%%OCAML_SITELIBDIR%%/curl/curl_lwt.cmo