pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ocaml-findlib Removed obsolete graphics director...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ea453947cc84
branches: trunk
changeset: 380578:ea453947cc84
user: jaapb <jaapb%pkgsrc.org@localhost>
date: Thu May 17 10:45:18 2018 +0000
description:
Removed obsolete graphics directory from FINDLIB_DIRS, revbump
diffstat:
devel/ocaml-findlib/Makefile | 5 +++--
devel/ocaml-findlib/buildlink3.mk | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (40 lines):
diff -r 0fc3c6a35eb7 -r ea453947cc84 devel/ocaml-findlib/Makefile
--- a/devel/ocaml-findlib/Makefile Thu May 17 10:39:51 2018 +0000
+++ b/devel/ocaml-findlib/Makefile Thu May 17 10:45:18 2018 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2018/05/08 19:06:15 jaapb Exp $
+# $NetBSD: Makefile,v 1.39 2018/05/17 10:45:18 jaapb Exp $
DISTNAME= findlib-1.8.0
PKGNAME= ocaml-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://download.camlcity.org/download/
@@ -10,7 +11,7 @@
COMMENT= Library finder for OCaml
LICENSE= mit
-OCAML_FINDLIB_DIRS+= bigarray bytes compiler-libs dynlink findlib graphics \
+OCAML_FINDLIB_DIRS+= bigarray bytes compiler-libs dynlink findlib \
ocamldoc stdlib str threads unix
.include "../../mk/ocaml.mk"
diff -r 0fc3c6a35eb7 -r ea453947cc84 devel/ocaml-findlib/buildlink3.mk
--- a/devel/ocaml-findlib/buildlink3.mk Thu May 17 10:39:51 2018 +0000
+++ b/devel/ocaml-findlib/buildlink3.mk Thu May 17 10:45:18 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.11 2018/05/08 19:06:15 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.12 2018/05/17 10:45:18 jaapb Exp $
BUILDLINK_TREE+= ocaml-findlib
@@ -6,7 +6,7 @@
OCAML_FINDLIB_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-findlib+= ocaml-findlib>=1.2
-BUILDLINK_ABI_DEPENDS.ocaml-findlib+= ocaml-findlib>=1.8.0
+BUILDLINK_ABI_DEPENDS.ocaml-findlib+= ocaml-findlib>=1.8.0nb1
BUILDLINK_PKGSRCDIR.ocaml-findlib?= ../../devel/ocaml-findlib
BUILDLINK_TARGETS+= ocaml-findlib-wrappers ocaml-findlib-ldconf
Home |
Main Index |
Thread Index |
Old Index