pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/ocaml-zarith



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Wed Nov 28 12:04:35 UTC 2018

Modified Files:
        pkgsrc/math/ocaml-zarith: Makefile PLIST buildlink3.mk distinfo

Log Message:
Updated package math/ocaml-zarith to version 1.7.

Changes include: mostly bugfixes, plus improvements to the build system
and minor enhancements.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/ocaml-zarith/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/ocaml-zarith/PLIST \
    pkgsrc/math/ocaml-zarith/buildlink3.mk pkgsrc/math/ocaml-zarith/distinfo

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-zarith/Makefile
diff -u pkgsrc/math/ocaml-zarith/Makefile:1.14 pkgsrc/math/ocaml-zarith/Makefile:1.15
--- pkgsrc/math/ocaml-zarith/Makefile:1.14      Mon Nov 12 16:10:24 2018
+++ pkgsrc/math/ocaml-zarith/Makefile   Wed Nov 28 12:04:35 2018
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.14 2018/11/12 16:10:24 jaapb Exp $
+# $NetBSD: Makefile,v 1.15 2018/11/28 12:04:35 jaapb Exp $
 #
 
-VERSION=       1.4.1
+VERSION=       1.7
 GITHUB_PROJECT=        Zarith
 GITHUB_TAG=    release-${VERSION}
 DISTNAME=      ${GITHUB_PROJECT}-${VERSION}
 PKGNAME=       ocaml-${DISTNAME:tl}
-PKGREVISION=   12
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocaml/}
 

Index: pkgsrc/math/ocaml-zarith/PLIST
diff -u pkgsrc/math/ocaml-zarith/PLIST:1.3 pkgsrc/math/ocaml-zarith/PLIST:1.4
--- pkgsrc/math/ocaml-zarith/PLIST:1.3  Sat Jun 25 14:31:13 2016
+++ pkgsrc/math/ocaml-zarith/PLIST      Wed Nov 28 12:04:35 2018
@@ -1,15 +1,18 @@
-@comment $NetBSD: PLIST,v 1.3 2016/06/25 14:31:13 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/11/28 12:04:35 jaapb Exp $
+${OCAML_SITELIB}/zarith/META
 ${OCAML_SITELIB}/zarith/big_int_Z.cmi
+${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/big_int_Z.cmx
 ${OCAML_SITELIB}/zarith/big_int_Z.mli
 ${OCAML_SITELIB}/zarith/dllzarith.so
 ${OCAML_SITELIB}/zarith/libzarith.a
-${OCAML_SITELIB}/zarith/META
 ${OCAML_SITELIB}/zarith/q.cmi
+${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/q.cmx
 ${OCAML_SITELIB}/zarith/q.mli
-${OCAML_SITELIB}/zarith/zarith.a
-${OCAML_SITELIB}/zarith/zarith.cma
-${OCAML_SITELIB}/zarith/zarith.cmxa
-${OCAML_SITELIB}/zarith/zarith.cmxs
-${OCAML_SITELIB}/zarith/zarith.h
 ${OCAML_SITELIB}/zarith/z.cmi
+${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/z.cmx
 ${OCAML_SITELIB}/zarith/z.mli
+${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/zarith.a
+${OCAML_SITELIB}/zarith/zarith.cma
+${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/zarith.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/zarith.cmxs
+${OCAML_SITELIB}/zarith/zarith.h
Index: pkgsrc/math/ocaml-zarith/buildlink3.mk
diff -u pkgsrc/math/ocaml-zarith/buildlink3.mk:1.3 pkgsrc/math/ocaml-zarith/buildlink3.mk:1.4
--- pkgsrc/math/ocaml-zarith/buildlink3.mk:1.3  Thu Jul 19 15:15:27 2018
+++ pkgsrc/math/ocaml-zarith/buildlink3.mk      Wed Nov 28 12:04:35 2018
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2018/07/19 15:15:27 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2018/11/28 12:04:35 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-zarith
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        ocaml-zarith
 OCAML_ZARITH_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-zarith+=   ocaml-zarith>=1.2.1
-BUILDLINK_ABI_DEPENDS.ocaml-zarith+=   ocaml-zarith>=1.4.1nb10
+BUILDLINK_ABI_DEPENDS.ocaml-zarith+=   ocaml-zarith>=1.7
 BUILDLINK_PKGSRCDIR.ocaml-zarith?=     ../../math/ocaml-zarith
 
 .include "../../devel/gmp/buildlink3.mk"
Index: pkgsrc/math/ocaml-zarith/distinfo
diff -u pkgsrc/math/ocaml-zarith/distinfo:1.3 pkgsrc/math/ocaml-zarith/distinfo:1.4
--- pkgsrc/math/ocaml-zarith/distinfo:1.3       Tue Jul 11 14:16:23 2017
+++ pkgsrc/math/ocaml-zarith/distinfo   Wed Nov 28 12:04:35 2018
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.3 2017/07/11 14:16:23 jaapb Exp $
+$NetBSD: distinfo,v 1.4 2018/11/28 12:04:35 jaapb Exp $
 
-SHA1 (Zarith-1.4.1.tar.gz) = add8a775d63fb9f5e54acf46161e53c0b1854c42
-RMD160 (Zarith-1.4.1.tar.gz) = 34d1e23ac8703e116ba6b10ab008c2ce11089970
-SHA512 (Zarith-1.4.1.tar.gz) = 8bbc4cc5fa19a561301b9f81ca9487fcb73d7b9445ec1939fb377a692cf52f35892787d717ab0393582bc15a3872b20a93b36457f5e33d06de9915c4521486a4
-Size (Zarith-1.4.1.tar.gz) = 87747 bytes
+SHA1 (Zarith-1.7.tar.gz) = e0f6fcc166caf2d9d4aac9d4112b39bc82bbd0fe
+RMD160 (Zarith-1.7.tar.gz) = 3af83f38fb7bbaa98f4493f530f3c51a1edf8abb
+SHA512 (Zarith-1.7.tar.gz) = 812b5f9b24ce7a24d3370b8728ff6eeb56e3280fa1573e694fe54e781668c29bf8ff95e94aeff59df948adc85b8acd6b4efe117fb50a124f19b4227bee78e753
+Size (Zarith-1.7.tar.gz) = 89617 bytes
 SHA1 (patch-configure) = a9fadfcaf6c3b0a21ff3d1829af2cb15454904a0
-SHA1 (patch-project.mak) = ae9cd0e0efb2b93b62cfbecd81122578ec007505



Home | Main Index | Thread Index | Old Index