Index: head/ftp/ocaml-ocurl/Makefile =================================================================== --- head/ftp/ocaml-ocurl/Makefile (revision 422023) +++ head/ftp/ocaml-ocurl/Makefile (revision 422024) @@ -1,49 +1,48 @@ # Created by: Marwan BURELLE # $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 COMMENT= Interface for OCaml to the curl lib BUILD_DEPENDS= ocamlc:lang/ocaml \ ocamlfind:devel/ocaml-findlib RUN_DEPENDS:= ${BUILD_DEPENDS} LIB_DEPENDS= libcurl.so:ftp/curl USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+="--with-findlib" MAKE_JOBS_UNSAFE= yes 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} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/curl/dllcurl-helper.so .include .if ! ${PORT_OPTIONS:MLWT} # Override auto-detection post-configure: ${REINPLACE_CMD} 's/(lwt,no)/(no,no)/' ${WRKSRC}/Makefile \ ${WRKSRC}/examples/Makefile .endif .include Index: head/ftp/ocaml-ocurl/distinfo =================================================================== --- head/ftp/ocaml-ocurl/distinfo (revision 422023) +++ head/ftp/ocaml-ocurl/distinfo (revision 422024) @@ -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 Index: head/ftp/ocaml-ocurl/pkg-plist =================================================================== --- head/ftp/ocaml-ocurl/pkg-plist (revision 422023) +++ head/ftp/ocaml-ocurl/pkg-plist (revision 422024) @@ -1,17 +1,18 @@ %%OCAML_SITELIBDIR%%/curl/META %%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.cmx %%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 %%OCAML_SITELIBDIR%%/curl/dllcurl-helper.so %%OCAML_SITELIBDIR%%/curl/libcurl-helper.a