Date: Mon, 22 Dec 2014 09:49:47 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375222 - head/ftp/ocaml-ocurl Message-ID: <201412220949.sBM9nlnI033587@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Mon Dec 22 09:49:46 2014 New Revision: 375222 URL: https://svnweb.freebsd.org/changeset/ports/375222 QAT: https://qat.redports.org/buildarchive/r375222/ Log: - Update ocurl to 0.7.2 - Use new master site Modified: head/ftp/ocaml-ocurl/Makefile head/ftp/ocaml-ocurl/distinfo head/ftp/ocaml-ocurl/pkg-descr head/ftp/ocaml-ocurl/pkg-plist Modified: head/ftp/ocaml-ocurl/Makefile ============================================================================== --- head/ftp/ocaml-ocurl/Makefile Mon Dec 22 09:47:36 2014 (r375221) +++ head/ftp/ocaml-ocurl/Makefile Mon Dec 22 09:49:46 2014 (r375222) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= ocurl -PORTVERSION= 0.5.3 -PORTREVISION= 3 +PORTVERSION= 0.7.2 CATEGORIES= ftp -MASTER_SITES= SF +MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/1463/ PKGNAMEPREFIX= ocaml- MAINTAINER= johans@FreeBSD.org @@ -13,12 +12,10 @@ COMMENT= Interface for OCaml to the curl BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ ocamlfind:${PORTSDIR}/devel/ocaml-findlib -RUN_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ - ocamlfind:${PORTSDIR}/devel/ocaml-findlib +RUN_DEPENDS= ${BUILD_DEPENDS} LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl -WRKSRC= ${WRKDIR}/${PORTNAME} -USES= gmake tar:tgz +USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+="--with-findlib" MAKE_JOBS_UNSAFE= yes @@ -28,4 +25,7 @@ USE_OCAML_FINDLIB= yes USE_OCAML_LDCONFIG= yes OCAML_PKGDIRS= curl +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/curl/dllcurl-helper.so + .include <bsd.port.mk> Modified: head/ftp/ocaml-ocurl/distinfo ============================================================================== --- head/ftp/ocaml-ocurl/distinfo Mon Dec 22 09:47:36 2014 (r375221) +++ head/ftp/ocaml-ocurl/distinfo Mon Dec 22 09:49:46 2014 (r375222) @@ -1,2 +1,2 @@ -SHA256 (ocurl-0.5.3.tgz) = 1823c22a71e4fae2622a7df3689509751fda8c46af08c9ea3707e40b23665705 -SIZE (ocurl-0.5.3.tgz) = 87849 +SHA256 (ocurl-0.7.2.tar.gz) = 39635fbd1fcef20f9fd31e4f590061efc19813be4d99033bb6486d5ede70c77a +SIZE (ocurl-0.7.2.tar.gz) = 108530 Modified: head/ftp/ocaml-ocurl/pkg-descr ============================================================================== --- head/ftp/ocaml-ocurl/pkg-descr Mon Dec 22 09:47:36 2014 (r375221) +++ head/ftp/ocaml-ocurl/pkg-descr Mon Dec 22 09:49:46 2014 (r375222) @@ -3,4 +3,4 @@ programming language Ocaml to the networ libcurl. Currently Ocurl requires libcurl 7.9.8 or newer (using older versions may yield compilation errors). -WWW: http://sourceforge.net/projects/ocurl +WWW: http://ocurl.forge.ocamlcore.org/ Modified: head/ftp/ocaml-ocurl/pkg-plist ============================================================================== --- head/ftp/ocaml-ocurl/pkg-plist Mon Dec 22 09:47:36 2014 (r375221) +++ head/ftp/ocaml-ocurl/pkg-plist Mon Dec 22 09:49:46 2014 (r375222) @@ -3,4 +3,6 @@ %%OCAML_SITELIBDIR%%/curl/curl.cma %%OCAML_SITELIBDIR%%/curl/curl.cmi %%OCAML_SITELIBDIR%%/curl/curl.cmxa +%%OCAML_SITELIBDIR%%/curl/curl.mli +%%OCAML_SITELIBDIR%%/curl/dllcurl-helper.so %%OCAML_SITELIBDIR%%/curl/libcurl-helper.a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412220949.sBM9nlnI033587>