diff options
89 files changed, 178 insertions, 159 deletions
diff --git a/archivers/ocaml-bz2/Makefile b/archivers/ocaml-bz2/Makefile index e679d35e0ec..ff175d11871 100644 --- a/archivers/ocaml-bz2/Makefile +++ b/archivers/ocaml-bz2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2016/06/25 14:15:05 jaapb Exp $ +# $NetBSD: Makefile,v 1.12 2016/12/30 11:16:57 jaapb Exp $ PKGNAME= ocaml-bz2-${VERSION} DISTNAME= camlbz2-${VERSION} VERSION= 0.6.0 -PKGREVISION= 8 +PKGREVISION= 9 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 bc591cdd63e..0a555a6a397 100644 --- a/archivers/ocaml-zip/Makefile +++ b/archivers/ocaml-zip/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.16 2016/07/03 10:16:36 jaapb Exp $ +# $NetBSD: Makefile,v 1.17 2016/12/30 11:16:57 jaapb Exp $ # PKGNAME= ocaml-zip-${VERSION} DISTNAME= camlzip-${VERSION} VERSION= 1.06 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= archivers MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1616/ LICENSE= gnu-lgpl-v2.1 diff --git a/converters/bibtex2html/Makefile b/converters/bibtex2html/Makefile index aff9cb41101..68376da8331 100644 --- a/converters/bibtex2html/Makefile +++ b/converters/bibtex2html/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2016/07/09 06:37:56 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2016/12/30 11:16:57 jaapb Exp $ DISTNAME= bibtex2html-1.98 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= converters MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ diff --git a/databases/geneweb/Makefile b/databases/geneweb/Makefile index 033fe8f90e3..9ebeca23036 100644 --- a/databases/geneweb/Makefile +++ b/databases/geneweb/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.45 2016/10/09 21:27:07 dholland Exp $ +# $NetBSD: Makefile,v 1.46 2016/12/30 11:16:57 jaapb Exp $ # DISTNAME= geneweb-5.01 -PKGREVISION= 10 +PKGREVISION= 11 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 033efcdeb05..bcb1f99f01f 100644 --- a/databases/ocaml-dbm/Makefile +++ b/databases/ocaml-dbm/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2016/07/03 10:44:49 jaapb Exp $ +# $NetBSD: Makefile,v 1.12 2016/12/30 11:16:56 jaapb Exp $ # PKGNAME= ocaml-dbm-${VERSION} DISTNAME= camldbm-${VERSION} VERSION= 1.0 -PKGREVISION= 9 +PKGREVISION= 10 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 792e3a1bd05..51a0e07a194 100644 --- a/databases/ocaml-dbm/buildlink3.mk +++ b/databases/ocaml-dbm/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2016/05/05 11:45:36 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2016/12/30 11:16:56 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.0nb8 +BUILDLINK_ABI_DEPENDS.ocaml-dbm?= ocaml-dbm>=1.0nb10 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 36093dfa3ce..2b2818ef03e 100644 --- a/databases/ocaml-ldap/Makefile +++ b/databases/ocaml-ldap/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2016/09/20 13:07:08 jaapb Exp $ +# $NetBSD: Makefile,v 1.3 2016/12/30 11:16:57 jaapb Exp $ VERSION= 2.2 PKGNAME= ocaml-ldap-${VERSION} +PKGREVISION= 1 DISTNAME= ocamldap-${VERSION} CATEGORIES= databases MASTER_SITES= http://bitbucket.org/deplai_j/ocamldap/downloads/ diff --git a/databases/ocaml-mysql/Makefile b/databases/ocaml-mysql/Makefile index 281720c241d..0979607cb70 100644 --- a/databases/ocaml-mysql/Makefile +++ b/databases/ocaml-mysql/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.21 2016/07/02 09:42:14 jaapb Exp $ +# $NetBSD: Makefile,v 1.22 2016/12/30 11:16:58 jaapb Exp $ # VERSION= 1.2.0 GITHUB_PROJECT= ocaml-mysql GITHUB_TAG= v${VERSION} DISTNAME= ${GITHUB_PROJECT}-${VERSION} +PKGREVISION= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=ygrek/} diff --git a/databases/ocaml-sqlite3/Makefile b/databases/ocaml-sqlite3/Makefile index d2747924231..5ae393d1a1b 100644 --- a/databases/ocaml-sqlite3/Makefile +++ b/databases/ocaml-sqlite3/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.25 2016/12/04 05:17:21 ryoon Exp $ +# $NetBSD: Makefile,v 1.26 2016/12/30 11:16:58 jaapb Exp $ VERSION= 4.0.5 GITHUB_PROJECT= sqlite3-ocaml GITHUB_TAG= v${VERSION} DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-sqlite3-${VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=mmottl/} diff --git a/devel/coccinelle/Makefile b/devel/coccinelle/Makefile index 114e62feec5..e30cd367395 100644 --- a/devel/coccinelle/Makefile +++ b/devel/coccinelle/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2016/09/11 05:00:33 dholland Exp $ +# $NetBSD: Makefile,v 1.29 2016/12/30 11:16:58 jaapb Exp $ DISTNAME= coccinelle-1.0.0-rc17 PKGNAME= ${DISTNAME:S/-rc/rc/} -PKGREVISION= 8 +PKGREVISION= 9 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 1df698f1be4..130fd55364f 100644 --- a/devel/frama-c/Makefile +++ b/devel/frama-c/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.62 2016/12/04 05:17:23 ryoon Exp $ +# $NetBSD: Makefile,v 1.63 2016/12/30 11:16:58 jaapb Exp $ # DISTNAME= frama-c-Oxygen-20120901 PKGNAME= ${DISTNAME:S/-Oxygen//} -PKGREVISION= 33 +PKGREVISION= 34 CATEGORIES= devel MASTER_SITES= http://frama-c.com/download/ diff --git a/devel/menhir/Makefile b/devel/menhir/Makefile index dbcc63c4887..565330967ad 100644 --- a/devel/menhir/Makefile +++ b/devel/menhir/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2016/06/17 11:12:36 jaapb Exp $ +# $NetBSD: Makefile,v 1.20 2016/12/30 11:16:58 jaapb Exp $ # DISTNAME= menhir-20160303 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= http://cristal.inria.fr/~fpottier/menhir/ diff --git a/devel/monotone-viz/Makefile b/devel/monotone-viz/Makefile index 47acadc3391..6cc8030c241 100644 --- a/devel/monotone-viz/Makefile +++ b/devel/monotone-viz/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.80 2016/12/04 05:17:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.81 2016/12/30 11:16:58 jaapb Exp $ # DISTNAME= monotone-viz-1.0.2-nolablgtk PKGNAME= ${DISTNAME:S/-nolablgtk//} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= devel scm MASTER_SITES= http://oandrieu.nerim.net/monotone-viz/ diff --git a/devel/ocaml-base64/Makefile b/devel/ocaml-base64/Makefile index 5eaa4d776d8..6cd71a52a84 100644 --- a/devel/ocaml-base64/Makefile +++ b/devel/ocaml-base64/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2016/06/20 10:26:21 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2016/12/30 11:16:58 jaapb Exp $ VERSION= 2.0.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-cmdliner/Makefile b/devel/ocaml-cmdliner/Makefile index 2654d7befc4..4b8c04e506b 100644 --- a/devel/ocaml-cmdliner/Makefile +++ b/devel/ocaml-cmdliner/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2016/06/20 10:43:18 jaapb Exp $ +# $NetBSD: Makefile,v 1.11 2016/12/30 11:16:56 jaapb Exp $ PKGNAME= ocaml-${DISTNAME} DISTNAME= cmdliner-0.9.8 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= http://erratique.ch/software/cmdliner/releases/ EXTRACT_SUFX= .tbz diff --git a/devel/ocaml-cmdliner/buildlink3.mk b/devel/ocaml-cmdliner/buildlink3.mk index f0840941201..ae67591605c 100644 --- a/devel/ocaml-cmdliner/buildlink3.mk +++ b/devel/ocaml-cmdliner/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2016/06/20 10:43:18 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2016/12/30 11:16:56 jaapb Exp $ BUILDLINK_TREE+= ocaml-cmdliner @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-cmdliner OCAML_CMDLINER_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-cmdliner+= ocaml-cmdliner>=0.9.8 -BUILDLINK_ABI_DEPENDS.ocaml-cmdliner?= ocaml-cmdliner>=0.9.4nb4 +BUILDLINK_ABI_DEPENDS.ocaml-cmdliner?= ocaml-cmdliner>=0.9.8nb2 BUILDLINK_PKGSRCDIR.ocaml-cmdliner?= ../../devel/ocaml-cmdliner .include "../../devel/ocaml-findlib/buildlink3.mk" diff --git a/devel/ocaml-cppo/Makefile b/devel/ocaml-cppo/Makefile index a22212b9e50..418a6af2038 100644 --- a/devel/ocaml-cppo/Makefile +++ b/devel/ocaml-cppo/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2016/12/17 14:15:48 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2016/12/30 11:16:58 jaapb Exp $ DISTNAME= cppo-1.4.1 PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mjambon/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/devel/ocaml-deriving-ocsigen/Makefile b/devel/ocaml-deriving-ocsigen/Makefile index be52f297c17..dfea63b5f7a 100644 --- a/devel/ocaml-deriving-ocsigen/Makefile +++ b/devel/ocaml-deriving-ocsigen/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.11 2016/06/17 10:48:57 jaapb Exp $ +# $NetBSD: Makefile,v 1.12 2016/12/30 11:16:58 jaapb Exp $ # VERSION= 0.7.1 GITHUB_PROJECT= deriving DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${GITHUB_PROJECT}-ocsigen-${VERSION} +PKGREVISION= 1 COMMENT= Extension to OCaml for deriving functions from type declarations CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} diff --git a/devel/ocaml-extlib/Makefile b/devel/ocaml-extlib/Makefile index b3c55cfee87..0cb6fa3a134 100644 --- a/devel/ocaml-extlib/Makefile +++ b/devel/ocaml-extlib/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2016/06/19 10:07:47 jaapb Exp $ +# $NetBSD: Makefile,v 1.8 2016/12/30 11:16:58 jaapb Exp $ VERSION= 1.7.0 GITHUB_PROJECT= ocaml-extlib DISTNAME= ${GITHUB_PROJECT}-${VERSION} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ygrek/} diff --git a/devel/ocaml-findlib/Makefile b/devel/ocaml-findlib/Makefile index c8cbe621c44..5d8a8198aeb 100644 --- a/devel/ocaml-findlib/Makefile +++ b/devel/ocaml-findlib/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2016/11/30 13:46:14 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2016/12/30 11:16:58 jaapb Exp $ DISTNAME= findlib-1.7.1 PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://download.camlcity.org/download/ diff --git a/devel/ocaml-findlib/PLIST b/devel/ocaml-findlib/PLIST index fc8fcebcb56..0dbfc18d10c 100644 --- a/devel/ocaml-findlib/PLIST +++ b/devel/ocaml-findlib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2016/11/30 13:46:14 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2016/12/30 11:16:58 jaapb Exp $ bin/ocamlfind ${OCAML_SITELIB}/bigarray/META ${OCAML_SITELIB}/bytes/META @@ -36,6 +36,7 @@ ${OCAML_SITELIB}/num-top/num_top.cma ${OCAML_SITELIB}/num-top/num_top.cmi ${OCAML_SITELIB}/num-top/num_top_printers.cmi ${OCAML_SITELIB}/num/META +${OCAML_SITELIB}/raw_spacetime/META ${OCAML_SITELIB}/stdlib/META ${OCAML_SITELIB}/str/META ${OCAML_SITELIB}/threads/META diff --git a/devel/ocaml-js-build-tools/Makefile b/devel/ocaml-js-build-tools/Makefile index a9949b06121..d7a7a528435 100644 --- a/devel/ocaml-js-build-tools/Makefile +++ b/devel/ocaml-js-build-tools/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2016/06/20 14:58:46 jaapb Exp $ +# $NetBSD: Makefile,v 1.3 2016/12/30 11:16:58 jaapb Exp $ VERSION= 113.33.04 GITHUB_PROJECT= js-build-tools DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} diff --git a/devel/ocaml-lwt/Makefile b/devel/ocaml-lwt/Makefile index afe2da5405a..525af6c6b8d 100644 --- a/devel/ocaml-lwt/Makefile +++ b/devel/ocaml-lwt/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2016/06/25 14:18:35 jaapb Exp $ +# $NetBSD: Makefile,v 1.28 2016/12/30 11:16:59 jaapb Exp $ # DISTNAME= lwt-2.5.2 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel #MASTER_SITES= http://github.com/ocsigen/lwt/archive/ MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} diff --git a/devel/ocaml-oasis/Makefile b/devel/ocaml-oasis/Makefile index 9ad6ae1cbdd..fe82e746366 100644 --- a/devel/ocaml-oasis/Makefile +++ b/devel/ocaml-oasis/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2016/06/17 10:25:52 jaapb Exp $ +# $NetBSD: Makefile,v 1.9 2016/12/30 11:16:57 jaapb Exp $ DISTNAME= oasis-0.4.6 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1604/ diff --git a/devel/ocaml-oasis/buildlink3.mk b/devel/ocaml-oasis/buildlink3.mk index 1b5da3cc19a..0f5fd3b9ea9 100644 --- a/devel/ocaml-oasis/buildlink3.mk +++ b/devel/ocaml-oasis/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2016/05/05 16:06:51 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2016/12/30 11:16:57 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.5nb1 +BUILDLINK_ABI_DEPENDS.ocaml-oasis?= ocaml-oasis>=0.4.6nb2 BUILDLINK_PKGSRCDIR.ocaml-oasis?= ../../devel/ocaml-oasis .include "../../lang/ocaml/buildlink3.mk" diff --git a/devel/ocaml-odn/Makefile b/devel/ocaml-odn/Makefile index 3e2a56057d9..62361b55a42 100644 --- a/devel/ocaml-odn/Makefile +++ b/devel/ocaml-odn/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2016/06/17 10:06:30 jaapb Exp $ +# $NetBSD: Makefile,v 1.8 2016/12/30 11:16:57 jaapb Exp $ DISTNAME= data-notation-${VERSION} PKGNAME= ocaml-odn-${VERSION} VERSION= 0.0.11 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= devel MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/1310/ diff --git a/devel/ocaml-odn/buildlink3.mk b/devel/ocaml-odn/buildlink3.mk index 449a9e32010..b7c0c629131 100644 --- a/devel/ocaml-odn/buildlink3.mk +++ b/devel/ocaml-odn/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2016/05/05 15:32:17 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2016/12/30 11:16:57 jaapb Exp $ BUILDLINK_TREE+= ocaml-odn @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-odn OCAML_ODN_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-odn+= ocaml-odn>=0.0.11 -BUILDLINK_ABI_DEPENDS.ocaml-odn?= ocaml-odn>=0.0.11nb5 +BUILDLINK_ABI_DEPENDS.ocaml-odn?= ocaml-odn>=0.0.11nb7 BUILDLINK_PKGSRCDIR.ocaml-odn?= ../../devel/ocaml-odn .include "../../lang/ocaml/buildlink3.mk" diff --git a/devel/ocaml-optcomp/Makefile b/devel/ocaml-optcomp/Makefile index dd5c524e003..2f017b1ba1d 100644 --- a/devel/ocaml-optcomp/Makefile +++ b/devel/ocaml-optcomp/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2016/06/17 10:33:23 jaapb Exp $ +# $NetBSD: Makefile,v 1.9 2016/12/30 11:16:59 jaapb Exp $ VERSION= 1.6 GITHUB_PROJECT= optcomp DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=diml/} diff --git a/devel/ocaml-ppx_core/Makefile b/devel/ocaml-ppx_core/Makefile index b5366aea34e..83a645077c0 100644 --- a/devel/ocaml-ppx_core/Makefile +++ b/devel/ocaml-ppx_core/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2016/08/18 10:48:06 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2016/12/30 11:16:59 jaapb Exp $ VERSION= 114.01+04 GITHUB_PROJECT= ppx_core GITHUB_TAG= e5577ab DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} diff --git a/devel/ocaml-ppx_deriving/Makefile b/devel/ocaml-ppx_deriving/Makefile index 38f92e6573c..517d656bc55 100644 --- a/devel/ocaml-ppx_deriving/Makefile +++ b/devel/ocaml-ppx_deriving/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2016/08/17 16:00:01 jaapb Exp $ +# $NetBSD: Makefile,v 1.9 2016/12/30 11:16:59 jaapb Exp $ GITHUB_PROJECT= ppx_deriving DISTNAME= ${GITHUB_PROJECT}-4.0 PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=whitequark/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/devel/ocaml-ppx_driver/Makefile b/devel/ocaml-ppx_driver/Makefile index 99ed86f5d34..747cd11eb9b 100644 --- a/devel/ocaml-ppx_driver/Makefile +++ b/devel/ocaml-ppx_driver/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2016/08/18 11:11:51 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2016/12/30 11:16:59 jaapb Exp $ VERSION= 113.45.68 GITHUB_PROJECT= ppx_driver GITHUB_TAG= f77579e DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 #PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} diff --git a/devel/ocaml-ppx_sexp_conv/Makefile b/devel/ocaml-ppx_sexp_conv/Makefile index a16dc25961a..ba976c4d19e 100644 --- a/devel/ocaml-ppx_sexp_conv/Makefile +++ b/devel/ocaml-ppx_sexp_conv/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2016/06/20 19:10:56 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2016/12/30 11:16:59 jaapb Exp $ VERSION= 113.33.01 GITHUB_PROJECT= ppx_sexp_conv GITHUB_TAG= ${VERSION}+4.03 DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} diff --git a/devel/ocaml-ppx_type_conv/Makefile b/devel/ocaml-ppx_type_conv/Makefile index c8c2cd2399e..c35300cb6c5 100644 --- a/devel/ocaml-ppx_type_conv/Makefile +++ b/devel/ocaml-ppx_type_conv/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2016/08/18 11:23:48 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2016/12/30 11:16:59 jaapb Exp $ VERSION= 114.01+04 GITHUB_PROJECT= ppx_type_conv GITHUB_TAG= f481969 DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} diff --git a/devel/ocaml-re/Makefile b/devel/ocaml-re/Makefile index 6efa5f37b92..369aa319872 100644 --- a/devel/ocaml-re/Makefile +++ b/devel/ocaml-re/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2016/06/17 11:45:47 jaapb Exp $ +# $NetBSD: Makefile,v 1.8 2016/12/30 11:16:59 jaapb Exp $ VERSION= 1.6.0 GITHUB_PROJECT= ocaml-re DISTNAME= ${GITHUB_PROJECT}-${VERSION} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} diff --git a/devel/ocaml-react/Makefile b/devel/ocaml-react/Makefile index fe923fd6665..352b39f23b1 100644 --- a/devel/ocaml-react/Makefile +++ b/devel/ocaml-react/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2016/06/25 14:29:01 jaapb Exp $ +# $NetBSD: Makefile,v 1.13 2016/12/30 11:16:59 jaapb Exp $ DISTNAME= react-1.2.0 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= devel MASTER_SITES= http://erratique.ch/software/react/releases/ EXTRACT_SUFX= .tbz diff --git a/devel/ocaml-result/Makefile b/devel/ocaml-result/Makefile index 19a5580d78e..e5a0ef18618 100644 --- a/devel/ocaml-result/Makefile +++ b/devel/ocaml-result/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/08/17 15:55:53 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2016/12/30 11:16:59 jaapb Exp $ GITHUB_PROJECT= result DISTNAME= ${GITHUB_PROJECT}-1.2 PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} diff --git a/devel/ocaml-sexplib/Makefile b/devel/ocaml-sexplib/Makefile index 85e4ae01456..12a73937073 100644 --- a/devel/ocaml-sexplib/Makefile +++ b/devel/ocaml-sexplib/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2016/06/25 14:29:32 jaapb Exp $ +# $NetBSD: Makefile,v 1.9 2016/12/30 11:16:59 jaapb Exp $ DISTNAME= sexplib-${VERS} PKGNAME= ocaml-${DISTNAME} VERS= 113.33.03 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/sexplib/archive/} DISTFILES= ${VERS}${EXTRACT_SUFX} diff --git a/devel/ocaml-type_conv/Makefile b/devel/ocaml-type_conv/Makefile index 61ced547d6d..0ed20e9b941 100644 --- a/devel/ocaml-type_conv/Makefile +++ b/devel/ocaml-type_conv/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2016/06/17 09:48:02 jaapb Exp $ +# $NetBSD: Makefile,v 1.10 2016/12/30 11:16:57 jaapb Exp $ VERSION= 113.00.02 GITHUB_PROJECT= type_conv DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 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 7ed7fd54eb2..59f8384f954 100644 --- a/devel/ocaml-type_conv/buildlink3.mk +++ b/devel/ocaml-type_conv/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.8 2016/05/05 15:32:47 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2016/12/30 11:16:57 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.02nb2 +BUILDLINK_ABI_DEPENDS.ocaml-type_conv?= ocaml-type_conv>=113.00.02nb4 BUILDLINK_PKGSRCDIR.ocaml-type_conv?= ../../devel/ocaml-type_conv .include "../../lang/ocaml/buildlink3.mk" diff --git a/devel/ocamlbuild/Makefile b/devel/ocamlbuild/Makefile index d8c18d84999..0214849546e 100644 --- a/devel/ocamlbuild/Makefile +++ b/devel/ocamlbuild/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2016/06/09 06:23:39 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2016/12/30 11:16:59 jaapb Exp $ DISTNAME= ocamlbuild-0.9.2 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} diff --git a/devel/ocamlgraph/Makefile b/devel/ocamlgraph/Makefile index 02fc2bc8310..b6e8dd3fd48 100644 --- a/devel/ocamlgraph/Makefile +++ b/devel/ocamlgraph/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2016/12/04 05:17:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.16 2016/12/30 11:17:00 jaapb Exp $ DISTNAME= ocamlgraph-1.8.7 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel MASTER_SITES= http://ocamlgraph.lri.fr/download/ diff --git a/devel/ocamlify/Makefile b/devel/ocamlify/Makefile index de510d1c7f5..fd3f9f3b0bd 100644 --- a/devel/ocamlify/Makefile +++ b/devel/ocamlify/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2016/05/05 11:45:39 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2016/12/30 11:17:00 jaapb Exp $ DISTNAME= ocamlify-0.0.2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1209/ diff --git a/devel/ocamlmod/Makefile b/devel/ocamlmod/Makefile index 4a45edf8e1d..c57b67c7e37 100644 --- a/devel/ocamlmod/Makefile +++ b/devel/ocamlmod/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2016/06/17 10:18:03 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2016/12/30 11:17:00 jaapb Exp $ DISTNAME= ocamlmod-0.0.7 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= devel MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1350/ diff --git a/devel/omake/Makefile b/devel/omake/Makefile index f5f3c480a2b..e6f86822112 100644 --- a/devel/omake/Makefile +++ b/devel/omake/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2016/05/05 11:45:39 jaapb Exp $ +# $NetBSD: Makefile,v 1.14 2016/12/30 11:17:00 jaapb Exp $ # DISTNAME= omake-${VERSION}-0.rc1 PKGNAME= omake-${VERSION}.0rc1 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= devel MASTER_SITES= http://omake.metaprl.org/downloads/ diff --git a/devel/pcre-ocaml/Makefile b/devel/pcre-ocaml/Makefile index 6580a72fb54..009573415b0 100644 --- a/devel/pcre-ocaml/Makefile +++ b/devel/pcre-ocaml/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2016/06/25 14:30:31 jaapb Exp $ +# $NetBSD: Makefile,v 1.27 2016/12/30 11:17:00 jaapb Exp $ DISTNAME= pcre-ocaml-7.1.6 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mmottl/} GITHUB_RELEASE= v${PKGVERSION_NOREV} diff --git a/graphics/camlimages/Makefile b/graphics/camlimages/Makefile index 4c07851fcb8..f7d3f27f712 100644 --- a/graphics/camlimages/Makefile +++ b/graphics/camlimages/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.89 2016/12/04 05:17:29 ryoon Exp $ +# $NetBSD: Makefile,v 1.90 2016/12/30 11:17:00 jaapb Exp $ VERSION= 4.0.1 PKGNAME= camlimages-${VERSION} -PKGREVISION= 52 +PKGREVISION= 53 CATEGORIES= graphics MASTER_SITES= https://bitbucket.org/camlspotter/camlimages/get/ DISTNAME= v${VERSION} diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 0b145627cde..14f9d0fe0b3 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.160 2016/09/15 14:32:41 wiz Exp $ +# $NetBSD: Makefile,v 1.161 2016/12/30 11:17:00 jaapb Exp $ DISTNAME= graphviz-2.38.0 -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= graphics MASTER_SITES= http://www.graphviz.org/pub/graphviz/stable/SOURCES/ diff --git a/lang/boomerang/Makefile b/lang/boomerang/Makefile index e9e16c49b0f..c98a83c33ae 100644 --- a/lang/boomerang/Makefile +++ b/lang/boomerang/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2016/05/05 11:45:40 jaapb Exp $ +# $NetBSD: Makefile,v 1.12 2016/12/30 11:17:00 jaapb Exp $ # DISTNAME= boomerang-0.2-source PKGNAME= ${DISTNAME:S/-source//} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= lang MASTER_SITES= http://www.seas.upenn.edu/~harmony/download/ diff --git a/lang/pict/Makefile b/lang/pict/Makefile index b486c430054..e08603c029e 100644 --- a/lang/pict/Makefile +++ b/lang/pict/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2016/05/05 11:45:40 jaapb Exp $ +# $NetBSD: Makefile,v 1.13 2016/12/30 11:17:00 jaapb Exp $ DISTNAME= pict-4.1 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= lang MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/papers/pict/pict-4.1/ diff --git a/math/ocaml-zarith/Makefile b/math/ocaml-zarith/Makefile index e27e38b6433..b6f5d648749 100644 --- a/math/ocaml-zarith/Makefile +++ b/math/ocaml-zarith/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2016/07/09 06:38:33 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2016/12/30 11:17:00 jaapb Exp $ # DISTNAME= ocaml-zarith-1.4.1 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= math MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1574/ diff --git a/math/scilab/Makefile b/math/scilab/Makefile index af5d543ff74..d71fda1d4a9 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.101 2016/05/05 11:45:40 jaapb Exp $ +# $NetBSD: Makefile,v 1.102 2016/12/30 11:17:00 jaapb Exp $ # DISTNAME= ${SCIBASE}-src -PKGREVISION= 18 +PKGREVISION= 19 PKGNAME= ${SCIBASE} CATEGORIES= math MASTER_SITES= http://www.scilab.org/download/4.1/ diff --git a/math/z3/Makefile b/math/z3/Makefile index 5981432e36f..4b22c59f80c 100644 --- a/math/z3/Makefile +++ b/math/z3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2016/05/05 11:45:40 jaapb Exp $ +# $NetBSD: Makefile,v 1.3 2016/12/30 11:17:00 jaapb Exp $ DISTNAME= z3-4.4.1 GITHUB_TAG= ${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=Z3Prover/} PATCHFILES+= z3-jumbo-patch-20151123.gz diff --git a/misc/dose3/Makefile b/misc/dose3/Makefile index 1390b43157b..41b6c2467cb 100644 --- a/misc/dose3/Makefile +++ b/misc/dose3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2016/06/20 10:39:52 jaapb Exp $ +# $NetBSD: Makefile,v 1.9 2016/12/30 11:17:00 jaapb Exp $ DISTNAME= dose3-5.0~rc2 PKGNAME= dose3-5.0rc2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc MASTER_SITES= https://gforge.inria.fr/frs/download.php/file/35957/ diff --git a/misc/ocaml-cudf/Makefile b/misc/ocaml-cudf/Makefile index 3f9a9a68865..cd2c295939f 100644 --- a/misc/ocaml-cudf/Makefile +++ b/misc/ocaml-cudf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2016/06/19 10:11:14 jaapb Exp $ +# $NetBSD: Makefile,v 1.9 2016/12/30 11:17:01 jaapb Exp $ DISTNAME= cudf-0.8 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc MASTER_SITES= https://gforge.inria.fr/frs/download.php/file/34659/ diff --git a/misc/ocaml-opam/Makefile b/misc/ocaml-opam/Makefile index ab79728397b..5dbf0e9eb42 100644 --- a/misc/ocaml-opam/Makefile +++ b/misc/ocaml-opam/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2016/10/07 18:26:03 adam Exp $ +# $NetBSD: Makefile,v 1.10 2016/12/30 11:17:01 jaapb Exp $ VERSION= 1.2.2 GITHUB_PROJECT= opam DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} diff --git a/net/mldonkey-gui/Makefile b/net/mldonkey-gui/Makefile index 23d6853c905..9b310aa5590 100644 --- a/net/mldonkey-gui/Makefile +++ b/net/mldonkey-gui/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.95 2016/12/04 05:17:37 ryoon Exp $ +# $NetBSD: Makefile,v 1.96 2016/12/30 11:17:01 jaapb Exp $ -PKGREVISION= 8 +PKGREVISION= 9 .include "../../net/mldonkey/Makefile.common" PKGNAME= ${DISTNAME:S/mldonkey/mldonkey-gui/} diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile index 0ee5eb869b0..cd9cb29c37d 100644 --- a/net/mldonkey/Makefile +++ b/net/mldonkey/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.87 2016/08/15 15:48:19 jaapb Exp $ +# $NetBSD: Makefile,v 1.88 2016/12/30 11:17:01 jaapb Exp $ -PKGREVISION= 5 +PKGREVISION= 6 .include "Makefile.common" RCD_SCRIPTS= mldonkey diff --git a/net/ocaml-ipaddr/Makefile b/net/ocaml-ipaddr/Makefile index c6426109b26..29905bb68f7 100644 --- a/net/ocaml-ipaddr/Makefile +++ b/net/ocaml-ipaddr/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2016/06/20 15:13:00 jaapb Exp $ +# $NetBSD: Makefile,v 1.8 2016/12/30 11:16:57 jaapb Exp $ VERSION= 2.7.0 GITHUB_PROJECT= ocaml-ipaddr DISTNAME= ${GITHUB_PROJECT}-${VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/} diff --git a/net/ocaml-ipaddr/buildlink3.mk b/net/ocaml-ipaddr/buildlink3.mk index 044d936f515..abacd408d83 100644 --- a/net/ocaml-ipaddr/buildlink3.mk +++ b/net/ocaml-ipaddr/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2016/05/05 11:45:36 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2016/12/30 11:16:57 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.7.0nb1 +BUILDLINK_ABI_DEPENDS.ocaml-ipaddr?= ocaml-ipaddr>=2.7.0nb3 BUILDLINK_PKGSRCDIR.ocaml-ipaddr?= ../../net/ocaml-ipaddr BUILDLINK_FILES.ocaml-ipaddr+= lib/ocaml/site-lib/* diff --git a/net/unison/Makefile b/net/unison/Makefile index e7e2be24b15..d703b859a5c 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.103 2016/12/04 05:17:38 ryoon Exp $ +# $NetBSD: Makefile,v 1.104 2016/12/30 11:17:01 jaapb Exp $ DISTNAME= unison-2.48.4 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/ diff --git a/net/unison2.32/Makefile b/net/unison2.32/Makefile index 7945801c763..51526be8cf6 100644 --- a/net/unison2.32/Makefile +++ b/net/unison2.32/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2016/12/04 05:17:38 ryoon Exp $ +# $NetBSD: Makefile,v 1.52 2016/12/30 11:17:01 jaapb Exp $ DISTNAME= unison-2.32.52 -PKGREVISION= 52 +PKGREVISION= 53 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 c007819f859..3a780cbc1a0 100644 --- a/net/unison2.40/Makefile +++ b/net/unison2.40/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2016/12/04 05:17:38 ryoon Exp $ +# $NetBSD: Makefile,v 1.14 2016/12/30 11:17:01 jaapb Exp $ DISTNAME= unison-2.40.128 -PKGREVISION= 11 +PKGREVISION= 12 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 7884591c8a0..dd871fb57d3 100644 --- a/print/advi/Makefile +++ b/print/advi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.96 2016/12/24 10:17:50 joerg Exp $ +# $NetBSD: Makefile,v 1.97 2016/12/30 11:17:01 jaapb Exp $ DISTNAME= advi-1.10.2 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= print MASTER_SITES= http://gallium.inria.fr/advi/ diff --git a/security/ocaml-cryptokit/Makefile b/security/ocaml-cryptokit/Makefile index 7460ff8d926..7b6ab1f4da3 100644 --- a/security/ocaml-cryptokit/Makefile +++ b/security/ocaml-cryptokit/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2016/06/25 14:31:35 jaapb Exp $ +# $NetBSD: Makefile,v 1.15 2016/12/30 11:16:57 jaapb Exp $ # DISTNAME= cryptokit-1.10 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1493/ diff --git a/security/ocaml-cryptokit/buildlink3.mk b/security/ocaml-cryptokit/buildlink3.mk index e99336839a8..5cbb5c80964 100644 --- a/security/ocaml-cryptokit/buildlink3.mk +++ b/security/ocaml-cryptokit/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.8 2016/05/05 11:45:36 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2016/12/30 11:16:57 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.9nb4 +BUILDLINK_ABI_DEPENDS.ocaml-cryptokit?= ocaml-cryptokit>=1.10nb3 BUILDLINK_PKGSRCDIR.ocaml-cryptokit?= ../../security/ocaml-cryptokit .include "../../lang/ocaml/buildlink3.mk" diff --git a/security/sks/Makefile b/security/sks/Makefile index f584a8a9921..0f41a03d02d 100644 --- a/security/sks/Makefile +++ b/security/sks/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 06:38:57 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2016/12/30 11:17:01 jaapb Exp $ # DISTNAME= sks-1.1.5 -PKGREVISION= 6 +PKGREVISION= 7 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 d3f263e3778..26a400e9ef1 100644 --- a/sysutils/xentools42/Makefile +++ b/sysutils/xentools42/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.52 2016/12/20 10:22:29 bouyer Exp $ +# $NetBSD: Makefile,v 1.53 2016/12/30 11:17:01 jaapb Exp $ VERSION= 4.2.5 VERSION_IPXE= 1.0.0 DISTNAME= xen-${VERSION} PKGNAME= xentools42-${VERSION} -PKGREVISION= 20 +PKGREVISION= 21 CATEGORIES= sysutils MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/ diff --git a/sysutils/xentools45/Makefile b/sysutils/xentools45/Makefile index dd7046d78d2..d58bf4c956e 100644 --- a/sysutils/xentools45/Makefile +++ b/sysutils/xentools45/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2016/12/20 18:15:10 gdt Exp $ +# $NetBSD: Makefile,v 1.43 2016/12/30 11:17:01 jaapb Exp $ VERSION= 4.5.5 -PKGREVISION= 2 +PKGREVISION= 3 VERSION_IPXE= 9a93db3f0947484e30e753bbd61a10b17336e20e DISTNAME= xen-${VERSION} diff --git a/sysutils/xentools46/Makefile b/sysutils/xentools46/Makefile index d7f53b58022..8661a8aeed1 100644 --- a/sysutils/xentools46/Makefile +++ b/sysutils/xentools46/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2016/12/29 20:24:34 roy Exp $ +# $NetBSD: Makefile,v 1.9 2016/12/30 11:17:01 jaapb Exp $ VERSION= 4.6.3 VERSION_IPXE= 9a93db3f0947484e30e753bbd61a10b17336e20e DISTNAME= xen-${VERSION} PKGNAME= xentools46-${VERSION} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/ diff --git a/textproc/harmony/Makefile b/textproc/harmony/Makefile index 704a628934b..e7b46ad5b35 100644 --- a/textproc/harmony/Makefile +++ b/textproc/harmony/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2016/05/05 11:45:41 jaapb Exp $ +# $NetBSD: Makefile,v 1.19 2016/12/30 11:17:02 jaapb Exp $ # DISTNAME= harmony-stable-${VERSION} PKGNAME= harmony-${VERSION} -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= misc MASTER_SITES= http://alliance.seas.upenn.edu/~harmony/download/ diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile index ea7f3b9e9ec..7b7b465d48c 100644 --- a/textproc/hevea/Makefile +++ b/textproc/hevea/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2016/09/18 07:15:08 dholland Exp $ +# $NetBSD: Makefile,v 1.23 2016/12/30 11:17:02 jaapb Exp $ DISTNAME= hevea-2.23 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://hevea.inria.fr/distri/ diff --git a/textproc/ocaml-csv/Makefile b/textproc/ocaml-csv/Makefile index c309e861446..a5d9b69d978 100644 --- a/textproc/ocaml-csv/Makefile +++ b/textproc/ocaml-csv/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2016/07/02 10:11:09 jaapb Exp $ +# $NetBSD: Makefile,v 1.11 2016/12/30 11:17:02 jaapb Exp $ VERSION= 1.5 GITHUB_PROJECT= ocaml-csv DISTNAME= ${GITHUB_PROJECT}-${VERSION} +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=Chris00/} diff --git a/textproc/ocaml-expat/Makefile b/textproc/ocaml-expat/Makefile index d3b7198c1b1..a3e295f7852 100644 --- a/textproc/ocaml-expat/Makefile +++ b/textproc/ocaml-expat/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2016/06/25 14:32:00 jaapb Exp $ +# $NetBSD: Makefile,v 1.11 2016/12/30 11:17:02 jaapb Exp $ # DISTNAME= ocaml-expat-0.9.1 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= textproc MASTER_SITES= http://mmzeeman.home.xs4all.nl/ocaml/ diff --git a/textproc/ocaml-jsonm/Makefile b/textproc/ocaml-jsonm/Makefile index eba005930ea..67aeb13ce9f 100644 --- a/textproc/ocaml-jsonm/Makefile +++ b/textproc/ocaml-jsonm/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2016/06/19 17:20:44 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2016/12/30 11:17:02 jaapb Exp $ DISTNAME= jsonm-0.9.1 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc MASTER_SITES= http://erratique.ch/software/jsonm/releases/ EXTRACT_SUFX= .tbz diff --git a/textproc/ocaml-markup/Makefile b/textproc/ocaml-markup/Makefile index 1da94be2513..7d3e63a3c6e 100644 --- a/textproc/ocaml-markup/Makefile +++ b/textproc/ocaml-markup/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2016/06/20 11:08:31 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2016/12/30 11:17:02 jaapb Exp $ VERSION= 0.7.2 GITHUB_PROJECT= markup.ml DISTNAME= markup-${VERSION} PKGNAME= ${GITHUB_PROJECT}-${DISTNAME} +PKGREVISION= 1 PKGNAME= ocaml-${DISTNAME} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=aantron/} diff --git a/textproc/ocaml-text/Makefile b/textproc/ocaml-text/Makefile index 01ff769e2fa..1bdb9b2554a 100644 --- a/textproc/ocaml-text/Makefile +++ b/textproc/ocaml-text/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2016/06/20 10:29:29 jaapb Exp $ +# $NetBSD: Makefile,v 1.16 2016/12/30 11:17:02 jaapb Exp $ # DISTNAME= ocaml-text-0.8 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=vbmithr/} diff --git a/textproc/ocaml-uutf/Makefile b/textproc/ocaml-uutf/Makefile index b80a1cc3891..05a680f68bc 100644 --- a/textproc/ocaml-uutf/Makefile +++ b/textproc/ocaml-uutf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2016/06/17 11:31:55 jaapb Exp $ +# $NetBSD: Makefile,v 1.10 2016/12/30 11:17:02 jaapb Exp $ DISTNAME= uutf-0.9.4 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 b131b53c1b7..4a069337f95 100644 --- a/textproc/pxp/Makefile +++ b/textproc/pxp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2016/06/25 13:59:20 jaapb Exp $ +# $NetBSD: Makefile,v 1.17 2016/12/30 11:17:02 jaapb Exp $ # DISTNAME= pxp-1.2.8 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://download.camlcity.org/download/ diff --git a/time/ocaml-calendar/Makefile b/time/ocaml-calendar/Makefile index cc35307604b..451145cab22 100644 --- a/time/ocaml-calendar/Makefile +++ b/time/ocaml-calendar/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2016/06/20 10:31:22 jaapb Exp $ +# $NetBSD: Makefile,v 1.16 2016/12/30 11:17:02 jaapb Exp $ # DISTNAME= calendar-2.04 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= time devel MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1481/ diff --git a/time/wyrd/Makefile b/time/wyrd/Makefile index a49ebd6af23..acbf4db2be8 100644 --- a/time/wyrd/Makefile +++ b/time/wyrd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2016/05/05 11:45:42 jaapb Exp $ +# $NetBSD: Makefile,v 1.19 2016/12/30 11:17:02 jaapb Exp $ # DISTNAME= wyrd-1.4.6 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= time MASTER_SITES= http://pessimization.com/software/wyrd/ diff --git a/www/ocaml-curl/Makefile b/www/ocaml-curl/Makefile index dcc2afdba31..45534b5a58a 100644 --- a/www/ocaml-curl/Makefile +++ b/www/ocaml-curl/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.15 2016/10/07 18:26:13 adam Exp $ +# $NetBSD: Makefile,v 1.16 2016/12/30 11:17:02 jaapb Exp $ # DISTNAME= ocurl-0.5.3 PKGNAME= ocaml-curl-0.5.3 EXTRACT_SUFX= .tgz -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= www net devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ocurl/} diff --git a/www/ocaml-http/Makefile b/www/ocaml-http/Makefile index 07fca5861a6..bdf179ab332 100644 --- a/www/ocaml-http/Makefile +++ b/www/ocaml-http/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2016/06/25 14:32:49 jaapb Exp $ +# $NetBSD: Makefile,v 1.11 2016/12/30 11:17:03 jaapb Exp $ # DISTNAME= ocaml-http-0.1.5 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= www MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/545/ diff --git a/www/swiftsurf/Makefile b/www/swiftsurf/Makefile index a895f77a65b..e03b3fef621 100644 --- a/www/swiftsurf/Makefile +++ b/www/swiftsurf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2016/05/05 11:45:42 jaapb Exp $ +# $NetBSD: Makefile,v 1.26 2016/12/30 11:17:03 jaapb Exp $ DISTNAME= swiftsurf-1.2.5 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swiftsurf/} diff --git a/x11/lablgtk1/Makefile b/x11/lablgtk1/Makefile index c36e6574e1c..fd3006dd436 100644 --- a/x11/lablgtk1/Makefile +++ b/x11/lablgtk1/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2016/12/01 14:48:02 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2016/12/30 11:16:57 jaapb Exp $ DISTNAME= lablgtk-1.2.7 PKGNAME= lablgtk1-1.2.7 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= x11 MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/571/ LICENSE= gnu-lgpl-v2.1 diff --git a/x11/lablgtk1/buildlink3.mk b/x11/lablgtk1/buildlink3.mk index bf3635c6ad8..e046194d53b 100644 --- a/x11/lablgtk1/buildlink3.mk +++ b/x11/lablgtk1/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.12 2016/05/05 11:45:37 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.13 2016/12/30 11:16:57 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.7nb13 +BUILDLINK_ABI_DEPENDS.lablgtk1+= lablgtk1>=1.2.7nb14 BUILDLINK_PKGSRCDIR.lablgtk1?= ../../x11/lablgtk1 .include "../../x11/gtk/buildlink3.mk" diff --git a/x11/labltk/Makefile b/x11/labltk/Makefile index 185b9d9b9c0..8341bdb0627 100644 --- a/x11/labltk/Makefile +++ b/x11/labltk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2016/05/05 11:45:42 jaapb Exp $ +# $NetBSD: Makefile,v 1.28 2016/12/30 11:17:03 jaapb Exp $ DISTNAME= labltk-8.06.0 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= x11 MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1455/ LICENSE= gnu-lgpl-v2.1 diff --git a/x11/ocaml-graphics/Makefile b/x11/ocaml-graphics/Makefile index b1b1042268b..c43b556cce3 100644 --- a/x11/ocaml-graphics/Makefile +++ b/x11/ocaml-graphics/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.27 2016/05/05 11:45:37 jaapb Exp $ +# $NetBSD: Makefile,v 1.28 2016/12/30 11:16:57 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= 5 +PKGREVISION= 6 COMMENT+= (graphics library) diff --git a/x11/ocaml-graphics/buildlink3.mk b/x11/ocaml-graphics/buildlink3.mk index d146b75cee2..1149df67c33 100644 --- a/x11/ocaml-graphics/buildlink3.mk +++ b/x11/ocaml-graphics/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.17 2016/05/05 11:45:37 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.18 2016/12/30 11:16:57 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.03.0nb5 +BUILDLINK_ABI_DEPENDS.ocaml-graphics+= ocaml-graphics>=4.04.0nb6 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 929c83752fc..a9504bbc153 100644 --- a/x11/ocaml-lablgtk/Makefile +++ b/x11/ocaml-lablgtk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2016/12/04 05:17:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.21 2016/12/30 11:17:03 jaapb Exp $ DISTNAME= lablgtk-2.18.5 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/1627/ |