Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2014 19:56:18 +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: r350160 - head/ftp/ocaml-ocurl
Message-ID:  <201404041956.s34JuITt064943@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Fri Apr  4 19:56:17 2014
New Revision: 350160
URL: http://svnweb.freebsd.org/changeset/ports/350160
QAT: https://qat.redports.org/buildarchive/r350160/

Log:
  Stagify (now possible thanks to changes in bsd.ocaml.mk)

Modified:
  head/ftp/ocaml-ocurl/Makefile

Modified: head/ftp/ocaml-ocurl/Makefile
==============================================================================
--- head/ftp/ocaml-ocurl/Makefile	Fri Apr  4 19:54:30 2014	(r350159)
+++ head/ftp/ocaml-ocurl/Makefile	Fri Apr  4 19:56:17 2014	(r350160)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ocurl
 PORTVERSION=	0.5.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	ftp
 MASTER_SITES=	SF
 PKGNAMEPREFIX=	ocaml-
@@ -16,10 +16,10 @@ BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/o
 		ocamlfind:${PORTSDIR}/devel/ocaml-findlib
 RUN_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml \
 		ocamlfind:${PORTSDIR}/devel/ocaml-findlib
-LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+="--with-findlib"
 MAKE_JOBS_UNSAFE=	yes
@@ -28,5 +28,4 @@ USE_OCAML=		yes
 USE_OCAML_FINDLIB=	yes
 USE_OCAML_LDCONFIG=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404041956.s34JuITt064943>