diff options
author | jaapb <jaapb@pkgsrc.org> | 2017-07-11 10:25:39 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2017-07-11 10:25:39 +0000 |
commit | c1c8ed585c944cee33e31fca24cb4d9cfe9c1763 (patch) | |
tree | abbad347b9215983859abfbbda62b2116128caa6 /devel | |
parent | 8427bc5d85eed41768641271c69813099692906a (diff) | |
download | pkgsrc-c1c8ed585c944cee33e31fca24cb4d9cfe9c1763.tar.gz |
Updated package to latest version, 1.7.2 (also changed distribution site).
Changes include:
1.7.2 (2017-03-29)
* sync with OCaml 4.05
1.7.1 (2016-11-11)
* sync with OCaml 4.04
* add Hashtbl.Make for better compatibility
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-extlib/Makefile | 7 | ||||
-rw-r--r-- | devel/ocaml-extlib/buildlink3.mk | 3 | ||||
-rw-r--r-- | devel/ocaml-extlib/distinfo | 11 | ||||
-rw-r--r-- | devel/ocaml-extlib/patches/patch-Makefile | 12 |
4 files changed, 10 insertions, 23 deletions
diff --git a/devel/ocaml-extlib/Makefile b/devel/ocaml-extlib/Makefile index 0cb6fa3a134..24b5df42e4d 100644 --- a/devel/ocaml-extlib/Makefile +++ b/devel/ocaml-extlib/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.8 2016/12/30 11:16:58 jaapb Exp $ +# $NetBSD: Makefile,v 1.9 2017/07/11 10:25:39 jaapb Exp $ -VERSION= 1.7.0 +VERSION= 1.7.2 GITHUB_PROJECT= ocaml-extlib DISTNAME= ${GITHUB_PROJECT}-${VERSION} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ygrek/} MAINTAINER= jaapb@NetBSD.org -HOMEPAGE= http://code.google.com/p/ocaml-extlib/ +HOMEPAGE= https://github.com/ygrek/ocaml-extlib COMMENT= Alternative standard library for OCaml LICENSE= gnu-lgpl-v2.1 diff --git a/devel/ocaml-extlib/buildlink3.mk b/devel/ocaml-extlib/buildlink3.mk index 5f5123bd4d0..d3079ead94b 100644 --- a/devel/ocaml-extlib/buildlink3.mk +++ b/devel/ocaml-extlib/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2016/06/19 10:12:18 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2017/07/11 10:25:39 jaapb Exp $ BUILDLINK_TREE+= ocaml-extlib @@ -6,6 +6,7 @@ BUILDLINK_TREE+= ocaml-extlib OCAML_EXTLIB_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-extlib+= ocaml-extlib>=1.7.0 +BUILDLINK_ABI_DEPENDS.ocaml-extlib+= ocaml-extlib>=1.7.2 BUILDLINK_PKGSRCDIR.ocaml-extlib?= ../../devel/ocaml-extlib .endif # OCAML_EXTLIB_BUILDLINK3_MK diff --git a/devel/ocaml-extlib/distinfo b/devel/ocaml-extlib/distinfo index 07806384895..be0f2192cfc 100644 --- a/devel/ocaml-extlib/distinfo +++ b/devel/ocaml-extlib/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.3 2016/06/19 10:07:47 jaapb Exp $ +$NetBSD: distinfo,v 1.4 2017/07/11 10:25:39 jaapb Exp $ -SHA1 (ocaml-extlib-1.7.0.tar.gz) = 92d3ff333bb9b3f2effe19abdcb49229539b5c3a -RMD160 (ocaml-extlib-1.7.0.tar.gz) = 0a5cd78ad58fc76c3e0bf9889b577dffc846f129 -SHA512 (ocaml-extlib-1.7.0.tar.gz) = 3f268e22f7f415e81bbc07c28561fc067ca87748fcdcb6515691d1270858f452ec2ba0eb7b80ca29f06b40f01c1e89a6b71380c7d9de37c60d2bb86093cb8be2 -Size (ocaml-extlib-1.7.0.tar.gz) = 83327 bytes -SHA1 (patch-Makefile) = d4b332b440bf03a49d8067212a4911a7b050a749 +SHA1 (ocaml-extlib-1.7.2.tar.gz) = 41826e1ef89926568919132cfacebf03d2ba19df +RMD160 (ocaml-extlib-1.7.2.tar.gz) = 876a118991bb7c64f75128880a8ff24ac2132509 +SHA512 (ocaml-extlib-1.7.2.tar.gz) = d9f34f5bbd5e94a8dccc5bdbc1ec0e5015608675469c4f513461fa587a5eb7e1398542388fd885d7656591ca85ce30c0e2a9ee26b9722a9dd65189aac35d64ed +Size (ocaml-extlib-1.7.2.tar.gz) = 85934 bytes diff --git a/devel/ocaml-extlib/patches/patch-Makefile b/devel/ocaml-extlib/patches/patch-Makefile deleted file mode 100644 index c1332895143..00000000000 --- a/devel/ocaml-extlib/patches/patch-Makefile +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-Makefile,v 1.1 2016/06/19 10:07:47 jaapb Exp $ - -Do not call git for version stuff ---- Makefile.orig 2015-08-29 23:24:19.000000000 +0000 -+++ Makefile -@@ -1,5 +1,5 @@ - --VERSION:=$(shell git describe --always --long) -+#VERSION:=$(shell git describe --always --long) - RELEASE:=1.7.0 - - ifndef VERSION |