pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/ocaml-num



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Tue Mar  1 09:50:00 UTC 2022

Modified Files:
        pkgsrc/math/ocaml-num: Makefile PLIST buildlink3.mk distinfo
Removed Files:
        pkgsrc/math/ocaml-num/patches: patch-src_Makefile

Log Message:
Updated math/ocaml-num to version 1.4.

Upstream changes are mostly minor, but DESTDIRS are now natively
supported in the Makefile, so we can remove that patch.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/ocaml-num/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/ocaml-num/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/ocaml-num/buildlink3.mk \
    pkgsrc/math/ocaml-num/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/math/ocaml-num/patches/patch-src_Makefile

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

Modified files:

Index: pkgsrc/math/ocaml-num/Makefile
diff -u pkgsrc/math/ocaml-num/Makefile:1.6 pkgsrc/math/ocaml-num/Makefile:1.7
--- pkgsrc/math/ocaml-num/Makefile:1.6  Mon Mar  8 08:13:03 2021
+++ pkgsrc/math/ocaml-num/Makefile      Tue Mar  1 09:50:00 2022
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2021/03/08 08:13:03 jaapb Exp $
+# $NetBSD: Makefile,v 1.7 2022/03/01 09:50:00 jaapb Exp $
 
 GITHUB_PROJECT=        num
 GITHUB_TAG=    v${PKGVERSION_NOREV}
-DISTNAME=      ${GITHUB_PROJECT}-1.1
+DISTNAME=      ${GITHUB_PROJECT}-1.4
 PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   4
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocaml/}
 

Index: pkgsrc/math/ocaml-num/PLIST
diff -u pkgsrc/math/ocaml-num/PLIST:1.1 pkgsrc/math/ocaml-num/PLIST:1.2
--- pkgsrc/math/ocaml-num/PLIST:1.1     Wed Jan 10 16:29:44 2018
+++ pkgsrc/math/ocaml-num/PLIST Tue Mar  1 09:50:00 2022
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2018/01/10 16:29:44 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/03/01 09:50:00 jaapb Exp $
+${PLIST.ocaml-opt}lib/ocaml/arith_flags.cmx
 lib/ocaml/arith_status.cmi
 lib/ocaml/arith_status.cmti
 ${PLIST.ocaml-opt}lib/ocaml/arith_status.cmx
@@ -7,6 +8,7 @@ lib/ocaml/big_int.cmi
 lib/ocaml/big_int.cmti
 ${PLIST.ocaml-opt}lib/ocaml/big_int.cmx
 lib/ocaml/big_int.mli
+${PLIST.ocaml-opt}lib/ocaml/int_misc.cmx
 lib/ocaml/libnums.a
 lib/ocaml/nat.cmi
 lib/ocaml/nat.cmti
@@ -25,7 +27,7 @@ lib/ocaml/ratio.cmti
 ${PLIST.ocaml-opt}lib/ocaml/ratio.cmx
 lib/ocaml/ratio.mli
 ${OCAML_SITELIB}/num-top/META
-${PLIST.ocaml-opt}${OCAML_SITELIB}/num-top/num_top.cma
+${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

Index: pkgsrc/math/ocaml-num/buildlink3.mk
diff -u pkgsrc/math/ocaml-num/buildlink3.mk:1.3 pkgsrc/math/ocaml-num/buildlink3.mk:1.4
--- pkgsrc/math/ocaml-num/buildlink3.mk:1.3     Sat Nov  2 16:16:20 2019
+++ pkgsrc/math/ocaml-num/buildlink3.mk Tue Mar  1 09:50:00 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2019/11/02 16:16:20 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2022/03/01 09:50:00 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-num
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        ocaml-num
 OCAML_NUM_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-num+=      ocaml-num>=1.1
-BUILDLINK_ABI_DEPENDS.ocaml-num+=      ocaml-num>=1.1nb2
+BUILDLINK_ABI_DEPENDS.ocaml-num+=      ocaml-num>=1.4
 BUILDLINK_PKGSRCDIR.ocaml-num?=                ../../math/ocaml-num
 .endif # OCAML_NUM_BUILDLINK3_MK
 
Index: pkgsrc/math/ocaml-num/distinfo
diff -u pkgsrc/math/ocaml-num/distinfo:1.3 pkgsrc/math/ocaml-num/distinfo:1.4
--- pkgsrc/math/ocaml-num/distinfo:1.3  Tue Oct 26 10:55:50 2021
+++ pkgsrc/math/ocaml-num/distinfo      Tue Mar  1 09:50:00 2022
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:55:50 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/03/01 09:50:00 jaapb Exp $
 
-BLAKE2s (num-1.1.tar.gz) = 6599e9c68c8b2dfb8aa3792cb6d459cb74d184532951274e455a5bceffe6c522
-SHA512 (num-1.1.tar.gz) = e7ee54e83eaab15ee879c5bb6deb0d76a3adf1ffd2cbd3f93cda63e7bc7b3a90313b94b4be078ecddaeee90a8a98a986d80c2fd6f1ad38faa35a318f77ec890e
-Size (num-1.1.tar.gz) = 65029 bytes
-SHA1 (patch-src_Makefile) = e122a2c207c5c8b9923bd72b309a5a382d99909d
+BLAKE2s (num-1.4.tar.gz) = e7ab3ea2666c00213cb8e327f1ca8526e796e1e0c9cca16601e733747f0e9673
+SHA512 (num-1.4.tar.gz) = 0cc9be8ad95704bb683b4bf6698bada1ee9a40dc05924b72adc7b969685c33eeb68ccf174cc09f6a228c48c18fe94af06f28bebc086a24973a066da620db8e6f
+Size (num-1.4.tar.gz) = 66327 bytes



Home | Main Index | Thread Index | Old Index