pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ocaml-tyxml Updated package to the latest ver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4ff0770173a
branches:  trunk
changeset: 365158:e4ff0770173a
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Tue Jul 11 11:12:22 2017 +0000

description:
Updated package to the latest version, 4.1.0. Changes include:

===== 4.1.0 ====

* Uses uutf 1.0 (contribution by Daniel Bunzli)

diffstat:

 textproc/ocaml-tyxml/Makefile               |   4 ++--
 textproc/ocaml-tyxml/buildlink3.mk          |   3 ++-
 textproc/ocaml-tyxml/distinfo               |  11 +++++------
 textproc/ocaml-tyxml/patches/patch-setup.ml |  17 -----------------
 4 files changed, 9 insertions(+), 26 deletions(-)

diffs (67 lines):

diff -r 94528ff3acc3 -r e4ff0770173a textproc/ocaml-tyxml/Makefile
--- a/textproc/ocaml-tyxml/Makefile     Tue Jul 11 11:11:16 2017 +0000
+++ b/textproc/ocaml-tyxml/Makefile     Tue Jul 11 11:12:22 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2016/12/30 11:52:28 jaapb Exp $
+# $NetBSD: Makefile,v 1.16 2017/07/11 11:12:22 jaapb Exp $
 #
 
-VERSION=       4.0.1
+VERSION=       4.1.0
 GITHUB_PROJECT=        tyxml
 DISTNAME=      ${GITHUB_PROJECT}-${VERSION}
 PKGNAME=       ocaml-${DISTNAME}
diff -r 94528ff3acc3 -r e4ff0770173a textproc/ocaml-tyxml/buildlink3.mk
--- a/textproc/ocaml-tyxml/buildlink3.mk        Tue Jul 11 11:11:16 2017 +0000
+++ b/textproc/ocaml-tyxml/buildlink3.mk        Tue Jul 11 11:12:22 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2016/12/30 11:52:28 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2017/07/11 11:12:22 jaapb Exp $
 
 BUILDLINK_TREE+=        ocaml-tyxml
 
@@ -6,6 +6,7 @@
 OCAML_TYXML_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-tyxml+=     ocaml-tyxml>=4.0.1
+BUILDLINK_ABI_DEPENDS.ocaml-tyxml+=     ocaml-tyxml>=4.1.0
 BUILDLINK_PKGSRCDIR.ocaml-tyxml?=       ../../textproc/ocaml-tyxml
 
 .endif  # OCAML_TYXML_BUILDLINK3_MK
diff -r 94528ff3acc3 -r e4ff0770173a textproc/ocaml-tyxml/distinfo
--- a/textproc/ocaml-tyxml/distinfo     Tue Jul 11 11:11:16 2017 +0000
+++ b/textproc/ocaml-tyxml/distinfo     Tue Jul 11 11:12:22 2017 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/02/15 23:19:30 joerg Exp $
+$NetBSD: distinfo,v 1.10 2017/07/11 11:12:22 jaapb Exp $
 
-SHA1 (tyxml-4.0.1.tar.gz) = fd288b5ef3ab5a41df1dddece827fdf8baff417e
-RMD160 (tyxml-4.0.1.tar.gz) = db3999036f9ab8d9bea12f92405d1b0c01d6bed9
-SHA512 (tyxml-4.0.1.tar.gz) = ebc0f148602375d8df16df7815f60ad6edcc7b4830af9479fb0e71a394d5d6dd7cb36e592d026b06677537d29be4359201e52f047ad3e23f34d82401b33b31e3
-Size (tyxml-4.0.1.tar.gz) = 179609 bytes
-SHA1 (patch-setup.ml) = 12d438818893dab627dcdb862b9d676070bef2d6
+SHA1 (tyxml-4.1.0.tar.gz) = 6b11f233c819c419195f670102340c88cfc245fb
+RMD160 (tyxml-4.1.0.tar.gz) = 7cdb4e93ccd69f74b43b1f87917dcf0b7cd44806
+SHA512 (tyxml-4.1.0.tar.gz) = add2b82939ea069ee74ee26ff3ee1f3ad2e361e593134da807e1acfbebff4ed546cbc23aca7ee2936a1eb8a736916d673aa2c96aeae8779706cd726bc2d07ead
+Size (tyxml-4.1.0.tar.gz) = 179852 bytes
diff -r 94528ff3acc3 -r e4ff0770173a textproc/ocaml-tyxml/patches/patch-setup.ml
--- a/textproc/ocaml-tyxml/patches/patch-setup.ml       Tue Jul 11 11:11:16 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-setup.ml,v 1.1 2017/02/15 23:19:30 joerg Exp $
-
---- setup.ml.orig      2017-02-15 01:14:48.393874595 +0000
-+++ setup.ml
-@@ -6068,12 +6068,6 @@ module InternalInstallPlugin = struct
-         in
-         fun () -> dn
-       in
--      let () =
--        if not (OASISFileUtil.file_exists_case (findlib_dir ())) then
--          failwithf
--            (f_ "Directory '%s' doesn't exist for findlib library %s")
--            (findlib_dir ()) findlib_name
--      in
-       let f dir file =
-         let basename = Filename.basename file in
-         let tgt_fn = Filename.concat dir basename in



Home | Main Index | Thread Index | Old Index