From owner-svn-ports-head@FreeBSD.ORG Mon Dec 22 09:49:49 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED3FCF10; Mon, 22 Dec 2014 09:49:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE805641CD; Mon, 22 Dec 2014 09:49:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBM9nmBM033592; Mon, 22 Dec 2014 09:49:48 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBM9nlnI033587; Mon, 22 Dec 2014 09:49:47 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201412220949.sBM9nlnI033587@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Mon, 22 Dec 2014 09:49:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375222 - head/ftp/ocaml-ocurl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Dec 2014 09:49:49 -0000 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 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