pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ocaml-textutils Updated textproc/ocaml-textut...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d033e7307505
branches:  trunk
changeset: 426911:d033e7307505
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Wed Apr 08 11:41:44 2020 +0000

description:
Updated textproc/ocaml-textutils to version 0.13.0.

The CHANGES.md file hasn't been updated, but changes seem minor.

diffstat:

 textproc/ocaml-textutils/Makefile                       |   6 +++---
 textproc/ocaml-textutils/buildlink3.mk                  |   3 ++-
 textproc/ocaml-textutils/distinfo                       |  11 +++++------
 textproc/ocaml-textutils/patches/patch-console_src_dune |  12 ------------
 4 files changed, 10 insertions(+), 22 deletions(-)

diffs (66 lines):

diff -r 67e9300bae18 -r d033e7307505 textproc/ocaml-textutils/Makefile
--- a/textproc/ocaml-textutils/Makefile Wed Apr 08 11:29:05 2020 +0000
+++ b/textproc/ocaml-textutils/Makefile Wed Apr 08 11:41:44 2020 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2019/03/25 09:38:57 jaapb Exp $
+# $NetBSD: Makefile,v 1.4 2020/04/08 11:41:44 jaapb Exp $
 
 GITHUB_PROJECT=        textutils
 GITHUB_TAG=    v${PKGVERSION_NOREV}
-DISTNAME=      ${GITHUB_PROJECT}-0.12.0
+DISTNAME=      ${GITHUB_PROJECT}-0.13.0
 PKGNAME=       ocaml-${DISTNAME}
-CATEGORIES=    devel
+CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
diff -r 67e9300bae18 -r d033e7307505 textproc/ocaml-textutils/buildlink3.mk
--- a/textproc/ocaml-textutils/buildlink3.mk    Wed Apr 08 11:29:05 2020 +0000
+++ b/textproc/ocaml-textutils/buildlink3.mk    Wed Apr 08 11:41:44 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2019/03/19 10:56:03 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2020/04/08 11:41:44 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-textutils
 
@@ -6,6 +6,7 @@
 OCAML_TEXTUTILS_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-textutils+=        ocaml-textutils>=0.12.0
+BUILDLINK_ABI_DEPENDS.ocaml-textutils+=        ocaml-textutils>=0.13.0
 BUILDLINK_PKGSRCDIR.ocaml-textutils?=  ../../textproc/ocaml-textutils
 
 .endif # OCAML_TEXTUTILS_BUILDLINK3_MK
diff -r 67e9300bae18 -r d033e7307505 textproc/ocaml-textutils/distinfo
--- a/textproc/ocaml-textutils/distinfo Wed Apr 08 11:29:05 2020 +0000
+++ b/textproc/ocaml-textutils/distinfo Wed Apr 08 11:41:44 2020 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/03/19 10:56:03 jaapb Exp $
+$NetBSD: distinfo,v 1.2 2020/04/08 11:41:44 jaapb Exp $
 
-SHA1 (textutils-0.12.0.tar.gz) = c277da42f1d52ef5871445f810d310414bf058e1
-RMD160 (textutils-0.12.0.tar.gz) = 7ecd1b8d2f47bac0a65db8f2130e661490fb5239
-SHA512 (textutils-0.12.0.tar.gz) = fdac0c1003a2702f0c67667d682a66b794a108955b9d0b28a58ae2799b8607de486bd212efb9b9bcbdea4ed8cc674d45498a2b160d5cca2c416dc2a2eec23278
-Size (textutils-0.12.0.tar.gz) = 12669 bytes
-SHA1 (patch-console_src_dune) = ff057a3d29242f0fe2f86d38f4e3134399c0e6b4
+SHA1 (textutils-0.13.0.tar.gz) = c2a6ac9a976f95ac8573c0284eae9b97cd779bd1
+RMD160 (textutils-0.13.0.tar.gz) = 8a54ee83c4eed67545c8c252f129ed70d5b23759
+SHA512 (textutils-0.13.0.tar.gz) = b48241e48eb988fc2fcf83ff3ff86370450fd94f390d757e19bbe985eb2a54c8dfe0c287d3ad17019b03c8010194d1bf7a0769cc129d0f3e76d3a71c1abf2f18
+Size (textutils-0.13.0.tar.gz) = 12589 bytes
diff -r 67e9300bae18 -r d033e7307505 textproc/ocaml-textutils/patches/patch-console_src_dune
--- a/textproc/ocaml-textutils/patches/patch-console_src_dune   Wed Apr 08 11:29:05 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-console_src_dune,v 1.1 2019/03/19 10:56:03 jaapb Exp $
-
-Removed unknown parameters
---- console/src/dune.orig      2019-02-13 10:33:20.000000000 +0000
-+++ console/src/dune
-@@ -1,3 +1,3 @@
- (library (name console) (public_name textutils.console)
-- (preprocess (pps ppx_jane -dont-check-doc-comments-attachment))
-- (libraries core))
-\ No newline at end of file
-+ (preprocess (pps ppx_jane))
-+ (libraries core))



Home | Main Index | Thread Index | Old Index