pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-extlib



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Sun Jun 19 10:12:18 UTC 2016

Modified Files:
        pkgsrc/devel/ocaml-extlib: buildlink3.mk

Log Message:
Updated buildlink3.mk file for 1.7.0 (API has changed!)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-extlib/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-extlib/buildlink3.mk
diff -u pkgsrc/devel/ocaml-extlib/buildlink3.mk:1.1 pkgsrc/devel/ocaml-extlib/buildlink3.mk:1.2
--- pkgsrc/devel/ocaml-extlib/buildlink3.mk:1.1 Sun Oct 26 10:54:36 2014
+++ pkgsrc/devel/ocaml-extlib/buildlink3.mk     Sun Jun 19 10:12:18 2016
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.1 2014/10/26 10:54:36 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2016/06/19 10:12:18 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-extlib
 
 .if !defined(OCAML_EXTLIB_BUILDLINK3_MK)
 OCAML_EXTLIB_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.ocaml-extlib+=   ocaml-extlib>=1.6.1
+BUILDLINK_API_DEPENDS.ocaml-extlib+=   ocaml-extlib>=1.7.0
 BUILDLINK_PKGSRCDIR.ocaml-extlib?=     ../../devel/ocaml-extlib
 
 .endif # OCAML_EXTLIB_BUILDLINK3_MK



Home | Main Index | Thread Index | Old Index