svn commit: r376579 - head/ftp/ocaml-ocurl

Bryan Drewery bdrewery at FreeBSD.org
Fri Jan 9 03:06:16 UTC 2015


Author: bdrewery
Date: Fri Jan  9 03:06:15 2015
New Revision: 376579
URL: https://svnweb.freebsd.org/changeset/ports/376579
QAT: https://qat.redports.org/buildarchive/r376579/

Log:
  Fix ccache leaking in as a runtime dependency.

Modified:
  head/ftp/ocaml-ocurl/Makefile

Modified: head/ftp/ocaml-ocurl/Makefile
==============================================================================
--- head/ftp/ocaml-ocurl/Makefile	Fri Jan  9 00:44:27 2015	(r376578)
+++ head/ftp/ocaml-ocurl/Makefile	Fri Jan  9 03:06:15 2015	(r376579)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ocurl
 PORTVERSION=	0.7.2
+PORTREVISION=	1
 CATEGORIES=	ftp
 MASTER_SITES=	https://forge.ocamlcore.org/frs/download.php/1463/
 PKGNAMEPREFIX=	ocaml-
@@ -12,7 +13,7 @@ COMMENT=	Interface for OCaml to the curl
 
 BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml \
 		ocamlfind:${PORTSDIR}/devel/ocaml-findlib
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
 
 USES=		gmake


More information about the svn-ports-all mailing list