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 grap...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18964bb39fe8
branches:  trunk
changeset: 308159:18964bb39fe8
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 bddac7f02270 -r 18964bb39fe8 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 bddac7f02270 -r 18964bb39fe8 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