From owner-svn-ports-head@FreeBSD.ORG Sun May 17 13:15:03 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2B28411; Sun, 17 May 2015 13:15:03 +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 A14391EB1; Sun, 17 May 2015 13:15:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HDF3GL078661; Sun, 17 May 2015 13:15:03 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HDF3Oj078660; Sun, 17 May 2015 13:15:03 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201505171315.t4HDF3Oj078660@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 17 May 2015 13:15:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386612 - head/lang/js_of_ocaml 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.20 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: Sun, 17 May 2015 13:15:03 -0000 Author: johans Date: Sun May 17 13:15:02 2015 New Revision: 386612 URL: https://svnweb.freebsd.org/changeset/ports/386612 Log: cmdliner lives in devel/ocaml-cmdliner. Yes, really. Pointyhat to: johans Modified: head/lang/js_of_ocaml/Makefile Modified: head/lang/js_of_ocaml/Makefile ============================================================================== --- head/lang/js_of_ocaml/Makefile Sun May 17 13:14:45 2015 (r386611) +++ head/lang/js_of_ocaml/Makefile Sun May 17 13:15:02 2015 (r386612) @@ -11,10 +11,10 @@ COMMENT= OCaml to JavaScript compiler BUILD_DEPENDS= ocaml-lwt>=2.3.0:${PORTSDIR}/devel/ocaml-lwt \ menhir:${PORTSDIR}/devel/menhir \ ${SA_DIR}/deriving-ocsigen/deriving.a:${PORTSDIR}/devel/ocaml-deriving-ocsigen \ - ${SA_DIR}/cmdliner/cmdliner.a:${PORTSDIR}/devel/cmdliner + ${SA_DIR}/cmdliner/cmdliner.a:${PORTSDIR}/devel/ocaml-cmdliner RUN_DEPENDS= ocaml-lwt>=2.3.0:${PORTSDIR}/devel/ocaml-lwt \ ${SA_DIR}/deriving-ocsigen/deriving.a:${PORTSDIR}/devel/ocaml-deriving-ocsigen \ - ${SA_DIR}/cmdliner/cmdliner.a:${PORTSDIR}/devel/cmdliner + ${SA_DIR}/cmdliner/cmdliner.a:${PORTSDIR}/devel/ocaml-cmdliner SA_DIR= ${PREFIX}/${OCAML_SITELIBDIR}