From owner-svn-ports-head@FreeBSD.ORG Mon May 4 15:34:21 2015 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 1414D3F3; Mon, 4 May 2015 15:34:21 +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 029951DFE; Mon, 4 May 2015 15:34:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t44FYKut075815; Mon, 4 May 2015 15:34:20 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t44FYKhW075811; Mon, 4 May 2015 15:34:20 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201505041534.t44FYKhW075811@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 4 May 2015 15:34:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385411 - head/devel/ocaml-camlp4 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: Mon, 04 May 2015 15:34:21 -0000 Author: madpilot Date: Mon May 4 15:34:19 2015 New Revision: 385411 URL: https://svnweb.freebsd.org/changeset/ports/385411 Log: Install META file, needed by the ports using ocaml-findlib. While here, use USE_OCAML. PR: 199895 Submitted by: me Approved By: portmgr (blanket for modernization) Modified: head/devel/ocaml-camlp4/Makefile head/devel/ocaml-camlp4/pkg-plist Modified: head/devel/ocaml-camlp4/Makefile ============================================================================== --- head/devel/ocaml-camlp4/Makefile Mon May 4 15:10:48 2015 (r385410) +++ head/devel/ocaml-camlp4/Makefile Mon May 4 15:34:19 2015 (r385411) @@ -3,6 +3,7 @@ PORTNAME= camlp4 PORTVERSION= 4.02.1+1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GH PKGNAMEPREFIX= ocaml- @@ -12,16 +13,17 @@ COMMENT= Camlp4 is a system for writing LICENSE= LGPL20 -BUILD_DEPENDS= ${LOCALBASE}/bin/ocamlc:${PORTSDIR}/lang/ocaml - USE_GITHUB= yes GH_ACCOUNT= ocaml GH_TAGNAME= bdd88a1 USES= gmake +USE_OCAML= yes HAS_CONFIGURE= yes MAKE_ENV+= DESTDIR="${STAGEDIR}" MAKE_JOBS_UNSAFE=yes +ALL_TARGET= all camlp4/META +INSTALL_TARGET= install install-META post-stage: .for f in camlp4o camlp4of camlp4oof camlp4orf camlp4r camlp4rf Modified: head/devel/ocaml-camlp4/pkg-plist ============================================================================== --- head/devel/ocaml-camlp4/pkg-plist Mon May 4 15:10:48 2015 (r385410) +++ head/devel/ocaml-camlp4/pkg-plist Mon May 4 15:34:19 2015 (r385411) @@ -158,3 +158,4 @@ lib/ocaml/camlp4/camlp4prof.cmx lib/ocaml/camlp4/camlp4prof.o lib/ocaml/camlp4/camlp4r.cma lib/ocaml/camlp4/camlp4rf.cma +lib/ocaml/camlp4/META