diff options
author | jaapb <jaapb@pkgsrc.org> | 2018-04-13 13:55:27 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2018-04-13 13:55:27 +0000 |
commit | 2814131d01db177a0277b70ad0f439825129a973 (patch) | |
tree | 3cfe3d3d10bd1f251a4caecb634193f8e7df7fa8 | |
parent | b1dc091037c8cf86a0302937c61b564483c5258b (diff) | |
download | pkgsrc-2814131d01db177a0277b70ad0f439825129a973.tar.gz |
Revbump associated with the upgrade of lang/ocaml
(this is the upgrade from 4.06 to 4.06.1)
88 files changed, 176 insertions, 165 deletions
diff --git a/archivers/ocaml-bz2/Makefile b/archivers/ocaml-bz2/Makefile index efafd4237c6..0dadaf55b8e 100644 --- a/archivers/ocaml-bz2/Makefile +++ b/archivers/ocaml-bz2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2018/01/10 16:53:07 jaapb Exp $ +# $NetBSD: Makefile,v 1.16 2018/04/13 13:55:29 jaapb Exp $ PKGNAME= ocaml-bz2-${VERSION} DISTNAME= camlbz2-${VERSION} VERSION= 0.6.0 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= archivers MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/72/ diff --git a/archivers/ocaml-zip/Makefile b/archivers/ocaml-zip/Makefile index 4c3fb63b8d0..703b35efdf6 100644 --- a/archivers/ocaml-zip/Makefile +++ b/archivers/ocaml-zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2018/01/10 16:53:07 jaapb Exp $ +# $NetBSD: Makefile,v 1.22 2018/04/13 13:55:29 jaapb Exp $ # VERSION= 1.07 @@ -6,7 +6,7 @@ GITHUB_PROJECT= camlzip GITHUB_TAG= rel${VERSION:S/.//} DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-zip-${VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GITHUB:=xavierleroy/} LICENSE= gnu-lgpl-v2.1 diff --git a/converters/bibtex2html/Makefile b/converters/bibtex2html/Makefile index fbbb40b5810..77c76633ef4 100644 --- a/converters/bibtex2html/Makefile +++ b/converters/bibtex2html/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2018/01/10 16:53:07 jaapb Exp $ +# $NetBSD: Makefile,v 1.49 2018/04/13 13:55:29 jaapb Exp $ DISTNAME= bibtex2html-1.98 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= converters MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ diff --git a/databases/geneweb/Makefile b/databases/geneweb/Makefile index 08585dd40e9..48794803ad6 100644 --- a/databases/geneweb/Makefile +++ b/databases/geneweb/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.50 2018/01/10 16:53:07 jaapb Exp $ +# $NetBSD: Makefile,v 1.51 2018/04/13 13:55:29 jaapb Exp $ # DISTNAME= geneweb-5.01 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= databases EXTRACT_SUFX= .tgz MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/geneweb/Src/ diff --git a/databases/ocaml-dbm/Makefile b/databases/ocaml-dbm/Makefile index 7e4b47b58d1..a607ee84111 100644 --- a/databases/ocaml-dbm/Makefile +++ b/databases/ocaml-dbm/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.16 2018/01/28 20:10:34 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2018/04/13 13:55:27 jaapb Exp $ # PKGNAME= ocaml-dbm-${VERSION} DISTNAME= camldbm-${VERSION} VERSION= 1.0 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= databases MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/728/ EXTRACT_SUFX= .tgz diff --git a/databases/ocaml-dbm/buildlink3.mk b/databases/ocaml-dbm/buildlink3.mk index e67a7fd43d8..d1ad183aa2a 100644 --- a/databases/ocaml-dbm/buildlink3.mk +++ b/databases/ocaml-dbm/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.13 2018/01/28 20:10:34 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.14 2018/04/13 13:55:27 jaapb Exp $ BUILDLINK_TREE+= ocaml-dbm @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-dbm OCAML_DBM_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-dbm+= ocaml-dbm>=1.0 -BUILDLINK_ABI_DEPENDS.ocaml-dbm?= ocaml-dbm>=1.0nb14 +BUILDLINK_ABI_DEPENDS.ocaml-dbm?= ocaml-dbm>=1.0nb15 BUILDLINK_PKGSRCDIR.ocaml-dbm?= ../../databases/ocaml-dbm .include "../../databases/gdbm/buildlink3.mk" diff --git a/databases/ocaml-ldap/Makefile b/databases/ocaml-ldap/Makefile index c8c6f77ee23..43b08f3c5fe 100644 --- a/databases/ocaml-ldap/Makefile +++ b/databases/ocaml-ldap/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2018/01/10 16:53:07 jaapb Exp $ +# $NetBSD: Makefile,v 1.8 2018/04/13 13:55:30 jaapb Exp $ VERSION= 2.3.0 GITHUB_PROJECT= ocamldap GITHUB_TAG= ${VERSION} PKGNAME= ocaml-ldap-${VERSION} -PKGREVISION= 2 +PKGREVISION= 3 DISTNAME= ocamldap-${VERSION} CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=jpdeplaix/} diff --git a/databases/ocaml-mysql/Makefile b/databases/ocaml-mysql/Makefile index 805b14f0532..e33b11fa1e5 100644 --- a/databases/ocaml-mysql/Makefile +++ b/databases/ocaml-mysql/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.25 2018/01/10 16:53:08 jaapb Exp $ +# $NetBSD: Makefile,v 1.26 2018/04/13 13:55:30 jaapb Exp $ # VERSION= 1.2.0 GITHUB_PROJECT= ocaml-mysql GITHUB_TAG= v${VERSION} DISTNAME= ${GITHUB_PROJECT}-${VERSION} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=ygrek/} diff --git a/databases/ocaml-sqlite3/Makefile b/databases/ocaml-sqlite3/Makefile index 79c9f841230..ce3f0c6e43d 100644 --- a/databases/ocaml-sqlite3/Makefile +++ b/databases/ocaml-sqlite3/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.35 2018/04/04 19:49:32 jaapb Exp $ +# $NetBSD: Makefile,v 1.36 2018/04/13 13:55:30 jaapb Exp $ GITHUB_PROJECT= sqlite3-ocaml GITHUB_RELEASE= ${PKGVERSION_NOREV} DISTNAME= sqlite3-4.3.0 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=mmottl/} EXTRACT_SUFX= .tbz diff --git a/databases/pgocaml/Makefile b/databases/pgocaml/Makefile index 77332b153bb..e548a478400 100644 --- a/databases/pgocaml/Makefile +++ b/databases/pgocaml/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2018/01/10 16:53:08 jaapb Exp $ +# $NetBSD: Makefile,v 1.10 2018/04/13 13:55:30 jaapb Exp $ DISTNAME= pgocaml-2.3 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= databases MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1597/ EXTRACT_SUFX= .tgz diff --git a/devel/coccinelle/Makefile b/devel/coccinelle/Makefile index 79e1cab0f2e..440e5a7a0c3 100644 --- a/devel/coccinelle/Makefile +++ b/devel/coccinelle/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2018/01/10 16:53:08 jaapb Exp $ +# $NetBSD: Makefile,v 1.33 2018/04/13 13:55:30 jaapb Exp $ DISTNAME= coccinelle-1.0.0-rc17 PKGNAME= ${DISTNAME:S/-rc/rc/} -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= devel MASTER_SITES= http://coccinelle.lip6.fr/distrib/ EXTRACT_SUFX= .tgz diff --git a/devel/frama-c/Makefile b/devel/frama-c/Makefile index 9a23fa5c81a..5243ed4bbaf 100644 --- a/devel/frama-c/Makefile +++ b/devel/frama-c/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.75 2018/03/12 11:16:16 wiz Exp $ +# $NetBSD: Makefile,v 1.76 2018/04/13 13:55:30 jaapb Exp $ # DISTNAME= frama-c-Phosphorus-20170501 PKGNAME= ${DISTNAME:S/-Phosphorus//} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= devel MASTER_SITES= https://frama-c.com/download/ diff --git a/devel/menhir/Makefile b/devel/menhir/Makefile index 551f1ce1bf7..b18e29d7c88 100644 --- a/devel/menhir/Makefile +++ b/devel/menhir/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2018/01/10 16:53:08 jaapb Exp $ +# $NetBSD: Makefile,v 1.24 2018/04/13 13:55:30 jaapb Exp $ # DISTNAME= menhir-20170607 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= http://cristal.inria.fr/~fpottier/menhir/ diff --git a/devel/monotone-viz/Makefile b/devel/monotone-viz/Makefile index 11e37f06fcc..0771845038b 100644 --- a/devel/monotone-viz/Makefile +++ b/devel/monotone-viz/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.93 2018/03/12 11:16:19 wiz Exp $ +# $NetBSD: Makefile,v 1.94 2018/04/13 13:55:31 jaapb Exp $ # DISTNAME= monotone-viz-1.0.2-nolablgtk PKGNAME= ${DISTNAME:S/-nolablgtk//} -PKGREVISION= 20 +PKGREVISION= 21 CATEGORIES= devel scm #MASTER_SITES= http://oandrieu.nerim.net/monotone-viz/ diff --git a/devel/ocaml-base64/Makefile b/devel/ocaml-base64/Makefile index 66c8761fd3c..f5ad626eeee 100644 --- a/devel/ocaml-base64/Makefile +++ b/devel/ocaml-base64/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2018/01/10 16:53:08 jaapb Exp $ +# $NetBSD: Makefile,v 1.9 2018/04/13 13:55:31 jaapb Exp $ VERSION= 2.2.0 GITHUB_PROJECT= ocaml-base64 DISTNAME= ${GITHUB_PROJECT}-${VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/devel/ocaml-batteries/Makefile b/devel/ocaml-batteries/Makefile index cd8c17b84c0..593e93c1c70 100644 --- a/devel/ocaml-batteries/Makefile +++ b/devel/ocaml-batteries/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.15 2018/01/10 14:44:52 jaapb Exp $ +# $NetBSD: Makefile,v 1.16 2018/04/13 13:55:31 jaapb Exp $ VERSION= 2.8.0 GITHUB_PROJECT= batteries-included GITHUB_TAG= v${VERSION} DISTNAME= batteries-${VERSION} PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml-batteries-team/} diff --git a/devel/ocaml-cppo/Makefile b/devel/ocaml-cppo/Makefile index 8d61c0348bb..d1dc00a3f87 100644 --- a/devel/ocaml-cppo/Makefile +++ b/devel/ocaml-cppo/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2018/01/23 09:54:04 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2018/04/13 13:55:31 jaapb Exp $ DISTNAME= cppo-1.6.0 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mjambon/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/devel/ocaml-extlib/Makefile b/devel/ocaml-extlib/Makefile index a4ab9a952e9..1b110c9c449 100644 --- a/devel/ocaml-extlib/Makefile +++ b/devel/ocaml-extlib/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2018/01/10 16:53:08 jaapb Exp $ +# $NetBSD: Makefile,v 1.12 2018/04/13 13:55:31 jaapb Exp $ VERSION= 1.7.2 GITHUB_PROJECT= ocaml-extlib DISTNAME= ${GITHUB_PROJECT}-${VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ygrek/} diff --git a/devel/ocaml-findlib/Makefile b/devel/ocaml-findlib/Makefile index 8f302caad90..80301d71a52 100644 --- a/devel/ocaml-findlib/Makefile +++ b/devel/ocaml-findlib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2018/01/22 11:14:43 jaapb Exp $ +# $NetBSD: Makefile,v 1.37 2018/04/13 13:55:31 jaapb Exp $ DISTNAME= findlib-1.7.3 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel MASTER_SITES= http://download.camlcity.org/download/ diff --git a/devel/ocaml-js-build-tools/Makefile b/devel/ocaml-js-build-tools/Makefile index 2af822cbb72..551e3a2a23f 100644 --- a/devel/ocaml-js-build-tools/Makefile +++ b/devel/ocaml-js-build-tools/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2018/01/10 16:53:09 jaapb Exp $ +# $NetBSD: Makefile,v 1.8 2018/04/13 13:55:31 jaapb Exp $ VERSION= 113.33.06 GITHUB_PROJECT= js-build-tools DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} diff --git a/devel/ocaml-lwt_glib/Makefile b/devel/ocaml-lwt_glib/Makefile index 5ea2a424a6b..7065d74a036 100644 --- a/devel/ocaml-lwt_glib/Makefile +++ b/devel/ocaml-lwt_glib/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2018/03/11 03:56:13 dholland Exp $ +# $NetBSD: Makefile,v 1.5 2018/04/13 13:55:32 jaapb Exp $ -PKGREVISION= 2 +PKGREVISION= 3 .include "../../devel/ocaml-lwt/Makefile.common" PKGNAME= ocaml-lwt_glib-1.1.0 diff --git a/devel/ocaml-oasis/Makefile b/devel/ocaml-oasis/Makefile index fa53123257f..b908335f0f4 100644 --- a/devel/ocaml-oasis/Makefile +++ b/devel/ocaml-oasis/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2018/01/10 16:53:09 jaapb Exp $ +# $NetBSD: Makefile,v 1.13 2018/04/13 13:55:27 jaapb Exp $ DISTNAME= oasis-0.4.10 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1694/ diff --git a/devel/ocaml-oasis/buildlink3.mk b/devel/ocaml-oasis/buildlink3.mk index 44b337802ca..b5ea804b6e7 100644 --- a/devel/ocaml-oasis/buildlink3.mk +++ b/devel/ocaml-oasis/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2018/01/10 16:53:09 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2018/04/13 13:55:27 jaapb Exp $ BUILDLINK_TREE+= ocaml-oasis @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-oasis OCAML_OASIS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-oasis+= ocaml-oasis>=0.4.4 -BUILDLINK_ABI_DEPENDS.ocaml-oasis?= ocaml-oasis>=0.4.10nb2 +BUILDLINK_ABI_DEPENDS.ocaml-oasis?= ocaml-oasis>=0.4.10nb3 BUILDLINK_PKGSRCDIR.ocaml-oasis?= ../../devel/ocaml-oasis .include "../../lang/ocaml/buildlink3.mk" diff --git a/devel/ocaml-optcomp/Makefile b/devel/ocaml-optcomp/Makefile index 84ffff24e91..4065d9461b8 100644 --- a/devel/ocaml-optcomp/Makefile +++ b/devel/ocaml-optcomp/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2018/01/22 11:22:40 jaapb Exp $ +# $NetBSD: Makefile,v 1.14 2018/04/13 13:55:32 jaapb Exp $ VERSION= 1.6 GITHUB_PROJECT= optcomp DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=diml/} diff --git a/devel/ocaml-ppx_deriving/Makefile b/devel/ocaml-ppx_deriving/Makefile index da79c602592..e12e85ba009 100644 --- a/devel/ocaml-ppx_deriving/Makefile +++ b/devel/ocaml-ppx_deriving/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2018/01/10 16:04:57 jaapb Exp $ +# $NetBSD: Makefile,v 1.13 2018/04/13 13:55:32 jaapb Exp $ GITHUB_PROJECT= ppx_deriving DISTNAME= ${GITHUB_PROJECT}-4.2.1 PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml-ppx/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/devel/ocaml-ppx_tools/Makefile b/devel/ocaml-ppx_tools/Makefile index 148655573c1..80cb70484d4 100644 --- a/devel/ocaml-ppx_tools/Makefile +++ b/devel/ocaml-ppx_tools/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2018/01/10 16:07:46 jaapb Exp $ +# $NetBSD: Makefile,v 1.10 2018/04/13 13:55:32 jaapb Exp $ VERSION= 5.1 GITHUB_PROJECT= ppx_tools GITHUB_TAG= ${VERSION}+4.06.0 DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml-ppx/} diff --git a/devel/ocaml-ppx_tools_versioned/Makefile b/devel/ocaml-ppx_tools_versioned/Makefile index 064c66c2e1c..2f65f6bbcf1 100644 --- a/devel/ocaml-ppx_tools_versioned/Makefile +++ b/devel/ocaml-ppx_tools_versioned/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2018/01/10 16:53:10 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2018/04/13 13:55:32 jaapb Exp $ VERSION= 5.0.1 GITHUB_PROJECT= ppx_tools_versioned DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ${GITHUB_PROJECT}-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 PKGNAME= ocaml-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=let-def/} diff --git a/devel/ocaml-reactiveData/Makefile b/devel/ocaml-reactiveData/Makefile index 4deee151f65..501b6d5625a 100644 --- a/devel/ocaml-reactiveData/Makefile +++ b/devel/ocaml-reactiveData/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2018/01/10 16:53:10 jaapb Exp $ +# $NetBSD: Makefile,v 1.13 2018/04/13 13:55:32 jaapb Exp $ GITHUB_PROJECT= reactiveData DISTNAME= ${GITHUB_PROJECT}-0.2.1 -PKGREVISION= 3 +PKGREVISION= 4 PKGNAME= ocaml-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} diff --git a/devel/ocaml-type_conv/Makefile b/devel/ocaml-type_conv/Makefile index 21c01425602..059a32ea093 100644 --- a/devel/ocaml-type_conv/Makefile +++ b/devel/ocaml-type_conv/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.13 2018/01/10 16:53:11 jaapb Exp $ +# $NetBSD: Makefile,v 1.14 2018/04/13 13:55:28 jaapb Exp $ VERSION= 113.00.02 GITHUB_PROJECT= type_conv DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} diff --git a/devel/ocaml-type_conv/buildlink3.mk b/devel/ocaml-type_conv/buildlink3.mk index acb447d781c..03123dfe515 100644 --- a/devel/ocaml-type_conv/buildlink3.mk +++ b/devel/ocaml-type_conv/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.12 2018/01/10 16:53:11 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.13 2018/04/13 13:55:28 jaapb Exp $ BUILDLINK_TREE+= ocaml-type_conv @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-type_conv OCAML_TYPE_CONV_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-type_conv+= ocaml-type_conv>=109.60.01 -BUILDLINK_ABI_DEPENDS.ocaml-type_conv?= ocaml-type_conv>=113.00.02nb7 +BUILDLINK_ABI_DEPENDS.ocaml-type_conv?= ocaml-type_conv>=113.00.02nb8 BUILDLINK_PKGSRCDIR.ocaml-type_conv?= ../../devel/ocaml-type_conv .include "../../lang/ocaml/buildlink3.mk" diff --git a/devel/ocaml-yojson/Makefile b/devel/ocaml-yojson/Makefile index 29e27cd5d78..274bd6a8c39 100644 --- a/devel/ocaml-yojson/Makefile +++ b/devel/ocaml-yojson/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2018/03/11 03:41:07 dholland Exp $ +# $NetBSD: Makefile,v 1.7 2018/04/13 13:55:32 jaapb Exp $ GITHUB_PROJECT= yojson GITHUB_TAG= v${PKGVERSION_NOREV} DISTNAME= ${GITHUB_PROJECT}-1.4.1 PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mjambon/} diff --git a/devel/ocamlbuild/Makefile b/devel/ocamlbuild/Makefile index 83f400c2737..674b98e115d 100644 --- a/devel/ocamlbuild/Makefile +++ b/devel/ocamlbuild/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2018/01/10 16:13:18 jaapb Exp $ +# $NetBSD: Makefile,v 1.8 2018/04/13 13:55:33 jaapb Exp $ DISTNAME= ocamlbuild-0.12.0 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} diff --git a/devel/ocamlgraph/Makefile b/devel/ocamlgraph/Makefile index 7f53f332a13..e35d01d0ec7 100644 --- a/devel/ocamlgraph/Makefile +++ b/devel/ocamlgraph/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2018/03/12 11:16:19 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2018/04/13 13:55:33 jaapb Exp $ DISTNAME= ocamlgraph-1.8.8 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= devel MASTER_SITES= http://ocamlgraph.lri.fr/download/ diff --git a/devel/ocamlify/Makefile b/devel/ocamlify/Makefile index c150a4e515a..bf29ffa252c 100644 --- a/devel/ocamlify/Makefile +++ b/devel/ocamlify/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2018/01/10 16:17:05 jaapb Exp $ +# $NetBSD: Makefile,v 1.10 2018/04/13 13:55:33 jaapb Exp $ DISTNAME= ocamlify-0.0.2 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= devel MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1209/ diff --git a/devel/ocamlmod/Makefile b/devel/ocamlmod/Makefile index 0772990108c..045a1c9f7f4 100644 --- a/devel/ocamlmod/Makefile +++ b/devel/ocamlmod/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2018/01/10 16:19:00 jaapb Exp $ +# $NetBSD: Makefile,v 1.11 2018/04/13 13:55:33 jaapb Exp $ DISTNAME= ocamlmod-0.0.8 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1544/ diff --git a/devel/omake/Makefile b/devel/omake/Makefile index cfffe21e0ef..7f99886bbd9 100644 --- a/devel/omake/Makefile +++ b/devel/omake/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2018/02/12 11:03:34 dholland Exp $ +# $NetBSD: Makefile,v 1.20 2018/04/13 13:55:33 jaapb Exp $ # DISTNAME= omake-0.10.3 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml-omake/} GITHUB_TAG= ${PKGNAME} diff --git a/devel/verifast/Makefile b/devel/verifast/Makefile index ff46f5dbb9f..a4eb95ceabe 100644 --- a/devel/verifast/Makefile +++ b/devel/verifast/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2018/03/13 05:47:25 dholland Exp $ +# $NetBSD: Makefile,v 1.13 2018/04/13 13:55:33 jaapb Exp $ DISTNAME= verifast-18.02 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=verifast/} GITHUB_PROJECT= verifast diff --git a/graphics/camlimages/Makefile b/graphics/camlimages/Makefile index 28263c5333c..a31967d900b 100644 --- a/graphics/camlimages/Makefile +++ b/graphics/camlimages/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.101 2018/03/12 11:16:39 wiz Exp $ +# $NetBSD: Makefile,v 1.102 2018/04/13 13:55:33 jaapb Exp $ VERSION= 4.0.1 PKGNAME= camlimages-${VERSION} -PKGREVISION= 64 +PKGREVISION= 65 CATEGORIES= graphics MASTER_SITES= https://bitbucket.org/camlspotter/camlimages/get/ DISTNAME= v${VERSION} diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 7502ef2be8a..661b06b200d 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.179 2018/03/24 17:15:39 schmonz Exp $ +# $NetBSD: Makefile,v 1.180 2018/04/13 13:55:34 jaapb Exp $ DISTNAME= graphviz-2.40.1 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= graphics MASTER_SITES= http://www.graphviz.org/pub/graphviz/stable/SOURCES/ diff --git a/lang/boomerang/Makefile b/lang/boomerang/Makefile index c28d1aa6566..7ac1b71b8f2 100644 --- a/lang/boomerang/Makefile +++ b/lang/boomerang/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2018/03/26 20:21:43 dholland Exp $ +# $NetBSD: Makefile,v 1.17 2018/04/13 13:55:34 jaapb Exp $ # DISTNAME= boomerang-0.2-source PKGNAME= ${DISTNAME:S/-source//} -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= lang MASTER_SITES= http://www.seas.upenn.edu/~harmony/download/ diff --git a/lang/camlp4/Makefile b/lang/camlp4/Makefile index 9c675f645d7..b2396b757c1 100644 --- a/lang/camlp4/Makefile +++ b/lang/camlp4/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2018/01/10 16:22:41 jaapb Exp $ +# $NetBSD: Makefile,v 1.17 2018/04/13 13:55:34 jaapb Exp $ GITHUB_PROJECT= camlp4 DISTNAME= ${GITHUB_PROJECT}-4.06+1 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} diff --git a/lang/pict/Makefile b/lang/pict/Makefile index c25a984c46f..c34e084a23f 100644 --- a/lang/pict/Makefile +++ b/lang/pict/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2018/03/16 08:26:28 dholland Exp $ +# $NetBSD: Makefile,v 1.18 2018/04/13 13:55:34 jaapb Exp $ DISTNAME= pict-4.1 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= lang MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/papers/pict/pict-4.1/ diff --git a/math/ocaml-num/Makefile b/math/ocaml-num/Makefile index 1e9bb92e5ea..bf8424ae757 100644 --- a/math/ocaml-num/Makefile +++ b/math/ocaml-num/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2018/01/10 16:29:44 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2018/04/13 13:55:34 jaapb Exp $ GITHUB_PROJECT= num GITHUB_TAG= v${PKGVERSION_NOREV} DISTNAME= ${GITHUB_PROJECT}-1.1 PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} diff --git a/math/ocaml-zarith/Makefile b/math/ocaml-zarith/Makefile index 7ac0ae62c42..7963cfd131f 100644 --- a/math/ocaml-zarith/Makefile +++ b/math/ocaml-zarith/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2018/01/10 16:53:11 jaapb Exp $ +# $NetBSD: Makefile,v 1.11 2018/04/13 13:55:34 jaapb Exp $ # VERSION= 1.4.1 @@ -6,7 +6,7 @@ GITHUB_PROJECT= Zarith GITHUB_TAG= release-${VERSION} DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME:tl} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 840997505f2..03fd8bf793d 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.106 2018/03/12 11:17:04 wiz Exp $ +# $NetBSD: Makefile,v 1.107 2018/04/13 13:55:34 jaapb Exp $ # DISTNAME= ${SCIBASE}-src -PKGREVISION= 23 +PKGREVISION= 24 PKGNAME= ${SCIBASE} CATEGORIES= math MASTER_SITES= http://www.scilab.org/download/4.1/ diff --git a/math/z3/Makefile b/math/z3/Makefile index 036047ace5d..e319dbdebb7 100644 --- a/math/z3/Makefile +++ b/math/z3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2018/03/13 21:20:34 khorben Exp $ +# $NetBSD: Makefile,v 1.10 2018/04/13 13:55:35 jaapb Exp $ .include "Makefile.common" -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= The Z3 theorem prover / SMT solver .include "options.mk" diff --git a/misc/dose3/Makefile b/misc/dose3/Makefile index b488386c003..4c34e4483b3 100644 --- a/misc/dose3/Makefile +++ b/misc/dose3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2018/01/10 16:31:34 jaapb Exp $ +# $NetBSD: Makefile,v 1.14 2018/04/13 13:55:35 jaapb Exp $ DISTNAME= dose3-5.0.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= misc MASTER_SITES= https://gforge.inria.fr/frs/download.php/file/36063/ diff --git a/misc/ocaml-cudf/Makefile b/misc/ocaml-cudf/Makefile index 6f9f326983f..9ffd3d5c3c2 100644 --- a/misc/ocaml-cudf/Makefile +++ b/misc/ocaml-cudf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2018/01/10 16:53:12 jaapb Exp $ +# $NetBSD: Makefile,v 1.14 2018/04/13 13:55:35 jaapb Exp $ DISTNAME= cudf-0.9 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= misc MASTER_SITES= https://gforge.inria.fr/frs/download.php/file/36602/ diff --git a/misc/ocaml-opam-file-format/Makefile b/misc/ocaml-opam-file-format/Makefile index 9ed04524138..e4eebeff49c 100644 --- a/misc/ocaml-opam-file-format/Makefile +++ b/misc/ocaml-opam-file-format/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2018/01/10 16:53:12 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2018/04/13 13:55:35 jaapb Exp $ VERSION= 2.0.0_beta3 GITHUB_PROJECT= opam-file-format GITHUB_TAG= ${VERSION:S/_/-/} DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} MAKE_JOBS_SAFE= no diff --git a/misc/ocaml-topkg/Makefile b/misc/ocaml-topkg/Makefile index 1c8598b8f4d..80d49c86e75 100644 --- a/misc/ocaml-topkg/Makefile +++ b/misc/ocaml-topkg/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2018/01/10 16:34:50 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2018/04/13 13:55:35 jaapb Exp $ DISTNAME= topkg-0.9.1 PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= http://erratique.ch/software/topkg/releases/ EXTRACT_SUFX= .tbz diff --git a/net/mldonkey-gui/Makefile b/net/mldonkey-gui/Makefile index ffd7c4ea761..3baf4165aa7 100644 --- a/net/mldonkey-gui/Makefile +++ b/net/mldonkey-gui/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.108 2018/03/12 11:17:21 wiz Exp $ +# $NetBSD: Makefile,v 1.109 2018/04/13 13:55:35 jaapb Exp $ -PKGREVISION= 21 +PKGREVISION= 22 .include "../../net/mldonkey/Makefile.common" PKGNAME= ${DISTNAME:S/mldonkey/mldonkey-gui/} diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile index 895bdec3ddf..efa4024c414 100644 --- a/net/mldonkey/Makefile +++ b/net/mldonkey/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.93 2018/03/12 11:17:21 wiz Exp $ +# $NetBSD: Makefile,v 1.94 2018/04/13 13:55:35 jaapb Exp $ -PKGREVISION= 11 +PKGREVISION= 12 .include "Makefile.common" RCD_SCRIPTS= mldonkey diff --git a/net/ocaml-ipaddr/Makefile b/net/ocaml-ipaddr/Makefile index 32b5c713259..59fd555ad1a 100644 --- a/net/ocaml-ipaddr/Makefile +++ b/net/ocaml-ipaddr/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2018/04/09 10:24:20 jaapb Exp $ +# $NetBSD: Makefile,v 1.14 2018/04/13 13:55:28 jaapb Exp $ VERSION= 2.8.0 GITHUB_PROJECT= ocaml-ipaddr DISTNAME= ${GITHUB_PROJECT}-${VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/} diff --git a/net/ocaml-ipaddr/buildlink3.mk b/net/ocaml-ipaddr/buildlink3.mk index 91463fffe3a..4bd52cf7555 100644 --- a/net/ocaml-ipaddr/buildlink3.mk +++ b/net/ocaml-ipaddr/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.13 2018/04/09 10:24:20 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.14 2018/04/13 13:55:28 jaapb Exp $ BUILDLINK_TREE+= ocaml-ipaddr @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-ipaddr OCAML_IPADDR_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-ipaddr+= ocaml-ipaddr>=2.0.0 -BUILDLINK_ABI_DEPENDS.ocaml-ipaddr?= ocaml-ipaddr>=2.8.0nb3 +BUILDLINK_ABI_DEPENDS.ocaml-ipaddr?= ocaml-ipaddr>=2.8.0nb4 BUILDLINK_PKGSRCDIR.ocaml-ipaddr?= ../../net/ocaml-ipaddr BUILDLINK_FILES.ocaml-ipaddr+= lib/ocaml/site-lib/* diff --git a/net/ocamlnet/Makefile b/net/ocamlnet/Makefile index a4d81c7a938..e7b8d768f17 100644 --- a/net/ocamlnet/Makefile +++ b/net/ocamlnet/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.48 2018/03/12 11:17:22 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2018/04/13 13:55:36 jaapb Exp $ # DISTNAME= ocamlnet-4.1.5 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= http://download.camlcity.org/download/ diff --git a/net/unison/Makefile b/net/unison/Makefile index a7f92417ede..e9b66943ad1 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.117 2018/03/12 11:17:24 wiz Exp $ +# $NetBSD: Makefile,v 1.118 2018/04/13 13:55:36 jaapb Exp $ DISTNAME= unison-2.48.15 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=bcpierce00/} diff --git a/net/unison2.32/Makefile b/net/unison2.32/Makefile index b19759cf407..90070b4262e 100644 --- a/net/unison2.32/Makefile +++ b/net/unison2.32/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.65 2018/03/14 10:16:57 dholland Exp $ +# $NetBSD: Makefile,v 1.66 2018/04/13 13:55:36 jaapb Exp $ DISTNAME= unison-2.32.52 -PKGREVISION= 64 +PKGREVISION= 65 CATEGORIES= net MASTER_SITES= http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/ diff --git a/net/unison2.40/Makefile b/net/unison2.40/Makefile index ee22043d78e..fcc4768c00f 100644 --- a/net/unison2.40/Makefile +++ b/net/unison2.40/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2018/03/12 11:17:24 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2018/04/13 13:55:36 jaapb Exp $ DISTNAME= unison-2.40.128 -PKGREVISION= 23 +PKGREVISION= 24 CATEGORIES= net MASTER_SITES= http://www.seas.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ diff --git a/print/advi/Makefile b/print/advi/Makefile index 3176330219d..0d1c6afb26f 100644 --- a/print/advi/Makefile +++ b/print/advi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.108 2018/03/12 11:17:25 wiz Exp $ +# $NetBSD: Makefile,v 1.109 2018/04/13 13:55:36 jaapb Exp $ DISTNAME= advi-1.10.2 -PKGREVISION= 24 +PKGREVISION= 25 CATEGORIES= print MASTER_SITES= http://gallium.inria.fr/advi/ diff --git a/security/ocaml-cryptokit/Makefile b/security/ocaml-cryptokit/Makefile index 3021c3b8ee1..378350018d4 100644 --- a/security/ocaml-cryptokit/Makefile +++ b/security/ocaml-cryptokit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2018/01/10 16:53:12 jaapb Exp $ +# $NetBSD: Makefile,v 1.20 2018/04/13 13:55:28 jaapb Exp $ # VERSION= 1.11 @@ -6,7 +6,7 @@ GITHUB_PROJECT= cryptokit GITHUB_TAG= release${VERSION:S/.//} DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=xavierleroy/} diff --git a/security/ocaml-cryptokit/buildlink3.mk b/security/ocaml-cryptokit/buildlink3.mk index 4d3c48340a4..bdb6201e575 100644 --- a/security/ocaml-cryptokit/buildlink3.mk +++ b/security/ocaml-cryptokit/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.12 2018/01/10 16:53:12 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.13 2018/04/13 13:55:28 jaapb Exp $ BUILDLINK_TREE+= ocaml-cryptokit @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-cryptokit OCAML_CRYPTOKIT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-cryptokit+= ocaml-cryptokit>=1.5 -BUILDLINK_ABI_DEPENDS.ocaml-cryptokit?= ocaml-cryptokit>=1.11nb2 +BUILDLINK_ABI_DEPENDS.ocaml-cryptokit?= ocaml-cryptokit>=1.11nb3 BUILDLINK_PKGSRCDIR.ocaml-cryptokit?= ../../security/ocaml-cryptokit .include "../../math/ocaml-zarith/buildlink3.mk" diff --git a/security/ocaml-ssl/Makefile b/security/ocaml-ssl/Makefile index 8a95eba7dee..a27bc5eac40 100644 --- a/security/ocaml-ssl/Makefile +++ b/security/ocaml-ssl/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2018/01/10 16:44:16 jaapb Exp $ +# $NetBSD: Makefile,v 1.30 2018/04/13 13:55:29 jaapb Exp $ # DISTNAME= ocaml-ssl-0.5.5 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=savonet/} diff --git a/security/ocaml-ssl/buildlink3.mk b/security/ocaml-ssl/buildlink3.mk index 2d628fcce4b..7bdec393211 100644 --- a/security/ocaml-ssl/buildlink3.mk +++ b/security/ocaml-ssl/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.22 2018/01/10 16:44:16 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.23 2018/04/13 13:55:29 jaapb Exp $ BUILDLINK_TREE+= ocaml-ssl @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-ssl OCAML_SSL_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-ssl+= ocaml-ssl>=0.4.0 -BUILDLINK_ABI_DEPENDS.ocaml-ssl+= ocaml-ssl>=0.5.5 +BUILDLINK_ABI_DEPENDS.ocaml-ssl+= ocaml-ssl>=0.5.5nb1 BUILDLINK_PKGSRCDIR.ocaml-ssl?= ../../security/ocaml-ssl .include "../../lang/ocaml/buildlink3.mk" diff --git a/security/sks/Makefile b/security/sks/Makefile index 6a3a40e5a55..4a636a6de77 100644 --- a/security/sks/Makefile +++ b/security/sks/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2018/01/10 16:53:13 jaapb Exp $ +# $NetBSD: Makefile,v 1.22 2018/04/13 13:55:36 jaapb Exp $ # DISTNAME= sks-1.1.5 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= security MASTER_SITES= https://bitbucket.org/skskeyserver/sks-keyserver/downloads/ EXTRACT_SUFX= .tgz diff --git a/sysutils/xentools42/Makefile b/sysutils/xentools42/Makefile index 1abcde7ea87..e89f8c877dd 100644 --- a/sysutils/xentools42/Makefile +++ b/sysutils/xentools42/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.64 2018/01/15 09:47:54 jperkin Exp $ +# $NetBSD: Makefile,v 1.65 2018/04/13 13:55:37 jaapb Exp $ VERSION= 4.2.5 VERSION_IPXE= 1.0.0 DISTNAME= xen-${VERSION} PKGNAME= xentools42-${VERSION} -PKGREVISION= 26 +PKGREVISION= 27 CATEGORIES= sysutils MASTER_SITES= https://downloads.xenproject.org/release/xen/${VERSION}/ diff --git a/sysutils/xentools45/Makefile b/sysutils/xentools45/Makefile index 618b57a01fd..bd54570183a 100644 --- a/sysutils/xentools45/Makefile +++ b/sysutils/xentools45/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2018/01/27 19:11:41 abs Exp $ +# $NetBSD: Makefile,v 1.57 2018/04/13 13:55:37 jaapb Exp $ VERSION= 4.5.5 -PKGREVISION= 9 +PKGREVISION= 10 VERSION_IPXE= 9a93db3f0947484e30e753bbd61a10b17336e20e DISTNAME= xen-${VERSION} diff --git a/sysutils/xentools46/Makefile b/sysutils/xentools46/Makefile index e3e590124da..10ab19c39ee 100644 --- a/sysutils/xentools46/Makefile +++ b/sysutils/xentools46/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.28 2018/01/27 18:24:16 abs Exp $ +# $NetBSD: Makefile,v 1.29 2018/04/13 13:55:37 jaapb Exp $ # # VERSION is set in version.mk as it is shared with other packages .include "version.mk" DISTNAME= xen-${VERSION} PKGNAME= xentools46-${VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= sysutils MASTER_SITES= https://downloads.xenproject.org/release/xen/${VERSION}/ diff --git a/sysutils/xentools48/Makefile b/sysutils/xentools48/Makefile index 5bc8c3674e5..1776522834f 100644 --- a/sysutils/xentools48/Makefile +++ b/sysutils/xentools48/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2018/03/13 15:15:01 bouyer Exp $ +# $NetBSD: Makefile,v 1.19 2018/04/13 13:55:37 jaapb Exp $ # VERSION= 4.8.3 VERSION_IPXE= 827dd1bfee67daa683935ce65316f7e0f057fe1c @@ -19,7 +19,7 @@ PKGNAME= xentools48-${VERSION} CATEGORIES= sysutils MASTER_SITES= https://downloads.xenproject.org/release/xen/${VERSION}/ -PKGREVISION= 2 +PKGREVISION= 3 DISTFILES= ${DISTNAME}.tar.gz diff --git a/textproc/harmony/Makefile b/textproc/harmony/Makefile index fdce0a27632..60ff69d96e5 100644 --- a/textproc/harmony/Makefile +++ b/textproc/harmony/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2018/03/14 06:27:21 dholland Exp $ +# $NetBSD: Makefile,v 1.25 2018/04/13 13:55:37 jaapb Exp $ # DISTNAME= harmony-stable-${VERSION} PKGNAME= harmony-${VERSION} -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= misc MASTER_SITES= https://alliance.seas.upenn.edu/~harmony/download/ diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile index 8abd090c5ea..8d535a085a1 100644 --- a/textproc/hevea/Makefile +++ b/textproc/hevea/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2018/01/10 16:53:13 jaapb Exp $ +# $NetBSD: Makefile,v 1.27 2018/04/13 13:55:37 jaapb Exp $ DISTNAME= hevea-2.23 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= textproc MASTER_SITES= http://hevea.inria.fr/distri/ diff --git a/textproc/ocaml-easy-format/Makefile b/textproc/ocaml-easy-format/Makefile index 26df52f02ed..c47f2070527 100644 --- a/textproc/ocaml-easy-format/Makefile +++ b/textproc/ocaml-easy-format/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2018/01/10 16:53:13 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2018/04/13 13:55:37 jaapb Exp $ GITHUB_PROJECT= easy-format GITHUB_TAG= v${PKGVERSION_NOREV} DISTNAME= ${GITHUB_PROJECT}-1.2.0 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=mjambon/} diff --git a/textproc/ocaml-expat/Makefile b/textproc/ocaml-expat/Makefile index 59aba8a5fe9..aa26f503e61 100644 --- a/textproc/ocaml-expat/Makefile +++ b/textproc/ocaml-expat/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.15 2018/01/10 16:53:13 jaapb Exp $ +# $NetBSD: Makefile,v 1.16 2018/04/13 13:55:38 jaapb Exp $ # VERSION= 1.0.0 GITHUB_PROJECT= ocaml-expat GITHUB_TAG= v${VERSION} DISTNAME= ${GITHUB_PROJECT}-${VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=whitequark/} diff --git a/textproc/ocaml-jsonm/Makefile b/textproc/ocaml-jsonm/Makefile index 5b07ef458b7..bba3997e5d7 100644 --- a/textproc/ocaml-jsonm/Makefile +++ b/textproc/ocaml-jsonm/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2018/01/10 16:53:13 jaapb Exp $ +# $NetBSD: Makefile,v 1.10 2018/04/13 13:55:38 jaapb Exp $ DISTNAME= jsonm-1.0.1 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://erratique.ch/software/jsonm/releases/ EXTRACT_SUFX= .tbz diff --git a/textproc/ocaml-text/Makefile b/textproc/ocaml-text/Makefile index 24f00496063..194c2d39c51 100644 --- a/textproc/ocaml-text/Makefile +++ b/textproc/ocaml-text/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2018/01/10 16:53:14 jaapb Exp $ +# $NetBSD: Makefile,v 1.21 2018/04/13 13:55:38 jaapb Exp $ # DISTNAME= ocaml-text-0.8 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=vbmithr/} diff --git a/textproc/ocaml-uchar/Makefile b/textproc/ocaml-uchar/Makefile index 1b3ae8c3157..91832a906a0 100644 --- a/textproc/ocaml-uchar/Makefile +++ b/textproc/ocaml-uchar/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2018/01/10 16:53:14 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2018/04/13 13:55:38 jaapb Exp $ VERSION= 0.0.1 -PKGREVISION= 3 +PKGREVISION= 4 GITHUB_PROJECT= uchar GITHUB_TAG= v${VERSION} DISTNAME= ${GITHUB_PROJECT}-${VERSION} diff --git a/textproc/ocaml-uutf/Makefile b/textproc/ocaml-uutf/Makefile index 0b94f4f4c9a..488fe0ca49f 100644 --- a/textproc/ocaml-uutf/Makefile +++ b/textproc/ocaml-uutf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2018/01/10 16:53:14 jaapb Exp $ +# $NetBSD: Makefile,v 1.14 2018/04/13 13:55:38 jaapb Exp $ DISTNAME= uutf-1.0.1 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://erratique.ch/software/uutf/releases/ EXTRACT_SUFX= .tbz diff --git a/textproc/pxp/Makefile b/textproc/pxp/Makefile index 2d6da630100..59dc75dd982 100644 --- a/textproc/pxp/Makefile +++ b/textproc/pxp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2018/01/10 16:53:14 jaapb Exp $ +# $NetBSD: Makefile,v 1.21 2018/04/13 13:55:38 jaapb Exp $ # DISTNAME= pxp-1.2.8 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= textproc MASTER_SITES= http://download.camlcity.org/download/ diff --git a/time/ocaml-calendar/Makefile b/time/ocaml-calendar/Makefile index 29fb74bbc0e..becbf109751 100644 --- a/time/ocaml-calendar/Makefile +++ b/time/ocaml-calendar/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2018/01/10 16:53:14 jaapb Exp $ +# $NetBSD: Makefile,v 1.20 2018/04/13 13:55:38 jaapb Exp $ # DISTNAME= calendar-2.04 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= time devel MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1481/ diff --git a/time/wyrd/Makefile b/time/wyrd/Makefile index 28447edc3e7..a19d7617040 100644 --- a/time/wyrd/Makefile +++ b/time/wyrd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2018/03/14 09:14:38 dholland Exp $ +# $NetBSD: Makefile,v 1.25 2018/04/13 13:55:39 jaapb Exp $ # DISTNAME= wyrd-1.4.6 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= time #MASTER_SITES= http://pessimization.com/software/wyrd/ diff --git a/www/ocaml-curl/Makefile b/www/ocaml-curl/Makefile index 157910e2347..354b4d9e2cf 100644 --- a/www/ocaml-curl/Makefile +++ b/www/ocaml-curl/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.24 2018/01/10 16:53:14 jaapb Exp $ +# $NetBSD: Makefile,v 1.25 2018/04/13 13:55:39 jaapb Exp $ # DISTNAME= ocurl-0.5.3 PKGNAME= ocaml-curl-0.5.3 EXTRACT_SUFX= .tgz -PKGREVISION= 21 +PKGREVISION= 22 CATEGORIES= www net devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ocurl/} diff --git a/www/ocaml-http/Makefile b/www/ocaml-http/Makefile index 91a285de495..2817ecb0ada 100644 --- a/www/ocaml-http/Makefile +++ b/www/ocaml-http/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2018/01/10 16:53:14 jaapb Exp $ +# $NetBSD: Makefile,v 1.15 2018/04/13 13:55:39 jaapb Exp $ # DISTNAME= ocaml-http-0.1.5 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= www MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/545/ diff --git a/www/swiftsurf/Makefile b/www/swiftsurf/Makefile index 8c70e18abcf..0016286b8e5 100644 --- a/www/swiftsurf/Makefile +++ b/www/swiftsurf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2018/03/14 09:08:45 dholland Exp $ +# $NetBSD: Makefile,v 1.33 2018/04/13 13:55:39 jaapb Exp $ DISTNAME= swiftsurf-1.2.5 -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swiftsurf/} diff --git a/x11/lablgtk1/Makefile b/x11/lablgtk1/Makefile index 7aab01a339b..b64c3d64d49 100644 --- a/x11/lablgtk1/Makefile +++ b/x11/lablgtk1/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2018/01/10 16:53:15 jaapb Exp $ +# $NetBSD: Makefile,v 1.21 2018/04/13 13:55:29 jaapb Exp $ DISTNAME= lablgtk-1.2.7 PKGNAME= lablgtk1-1.2.7 -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= x11 MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/571/ diff --git a/x11/lablgtk1/buildlink3.mk b/x11/lablgtk1/buildlink3.mk index 52d7a8e6fd7..f487e5b4eca 100644 --- a/x11/lablgtk1/buildlink3.mk +++ b/x11/lablgtk1/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.16 2018/01/10 16:53:15 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.17 2018/04/13 13:55:29 jaapb Exp $ BUILDLINK_TREE+= lablgtk1 @@ -6,7 +6,7 @@ BUILDLINK_TREE+= lablgtk1 LABLGTK1_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.lablgtk1+= lablgtk1>=1.2.5nb3 -BUILDLINK_ABI_DEPENDS.lablgtk1+= lablgtk1>=1.2.7nb17 +BUILDLINK_ABI_DEPENDS.lablgtk1+= lablgtk1>=1.2.7nb18 BUILDLINK_PKGSRCDIR.lablgtk1?= ../../x11/lablgtk1 .include "../../x11/gtk/buildlink3.mk" diff --git a/x11/labltk/Makefile b/x11/labltk/Makefile index 5cae5c20bf9..ee462db66ef 100644 --- a/x11/labltk/Makefile +++ b/x11/labltk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2018/03/12 11:17:52 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2018/04/13 13:55:39 jaapb Exp $ DISTNAME= labltk-8.06.3 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= x11 # caution: it's the 1701, not the filename, that identifies the download MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1701/ diff --git a/x11/ocaml-graphics/Makefile b/x11/ocaml-graphics/Makefile index d8de8774915..9463e78c9aa 100644 --- a/x11/ocaml-graphics/Makefile +++ b/x11/ocaml-graphics/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.34 2018/01/10 16:53:15 jaapb Exp $ +# $NetBSD: Makefile,v 1.35 2018/04/13 13:55:29 jaapb Exp $ .include "../../lang/ocaml/Makefile.common" DISTINFO_FILE= ${PKGDIR}/../../lang/ocaml/distinfo PATCHDIR= ${PKGDIR}/../../lang/ocaml/patches PKGNAME= ${DISTNAME:S/ocaml/ocaml-graphics/} -PKGREVISION= 10 +PKGREVISION= 11 COMMENT+= (graphics library) diff --git a/x11/ocaml-graphics/buildlink3.mk b/x11/ocaml-graphics/buildlink3.mk index 36ae04ed699..39923ff8997 100644 --- a/x11/ocaml-graphics/buildlink3.mk +++ b/x11/ocaml-graphics/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.21 2018/01/10 16:53:15 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.22 2018/04/13 13:55:29 jaapb Exp $ BUILDLINK_TREE+= ocaml-graphics @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-graphics OCAML_GRAPHICS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-graphics+= ocaml-graphics>=3.08.2 -BUILDLINK_ABI_DEPENDS.ocaml-graphics+= ocaml-graphics>=4.06.0nb10 +BUILDLINK_ABI_DEPENDS.ocaml-graphics+= ocaml-graphics>=4.06.1nb11 BUILDLINK_PKGSRCDIR.ocaml-graphics?= ../../x11/ocaml-graphics .include "../../lang/ocaml/buildlink3.mk" diff --git a/x11/ocaml-lablgtk/Makefile b/x11/ocaml-lablgtk/Makefile index 0ff82a581a1..0b97bc2b971 100644 --- a/x11/ocaml-lablgtk/Makefile +++ b/x11/ocaml-lablgtk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2018/03/12 11:15:54 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2018/04/13 13:55:39 jaapb Exp $ DISTNAME= lablgtk-2.18.6 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= x11 MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/1726/ |