pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-react



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Sat Apr  7 10:38:59 UTC 2018

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

Log Message:
Revbump for devel/ocaml-react.

No upstream changes, just dealing with new files installed by the new
version of jbuilder.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ocaml-react/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ocaml-react/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocaml-react/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-react/Makefile
diff -u pkgsrc/devel/ocaml-react/Makefile:1.16 pkgsrc/devel/ocaml-react/Makefile:1.17
--- pkgsrc/devel/ocaml-react/Makefile:1.16      Wed Jan 10 16:53:10 2018
+++ pkgsrc/devel/ocaml-react/Makefile   Sat Apr  7 10:38:59 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2018/01/10 16:53:10 jaapb Exp $
+# $NetBSD: Makefile,v 1.17 2018/04/07 10:38:59 jaapb Exp $
 
 DISTNAME=      react-1.2.1
 PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel
 MASTER_SITES=  http://erratique.ch/software/react/releases/
 EXTRACT_SUFX=  .tbz

Index: pkgsrc/devel/ocaml-react/PLIST
diff -u pkgsrc/devel/ocaml-react/PLIST:1.5 pkgsrc/devel/ocaml-react/PLIST:1.6
--- pkgsrc/devel/ocaml-react/PLIST:1.5  Tue Jul 11 11:02:44 2017
+++ pkgsrc/devel/ocaml-react/PLIST      Sat Apr  7 10:38:59 2018
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.5 2017/07/11 11:02:44 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.6 2018/04/07 10:38:59 jaapb Exp $
 ${OCAML_SITELIB}/react/META
 ${OCAML_SITELIB}/react/opam
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/react/react.a
 ${OCAML_SITELIB}/react/react.cmi
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/react/react.cma
-${OCAML_SITELIB}/react/react.cmti
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/react/react.cmx
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/react/react.cmxa
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/react/react.cmxs

Index: pkgsrc/devel/ocaml-react/buildlink3.mk
diff -u pkgsrc/devel/ocaml-react/buildlink3.mk:1.3 pkgsrc/devel/ocaml-react/buildlink3.mk:1.4
--- pkgsrc/devel/ocaml-react/buildlink3.mk:1.3  Tue Jul 11 11:02:44 2017
+++ pkgsrc/devel/ocaml-react/buildlink3.mk      Sat Apr  7 10:38:59 2018
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2017/07/11 11:02:44 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2018/04/07 10:38:59 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-react
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        ocaml-react
 OCAML_REACT_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-react+=    ocaml-react>=1.2.0nb1
-BUILDLINK_ABI_DEPENDS.ocaml-react+=    ocaml-react>=1.2.1
+BUILDLINK_ABI_DEPENDS.ocaml-react+=    ocaml-react>=1.2.1nb3
 BUILDLINK_PKGSRCDIR.ocaml-react?=      ../../devel/ocaml-react
 .endif # OCAML_REACT_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index