summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2017-07-11 11:12:22 +0000
committerjaapb <jaapb@pkgsrc.org>2017-07-11 11:12:22 +0000
commit72ebcd3fbf6fe4a64d1e83de77cfaf71c6bb46ea (patch)
tree9b812e640a5b14f4c45e950783628b92fe48b4b6
parentb630f60ee3f3a5724d50753955b9cefe30537801 (diff)
downloadpkgsrc-72ebcd3fbf6fe4a64d1e83de77cfaf71c6bb46ea.tar.gz
Updated package to the latest version, 4.1.0. Changes include:
===== 4.1.0 ==== * Uses uutf 1.0 (contribution by Daniel Bunzli)
-rw-r--r--textproc/ocaml-tyxml/Makefile4
-rw-r--r--textproc/ocaml-tyxml/buildlink3.mk3
-rw-r--r--textproc/ocaml-tyxml/distinfo11
-rw-r--r--textproc/ocaml-tyxml/patches/patch-setup.ml17
4 files changed, 9 insertions, 26 deletions
diff --git a/textproc/ocaml-tyxml/Makefile b/textproc/ocaml-tyxml/Makefile
index 4f7c28903e9..30a02de33ad 100644
--- a/textproc/ocaml-tyxml/Makefile
+++ b/textproc/ocaml-tyxml/Makefile
@@ -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 --git a/textproc/ocaml-tyxml/buildlink3.mk b/textproc/ocaml-tyxml/buildlink3.mk
index 7328bcc9de9..21133f2f7c5 100644
--- a/textproc/ocaml-tyxml/buildlink3.mk
+++ b/textproc/ocaml-tyxml/buildlink3.mk
@@ -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 @@ BUILDLINK_TREE+= ocaml-tyxml
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 --git a/textproc/ocaml-tyxml/distinfo b/textproc/ocaml-tyxml/distinfo
index 917d0f83d0d..541f7cd6574 100644
--- a/textproc/ocaml-tyxml/distinfo
+++ b/textproc/ocaml-tyxml/distinfo
@@ -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 --git a/textproc/ocaml-tyxml/patches/patch-setup.ml b/textproc/ocaml-tyxml/patches/patch-setup.ml
deleted file mode 100644
index abb471d5be9..00000000000
--- a/textproc/ocaml-tyxml/patches/patch-setup.ml
+++ /dev/null
@@ -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