pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ocaml-findlib



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Wed Jan 10 14:59:29 UTC 2018

Modified Files:
        pkgsrc/devel/ocaml-findlib: Makefile PLIST buildlink3.mk

Log Message:
Updated package devel/ocaml-findlib for ocaml 4.06

There are a few OCaml libraries that are deprecated and have been split
off into a separate package.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/ocaml-findlib/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ocaml-findlib/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ocaml-findlib/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ocaml-findlib/Makefile
diff -u pkgsrc/devel/ocaml-findlib/Makefile:1.34 pkgsrc/devel/ocaml-findlib/Makefile:1.35
--- pkgsrc/devel/ocaml-findlib/Makefile:1.34    Fri Sep  8 09:51:21 2017
+++ pkgsrc/devel/ocaml-findlib/Makefile Wed Jan 10 14:59:29 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2017/09/08 09:51:21 jaapb Exp $
+# $NetBSD: Makefile,v 1.35 2018/01/10 14:59:29 jaapb Exp $
 
 DISTNAME=              findlib-1.7.3
 PKGNAME=               ocaml-${DISTNAME}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            devel
 MASTER_SITES=          http://download.camlcity.org/download/
 
@@ -12,7 +12,7 @@ COMMENT=              Library finder for OCaml
 LICENSE=               mit
 
 OCAML_FINDLIB_DIRS+=   bigarray bytes compiler-libs dynlink findlib graphics \
-                       ocamldoc num-top num stdlib str threads unix
+                       ocamldoc stdlib str threads unix
 
 .include "../../mk/ocaml.mk"
 

Index: pkgsrc/devel/ocaml-findlib/PLIST
diff -u pkgsrc/devel/ocaml-findlib/PLIST:1.14 pkgsrc/devel/ocaml-findlib/PLIST:1.15
--- pkgsrc/devel/ocaml-findlib/PLIST:1.14       Mon Apr 24 21:47:47 2017
+++ pkgsrc/devel/ocaml-findlib/PLIST    Wed Jan 10 14:59:29 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2017/04/24 21:47:47 maya Exp $
+@comment $NetBSD: PLIST,v 1.15 2018/01/10 14:59:29 jaapb Exp $
 bin/ocamlfind
 ${OCAML_SITELIB}/bigarray/META
 ${OCAML_SITELIB}/bytes/META
@@ -31,11 +31,6 @@ ${OCAML_SITELIB}/findlib/topfind.cmi
 ${OCAML_SITELIB}/findlib/topfind.mli
 ${OCAML_SITELIB}/graphics/META
 ${OCAML_SITELIB}/ocamldoc/META
-${OCAML_SITELIB}/num-top/META
-${OCAML_SITELIB}/num-top/num_top.cma
-${OCAML_SITELIB}/num-top/num_top.cmi
-${OCAML_SITELIB}/num-top/num_top_printers.cmi
-${OCAML_SITELIB}/num/META
 ${PLIST.64bit}${OCAML_SITELIB}/raw_spacetime/META
 ${OCAML_SITELIB}/stdlib/META
 ${OCAML_SITELIB}/str/META

Index: pkgsrc/devel/ocaml-findlib/buildlink3.mk
diff -u pkgsrc/devel/ocaml-findlib/buildlink3.mk:1.8 pkgsrc/devel/ocaml-findlib/buildlink3.mk:1.9
--- pkgsrc/devel/ocaml-findlib/buildlink3.mk:1.8        Sun Jan  7 13:04:08 2018
+++ pkgsrc/devel/ocaml-findlib/buildlink3.mk    Wed Jan 10 14:59:29 2018
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.8 2018/01/07 13:04:08 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2018/01/10 14:59:29 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-findlib
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        ocaml-findlib
 OCAML_FINDLIB_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-findlib+=  ocaml-findlib>=1.2
-BUILDLINK_ABI_DEPENDS.ocaml-findlib+=  ocaml-findlib>=1.7.3
+BUILDLINK_ABI_DEPENDS.ocaml-findlib+=  ocaml-findlib>=1.7.3nb2
 BUILDLINK_PKGSRCDIR.ocaml-findlib?=    ../../devel/ocaml-findlib
 
 BUILDLINK_TARGETS+=    ocaml-findlib-wrappers ocaml-findlib-ldconf



Home | Main Index | Thread Index | Old Index