Date: Mon, 4 May 2015 15:34:20 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385411 - head/devel/ocaml-camlp4 Message-ID: <201505041534.t44FYKhW075811@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505041534.t44FYKhW075811>