svn commit: r385411 - head/devel/ocaml-camlp4
Guido Falsi
madpilot at FreeBSD.org
Mon May 4 15:34:21 UTC 2015
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
More information about the svn-ports-all
mailing list