pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ocaml-opam-file-format Updated misc/ocaml-opam-fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0e62805ca3d
branches:  trunk
changeset: 443221:f0e62805ca3d
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Wed Dec 09 10:36:09 2020 +0000

description:
Updated misc/ocaml-opam-file-format to 2.1.0

Changes include:
* Don't add a newline at the start of strings with newlines
* Report starting position of strings correctly
* Add dune files

diffstat:

 misc/ocaml-opam-file-format/Makefile      |   4 ++--
 misc/ocaml-opam-file-format/buildlink3.mk |   4 ++--
 misc/ocaml-opam-file-format/distinfo      |  10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r f0504982c83a -r f0e62805ca3d misc/ocaml-opam-file-format/Makefile
--- a/misc/ocaml-opam-file-format/Makefile      Wed Dec 09 10:34:30 2020 +0000
+++ b/misc/ocaml-opam-file-format/Makefile      Wed Dec 09 10:36:09 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/01/26 17:31:44 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2020/12/09 10:36:09 jaapb Exp $
 
-VERSION=       2.0.0
+VERSION=       2.1.0
 GITHUB_PROJECT=        opam-file-format
 GITHUB_TAG=    ${VERSION:S/_/-/}
 DISTNAME=      ${GITHUB_PROJECT}-${VERSION}
diff -r f0504982c83a -r f0e62805ca3d misc/ocaml-opam-file-format/buildlink3.mk
--- a/misc/ocaml-opam-file-format/buildlink3.mk Wed Dec 09 10:34:30 2020 +0000
+++ b/misc/ocaml-opam-file-format/buildlink3.mk Wed Dec 09 10:36:09 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2018/11/27 14:03:45 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2020/12/09 10:36:09 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-opam-file-format
 
@@ -6,7 +6,7 @@
 OCAML_OPAM_FILE_FORMAT_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-opam-file-format+= ocaml-opam-file-format>=2.0.0
-BUILDLINK_ABI_DEPENDS.ocaml-opam-file-format+= ocaml-opam-file-format>=2.0.0
+BUILDLINK_ABI_DEPENDS.ocaml-opam-file-format+= ocaml-opam-file-format>=2.1.0
 BUILDLINK_PKGSRCDIR.ocaml-opam-file-format?=   ../../misc/ocaml-opam-file-format
 .endif # OCAML_OPAM_FILE_FORMAT_BUILDLINK3_MK
 
diff -r f0504982c83a -r f0e62805ca3d misc/ocaml-opam-file-format/distinfo
--- a/misc/ocaml-opam-file-format/distinfo      Wed Dec 09 10:34:30 2020 +0000
+++ b/misc/ocaml-opam-file-format/distinfo      Wed Dec 09 10:36:09 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/11/27 14:03:45 jaapb Exp $
+$NetBSD: distinfo,v 1.3 2020/12/09 10:36:09 jaapb Exp $
 
-SHA1 (opam-file-format-2.0.0.tar.gz) = 0356a0ffcbcf1886706833454d41d0ffdb5c94d7
-RMD160 (opam-file-format-2.0.0.tar.gz) = b6bdce5ea1b25aae7064b06b103a3fb5dd1ce9fa
-SHA512 (opam-file-format-2.0.0.tar.gz) = d692da78cbb37abfe50f4b2499607cfc9f2f311efce5620dac587f8ccc173de231264685d1944049b68c2dfd97ac600a00973a35c920ce9a8d5df021cdb8eb3e
-Size (opam-file-format-2.0.0.tar.gz) = 31419 bytes
+SHA1 (opam-file-format-2.1.0.tar.gz) = 9f23a1469abb42cf03427e99880a516dfde6099b
+RMD160 (opam-file-format-2.1.0.tar.gz) = 12679d7e6672fd19f4366d57db6f9dbbf4814683
+SHA512 (opam-file-format-2.1.0.tar.gz) = b948545497de0386457a9b5772924572249e38164aa49d5ab2ac9442d1231a56a3b8132a95197d74cbbe34336a7edc04eaca351a8763c4a009a512085ca0ab25
+Size (opam-file-format-2.1.0.tar.gz) = 23233 bytes



Home | Main Index | Thread Index | Old Index