diff options
55 files changed, 110 insertions, 97 deletions
diff --git a/archivers/ocaml-bz2/Makefile b/archivers/ocaml-bz2/Makefile index b33e21837b8..04b4b977329 100644 --- a/archivers/ocaml-bz2/Makefile +++ b/archivers/ocaml-bz2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2014/10/09 19:14:03 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2015/01/20 14:24:34 jaapb Exp $ PKGNAME= ocaml-bz2-${VERSION} DISTNAME= camlbz2-${VERSION} VERSION= 0.6.0 -PKGREVISION= 3 +PKGREVISION= 4 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 203432f3fa4..a4e2aa73848 100644 --- a/archivers/ocaml-zip/Makefile +++ b/archivers/ocaml-zip/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2014/10/09 19:14:03 jaapb Exp $ +# $NetBSD: Makefile,v 1.11 2015/01/20 14:24:35 jaapb Exp $ # PKGNAME= ocaml-zip-${VERSION} DISTNAME= camlzip-${VERSION} VERSION= 1.05 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= archivers MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1037/ LICENSE= gnu-lgpl-v2.1 diff --git a/converters/bibtex2html/Makefile b/converters/bibtex2html/Makefile index 53c2c9dbfb3..fbb29e8a005 100644 --- a/converters/bibtex2html/Makefile +++ b/converters/bibtex2html/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2014/12/12 10:51:11 joerg Exp $ +# $NetBSD: Makefile,v 1.39 2015/01/20 14:24:35 jaapb Exp $ DISTNAME= bibtex2html-1.98 +PKGREVISION= 1 CATEGORIES= converters MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ diff --git a/databases/geneweb/Makefile b/databases/geneweb/Makefile index 30c16e40cc6..333eecbdfed 100644 --- a/databases/geneweb/Makefile +++ b/databases/geneweb/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2014/10/09 19:14:03 jaapb Exp $ +# $NetBSD: Makefile,v 1.40 2015/01/20 14:24:35 jaapb Exp $ # DISTNAME= geneweb-5.01 -PKGREVISION= 5 +PKGREVISION= 6 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 e93dd4355f7..948afc1fa70 100644 --- a/databases/ocaml-dbm/Makefile +++ b/databases/ocaml-dbm/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2014/10/09 19:14:03 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2015/01/20 14:24:35 jaapb Exp $ # PKGNAME= ocaml-dbm-${VERSION} DISTNAME= camldbm-${VERSION} VERSION= 1.0 -PKGREVISION= 4 +PKGREVISION= 5 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 f255ef81a32..d89d9203ee5 100644 --- a/databases/ocaml-dbm/buildlink3.mk +++ b/databases/ocaml-dbm/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2014/10/09 19:14:03 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2015/01/20 14:24:35 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.0nb4 +BUILDLINK_ABI_DEPENDS.ocaml-dbm?= ocaml-dbm>=1.0nb5 BUILDLINK_PKGSRCDIR.ocaml-dbm?= ../../databases/ocaml-dbm .include "../../databases/gdbm/buildlink3.mk" diff --git a/devel/coccinelle/Makefile b/devel/coccinelle/Makefile index dda91ccb83a..d1186fe028c 100644 --- a/devel/coccinelle/Makefile +++ b/devel/coccinelle/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2014/10/20 10:43:06 jaapb Exp $ +# $NetBSD: Makefile,v 1.24 2015/01/20 14:24:35 jaapb Exp $ DISTNAME= coccinelle-1.0.0-rc17 PKGNAME= ${DISTNAME:S/-rc/rc/} -PKGREVISION= 3 +PKGREVISION= 4 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 d369012e17d..5b7cdef7643 100644 --- a/devel/frama-c/Makefile +++ b/devel/frama-c/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.50 2014/10/10 08:39:08 jaapb Exp $ +# $NetBSD: Makefile,v 1.51 2015/01/20 14:24:35 jaapb Exp $ # DISTNAME= frama-c-Oxygen-20120901 PKGNAME= ${DISTNAME:S/-Oxygen//} -PKGREVISION= 21 +PKGREVISION= 22 CATEGORIES= devel MASTER_SITES= http://frama-c.com/download/ diff --git a/devel/monotone-viz/Makefile b/devel/monotone-viz/Makefile index 77ab7907e34..8f459e1163d 100644 --- a/devel/monotone-viz/Makefile +++ b/devel/monotone-viz/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.66 2014/10/10 08:39:08 jaapb Exp $ +# $NetBSD: Makefile,v 1.67 2015/01/20 14:24:35 jaapb Exp $ # DISTNAME= monotone-viz-1.0.1-nolablgtk PKGNAME= ${DISTNAME:S/-nolablgtk//} -PKGREVISION= 44 +PKGREVISION= 45 CATEGORIES= devel scm MASTER_SITES= http://oandrieu.nerim.net/monotone-viz/ diff --git a/devel/ocaml-batteries/Makefile b/devel/ocaml-batteries/Makefile index deb7501f24d..75e2e6f2ccd 100644 --- a/devel/ocaml-batteries/Makefile +++ b/devel/ocaml-batteries/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2014/10/09 21:22:27 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2015/01/20 14:24:35 jaapb Exp $ DISTNAME= batteries-2.3 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1465/ diff --git a/devel/ocaml-cmdliner/Makefile b/devel/ocaml-cmdliner/Makefile index efa1ef7dbb4..6d787868e81 100644 --- a/devel/ocaml-cmdliner/Makefile +++ b/devel/ocaml-cmdliner/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2014/11/27 13:38:15 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2015/01/20 14:24:35 jaapb Exp $ PKGNAME= ocaml-${DISTNAME} DISTNAME= cmdliner-0.9.4 +PKGREVISION= 1 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 6f4ec6da812..623af2b8acb 100644 --- a/devel/ocaml-cmdliner/buildlink3.mk +++ b/devel/ocaml-cmdliner/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2014/10/09 20:07:36 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2015/01/20 14:24:35 jaapb Exp $ BUILDLINK_TREE+= ocaml-cmdliner @@ -6,6 +6,7 @@ BUILDLINK_TREE+= ocaml-cmdliner OCAML_CMDLINER_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-cmdliner+= ocaml-cmdliner>=0.9.4 +BUILDLINK_ABI_DEPENDS.ocaml-cmdliner?= ocaml-cmdliner>=0.9.4nb1 BUILDLINK_PKGSRCDIR.ocaml-cmdliner?= ../../devel/ocaml-cmdliner .include "../../devel/ocaml-findlib/buildlink3.mk" diff --git a/devel/ocaml-deriving-ocsigen/Makefile b/devel/ocaml-deriving-ocsigen/Makefile index 1a08acd2feb..858177dc77b 100644 --- a/devel/ocaml-deriving-ocsigen/Makefile +++ b/devel/ocaml-deriving-ocsigen/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2014/10/09 20:25:24 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2015/01/20 14:24:35 jaapb Exp $ # VERSION= 0.7 DISTNAME= ${VERSION} PKGNAME= ocaml-deriving-ocsigen-${VERSION} COMMENT= Extension to OCaml for deriving functions from type declarations +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/ocsigen/deriving/archive/ DIST_SUBDIR= ocaml-deriving-ocsigen diff --git a/devel/ocaml-lwt/Makefile b/devel/ocaml-lwt/Makefile index c83e1c054d2..0d39d77b3c1 100644 --- a/devel/ocaml-lwt/Makefile +++ b/devel/ocaml-lwt/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2014/10/09 21:13:36 jaapb Exp $ +# $NetBSD: Makefile,v 1.16 2015/01/20 14:24:35 jaapb Exp $ # DISTNAME= 2.4.5 PKGNAME= ocaml-lwt-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://github.com/ocsigen/lwt/archive/ DIST_SUBDIR= ocaml-lwt diff --git a/devel/ocaml-oasis/Makefile b/devel/ocaml-oasis/Makefile index 865357c01d2..9cc8a244207 100644 --- a/devel/ocaml-oasis/Makefile +++ b/devel/ocaml-oasis/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2014/10/09 19:14:03 jaapb Exp $ +# $NetBSD: Makefile,v 1.3 2015/01/20 14:24:35 jaapb Exp $ DISTNAME= oasis-0.4.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1391/ diff --git a/devel/ocaml-oasis/buildlink3.mk b/devel/ocaml-oasis/buildlink3.mk index 12efc534c4f..9ae1c356a50 100644 --- a/devel/ocaml-oasis/buildlink3.mk +++ b/devel/ocaml-oasis/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2014/10/09 19:14:03 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2015/01/20 14:24:35 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.4nb1 +BUILDLINK_ABI_DEPENDS.ocaml-oasis?= ocaml-oasis>=0.4.4nb2 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 b24049ef8cc..020c440748b 100644 --- a/devel/ocaml-odn/Makefile +++ b/devel/ocaml-odn/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2014/10/09 19:14:03 jaapb Exp $ +# $NetBSD: Makefile,v 1.3 2015/01/20 14:24:35 jaapb Exp $ DISTNAME= data-notation-${VERSION} PKGNAME= ocaml-odn-${VERSION} VERSION= 0.0.11 -PKGREVISION= 1 +PKGREVISION= 2 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 d8f7025e822..ed10e0277c5 100644 --- a/devel/ocaml-odn/buildlink3.mk +++ b/devel/ocaml-odn/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2014/10/09 19:14:03 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2015/01/20 14:24:35 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.11nb1 +BUILDLINK_ABI_DEPENDS.ocaml-odn?= ocaml-odn>=0.0.11nb2 BUILDLINK_PKGSRCDIR.ocaml-odn?= ../../devel/ocaml-odn .include "../../lang/ocaml/buildlink3.mk" diff --git a/devel/ocaml-type_conv/Makefile b/devel/ocaml-type_conv/Makefile index c2c4ad0468a..d3611056160 100644 --- a/devel/ocaml-type_conv/Makefile +++ b/devel/ocaml-type_conv/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2014/10/09 19:14:03 jaapb Exp $ +# $NetBSD: Makefile,v 1.3 2015/01/20 14:24:35 jaapb Exp $ DISTNAME= type_conv-${VERS} VERS= 111.13.00 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= https://github.com/janestreet/type_conv/archive/ DISTFILES= ${VERS}${EXTRACT_SUFX} diff --git a/devel/ocaml-type_conv/buildlink3.mk b/devel/ocaml-type_conv/buildlink3.mk index 87af228f7ed..5d2172c5b71 100644 --- a/devel/ocaml-type_conv/buildlink3.mk +++ b/devel/ocaml-type_conv/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2014/10/09 19:14:03 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2015/01/20 14:24:35 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>=111.13.00nb1 +BUILDLINK_ABI_DEPENDS.ocaml-type_conv?= ocaml-type_conv>=111.13.00nb2 BUILDLINK_PKGSRCDIR.ocaml-type_conv?= ../../devel/ocaml-type_conv .include "../../lang/ocaml/buildlink3.mk" diff --git a/devel/omake/Makefile b/devel/omake/Makefile index 58d2cbca293..a8c6b8291ba 100644 --- a/devel/omake/Makefile +++ b/devel/omake/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2014/10/09 19:14:03 jaapb Exp $ +# $NetBSD: Makefile,v 1.10 2015/01/20 14:24:36 jaapb Exp $ # DISTNAME= omake-${VERSION}-0.rc1 PKGNAME= omake-${VERSION}.0rc1 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= devel MASTER_SITES= http://omake.metaprl.org/downloads/ diff --git a/graphics/camlimages/Makefile b/graphics/camlimages/Makefile index c5163a1f7ae..1ff66422565 100644 --- a/graphics/camlimages/Makefile +++ b/graphics/camlimages/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.76 2014/10/10 14:04:19 wiz Exp $ +# $NetBSD: Makefile,v 1.77 2015/01/20 14:24:36 jaapb Exp $ VERSION= 4.0.1 PKGNAME= camlimages-${VERSION} -PKGREVISION= 40 +PKGREVISION= 41 CATEGORIES= graphics MASTER_SITES= https://bitbucket.org/camlspotter/camlimages/get/ DISTNAME= v${VERSION} diff --git a/lang/boomerang/Makefile b/lang/boomerang/Makefile index 09f5e49649b..26735b6dbd6 100644 --- a/lang/boomerang/Makefile +++ b/lang/boomerang/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2014/10/09 19:14:04 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2015/01/20 14:24:36 jaapb Exp $ # DISTNAME= boomerang-0.2-source PKGNAME= ${DISTNAME:S/-source//} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= lang MASTER_SITES= http://www.seas.upenn.edu/~harmony/download/ diff --git a/lang/camlp5/Makefile b/lang/camlp5/Makefile index 8d729f256e4..c64e41c210e 100644 --- a/lang/camlp5/Makefile +++ b/lang/camlp5/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2014/10/09 21:42:03 jaapb Exp $ +# $NetBSD: Makefile,v 1.21 2015/01/20 14:24:36 jaapb Exp $ # DISTNAME= camlp5-6.12 PKGNAME= ${DISTNAME} # to avoid being called ocaml-camlp5 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= http://camlp5.gforge.inria.fr/distrib/src/ EXTRACT_SUFX= .tgz diff --git a/lang/camlp5/buildlink3.mk b/lang/camlp5/buildlink3.mk index c26e4675ec8..9a9f248bc31 100644 --- a/lang/camlp5/buildlink3.mk +++ b/lang/camlp5/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.9 2014/10/09 21:42:03 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.10 2015/01/20 14:24:36 jaapb Exp $ # BUILDLINK_TREE+= camlp5 @@ -7,7 +7,7 @@ BUILDLINK_TREE+= camlp5 CAMLP5_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.camlp5+= camlp5>=5.01 -BUILDLINK_ABI_DEPENDS.camlp5+= camlp5>=6.12 +BUILDLINK_ABI_DEPENDS.camlp5+= camlp5>=6.12nb1 BUILDLINK_PKGSRCDIR.camlp5?= ../../lang/camlp5 .include "../../lang/ocaml/buildlink3.mk" diff --git a/lang/coq/Makefile b/lang/coq/Makefile index aca975b0066..e78c2472cdf 100644 --- a/lang/coq/Makefile +++ b/lang/coq/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.77 2014/10/09 22:19:01 jaapb Exp $ +# $NetBSD: Makefile,v 1.78 2015/01/20 14:24:36 jaapb Exp $ # DISTNAME= coq-8.4pl4 PKGNAME= ${DISTNAME} # to avoid prefixing with ocaml- -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= lang math MASTER_SITES= http://coq.inria.fr/distrib/V${PKGVERSION_NOREV}/files/ diff --git a/lang/pict/Makefile b/lang/pict/Makefile index 8486308facc..e0a843133e1 100644 --- a/lang/pict/Makefile +++ b/lang/pict/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2014/10/09 19:14:04 jaapb Exp $ +# $NetBSD: Makefile,v 1.9 2015/01/20 14:24:36 jaapb Exp $ DISTNAME= pict-4.1 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= lang MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/papers/pict/pict-4.1/ diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 589f021a54b..df24f7b2f45 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.94 2015/01/01 11:08:46 dholland Exp $ +# $NetBSD: Makefile,v 1.95 2015/01/20 14:24:36 jaapb Exp $ # DISTNAME= ${SCIBASE}-src -PKGREVISION= 13 +PKGREVISION= 14 PKGNAME= ${SCIBASE} CATEGORIES= math MASTER_SITES= http://www.scilab.org/download/4.1/ diff --git a/misc/ocaml-opam/Makefile b/misc/ocaml-opam/Makefile index 1e52f669843..df8b8e55278 100644 --- a/misc/ocaml-opam/Makefile +++ b/misc/ocaml-opam/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2014/11/06 15:30:24 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2015/01/20 14:24:36 jaapb Exp $ VERSION= 1.2.0 PKGNAME= ocaml-opam-${VERSION} DISTNAME= ${VERSION} DIST_SUBDIR= ocaml-opam +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= https://github.com/ocaml/opam/archive/ diff --git a/net/mldonkey-gui/Makefile b/net/mldonkey-gui/Makefile index 8a221287ff1..ea14d200d44 100644 --- a/net/mldonkey-gui/Makefile +++ b/net/mldonkey-gui/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.81 2014/10/10 08:39:08 jaapb Exp $ +# $NetBSD: Makefile,v 1.82 2015/01/20 14:24:36 jaapb Exp $ # .include "../../net/mldonkey/Makefile.common" PKGNAME= ${DISTNAME:S/mldonkey/mldonkey-gui/} -PKGREVISION= 24 +PKGREVISION= 25 COMMENT+= (GTK interface) diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile index 1869f6ac910..e5c861063fb 100644 --- a/net/mldonkey/Makefile +++ b/net/mldonkey/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.76 2014/10/20 10:12:51 jaapb Exp $ +# $NetBSD: Makefile,v 1.77 2015/01/20 14:24:36 jaapb Exp $ # .include "Makefile.common" -PKGREVISION= 14 +PKGREVISION= 15 RCD_SCRIPTS= mldonkey diff --git a/net/unison/Makefile b/net/unison/Makefile index e33811fa3a1..346660146e2 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.89 2015/01/06 12:58:36 wiz Exp $ +# $NetBSD: Makefile,v 1.90 2015/01/20 14:24:36 jaapb Exp $ DISTNAME= unison-2.48.3 +PKGREVISION= 1 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 5e3daaa9ff1..6b8e7af0e2a 100644 --- a/net/unison2.32/Makefile +++ b/net/unison2.32/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2014/10/09 19:14:04 jaapb Exp $ +# $NetBSD: Makefile,v 1.40 2015/01/20 14:24:36 jaapb Exp $ DISTNAME= unison-2.32.52 -PKGREVISION= 40 +PKGREVISION= 41 CATEGORIES= net MASTER_SITES= http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/ diff --git a/print/advi/Makefile b/print/advi/Makefile index f4b72d55096..4cebef4c998 100644 --- a/print/advi/Makefile +++ b/print/advi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.80 2014/10/10 08:39:08 jaapb Exp $ +# $NetBSD: Makefile,v 1.81 2015/01/20 14:24:36 jaapb Exp $ DISTNAME= advi-1.10.1 -PKGREVISION= 39 +PKGREVISION= 40 CATEGORIES= print MASTER_SITES= http://gallium.inria.fr/advi/ diff --git a/security/ocaml-cryptokit/Makefile b/security/ocaml-cryptokit/Makefile index f45d00c9fe3..5ac259a0277 100644 --- a/security/ocaml-cryptokit/Makefile +++ b/security/ocaml-cryptokit/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2014/10/09 22:28:12 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2015/01/20 14:24:37 jaapb Exp $ # DISTNAME= cryptokit-1.9 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1229/ diff --git a/security/ocaml-cryptokit/buildlink3.mk b/security/ocaml-cryptokit/buildlink3.mk index 553f138afed..922379039c9 100644 --- a/security/ocaml-cryptokit/buildlink3.mk +++ b/security/ocaml-cryptokit/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2014/10/09 22:28:12 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2015/01/20 14:24:37 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.7 +BUILDLINK_ABI_DEPENDS.ocaml-cryptokit?= ocaml-cryptokit>=1.9nb1 BUILDLINK_PKGSRCDIR.ocaml-cryptokit?= ../../security/ocaml-cryptokit .include "../../lang/ocaml/buildlink3.mk" diff --git a/security/ocaml-ssl/Makefile b/security/ocaml-ssl/Makefile index b386321ee14..0c33750f43c 100644 --- a/security/ocaml-ssl/Makefile +++ b/security/ocaml-ssl/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2014/10/09 21:06:57 jaapb Exp $ +# $NetBSD: Makefile,v 1.15 2015/01/20 14:24:37 jaapb Exp $ # PKGNAME= ${DISTNAME} # to avoid prefixing with ocaml- DISTNAME= ocaml-ssl-0.4.7 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=savonet/} diff --git a/security/ocaml-ssl/buildlink3.mk b/security/ocaml-ssl/buildlink3.mk index c2419ed3bc5..35d0df85f67 100644 --- a/security/ocaml-ssl/buildlink3.mk +++ b/security/ocaml-ssl/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.11 2014/10/09 21:06:57 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2015/01/20 14:24:37 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.4.7 +BUILDLINK_ABI_DEPENDS.ocaml-ssl+= ocaml-ssl>=0.4.7nb1 BUILDLINK_PKGSRCDIR.ocaml-ssl?= ../../security/ocaml-ssl .include "../../lang/ocaml/buildlink3.mk" diff --git a/security/sks/Makefile b/security/sks/Makefile index f25dcbc5953..d1a678474c6 100644 --- a/security/sks/Makefile +++ b/security/sks/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2014/10/20 11:10:56 jaapb Exp $ +# $NetBSD: Makefile,v 1.13 2015/01/20 14:24:37 jaapb Exp $ # DISTNAME= sks-1.1.5 -PKGREVISION= 1 +PKGREVISION= 2 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 ce3e2280f80..3a428b2e2ef 100644 --- a/sysutils/xentools42/Makefile +++ b/sysutils/xentools42/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2014/10/09 19:14:04 jaapb Exp $ +# $NetBSD: Makefile,v 1.25 2015/01/20 14:24:37 jaapb Exp $ VERSION= 4.2.5 VERSION_IPXE= 1.0.0 @@ -6,7 +6,7 @@ VERSION_IPXE= 1.0.0 DISTNAME= xen-${VERSION} PKGNAME= xentools42-${VERSION} #PKGREVISION= 2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/ diff --git a/textproc/harmony/Makefile b/textproc/harmony/Makefile index ffa8c5e6ef9..29ce71b64d0 100644 --- a/textproc/harmony/Makefile +++ b/textproc/harmony/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2014/10/09 19:14:04 jaapb Exp $ +# $NetBSD: Makefile,v 1.15 2015/01/20 14:24:37 jaapb Exp $ # DISTNAME= harmony-stable-${VERSION} PKGNAME= harmony-${VERSION} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= misc MASTER_SITES= http://alliance.seas.upenn.edu/~harmony/download/ diff --git a/textproc/ocaml-csv/Makefile b/textproc/ocaml-csv/Makefile index e9845653124..38c164f7fb3 100644 --- a/textproc/ocaml-csv/Makefile +++ b/textproc/ocaml-csv/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2014/10/09 19:14:04 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2015/01/20 14:24:37 jaapb Exp $ PKGNAME= ocaml-${DISTNAME} DISTNAME= csv-1.3.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1172/ diff --git a/textproc/ocaml-expat/Makefile b/textproc/ocaml-expat/Makefile index 97fa3aa267d..78e80ccde23 100644 --- a/textproc/ocaml-expat/Makefile +++ b/textproc/ocaml-expat/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2014/10/09 19:14:04 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2015/01/20 14:24:37 jaapb Exp $ # DISTNAME= ocaml-expat-0.9.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://mmzeeman.home.xs4all.nl/ocaml/ diff --git a/textproc/ocaml-text/Makefile b/textproc/ocaml-text/Makefile index 0a0132f10b7..4894e477c9c 100644 --- a/textproc/ocaml-text/Makefile +++ b/textproc/ocaml-text/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2014/10/09 19:14:05 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2015/01/20 14:24:37 jaapb Exp $ # DISTNAME= ocaml-text-0.6 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/937/ diff --git a/textproc/pxp/Makefile b/textproc/pxp/Makefile index 27815fdcfe3..5a5d5051677 100644 --- a/textproc/pxp/Makefile +++ b/textproc/pxp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2014/10/20 10:35:20 jaapb Exp $ +# $NetBSD: Makefile,v 1.12 2015/01/20 14:24:37 jaapb Exp $ # DISTNAME= pxp-1.2.3 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://download.camlcity.org/download/ diff --git a/time/ocaml-calendar/Makefile b/time/ocaml-calendar/Makefile index fc678f0d5b7..4f12b82f8a9 100644 --- a/time/ocaml-calendar/Makefile +++ b/time/ocaml-calendar/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2014/10/09 19:14:05 jaapb Exp $ +# $NetBSD: Makefile,v 1.10 2015/01/20 14:24:37 jaapb Exp $ # DISTNAME= calendar-2.03.2 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= time devel MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/915/ diff --git a/time/wyrd/Makefile b/time/wyrd/Makefile index 49c172568a0..29532b8e54f 100644 --- a/time/wyrd/Makefile +++ b/time/wyrd/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2014/12/04 04:51:04 mef Exp $ +# $NetBSD: Makefile,v 1.13 2015/01/20 14:24:37 jaapb Exp $ # DISTNAME= wyrd-1.4.6 +PKGREVISION= 1 CATEGORIES= time MASTER_SITES= http://pessimization.com/software/wyrd/ diff --git a/www/ocaml-curl/Makefile b/www/ocaml-curl/Makefile index 2cf6f2abfd7..dd906db4280 100644 --- a/www/ocaml-curl/Makefile +++ b/www/ocaml-curl/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2014/10/09 19:14:05 jaapb Exp $ +# $NetBSD: Makefile,v 1.9 2015/01/20 14:24:37 jaapb Exp $ # DISTNAME= ocurl-0.5.3 PKGNAME= ocaml-curl-0.5.3 EXTRACT_SUFX= .tgz -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= www net devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ocurl/} diff --git a/www/ocaml-http/Makefile b/www/ocaml-http/Makefile index db6b07b0aab..aee0c99cc48 100644 --- a/www/ocaml-http/Makefile +++ b/www/ocaml-http/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2014/11/01 04:36:54 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.6 2015/01/20 14:24:37 jaapb Exp $ # DISTNAME= ocaml-http-0.1.5 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/545/ diff --git a/www/swiftsurf/Makefile b/www/swiftsurf/Makefile index e37d08f66a4..a814d0615a0 100644 --- a/www/swiftsurf/Makefile +++ b/www/swiftsurf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2014/10/09 19:14:05 jaapb Exp $ +# $NetBSD: Makefile,v 1.22 2015/01/20 14:24:37 jaapb Exp $ DISTNAME= swiftsurf-1.2.5 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swiftsurf/} diff --git a/x11/lablgtk1/Makefile b/x11/lablgtk1/Makefile index 3a3764eea7e..d4f19cb9f99 100644 --- a/x11/lablgtk1/Makefile +++ b/x11/lablgtk1/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2014/10/20 11:00:25 jaapb Exp $ +# $NetBSD: Makefile,v 1.11 2015/01/20 14:24:38 jaapb Exp $ DISTNAME= lablgtk-1.2.7 PKGNAME= lablgtk1-1.2.7 -PKGREVISION= 9 +PKGREVISION= 10 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 0626c10410a..d68312ce47b 100644 --- a/x11/lablgtk1/buildlink3.mk +++ b/x11/lablgtk1/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.8 2014/10/09 19:14:05 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2015/01/20 14:24:38 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.7nb9 +BUILDLINK_ABI_DEPENDS.lablgtk1+= lablgtk1>=1.2.7nb10 BUILDLINK_PKGSRCDIR.lablgtk1?= ../../x11/lablgtk1 .include "../../x11/gtk/buildlink3.mk" diff --git a/x11/labltk/Makefile b/x11/labltk/Makefile index 26f63a3a61d..be8efc26812 100644 --- a/x11/labltk/Makefile +++ b/x11/labltk/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2014/11/16 18:08:36 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.23 2015/01/20 14:24:38 jaapb Exp $ DISTNAME= labltk-8.06.0 +PKGREVISION= 1 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 eb2428ac036..4c27d93d755 100644 --- a/x11/ocaml-graphics/Makefile +++ b/x11/ocaml-graphics/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.22 2014/10/13 13:25:44 jaapb Exp $ +# $NetBSD: Makefile,v 1.23 2015/01/20 14:24:38 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= 1 +PKGREVISION= 2 COMMENT+= (graphics library) diff --git a/x11/ocaml-graphics/buildlink3.mk b/x11/ocaml-graphics/buildlink3.mk index 53ca9a473b1..ec3bd7a255a 100644 --- a/x11/ocaml-graphics/buildlink3.mk +++ b/x11/ocaml-graphics/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.13 2014/10/09 19:14:05 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.14 2015/01/20 14:24:38 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.02.0nb1 +BUILDLINK_ABI_DEPENDS.ocaml-graphics+= ocaml-graphics>=4.02.1nb2 BUILDLINK_PKGSRCDIR.ocaml-graphics?= ../../x11/ocaml-graphics .include "../../lang/ocaml/buildlink3.mk" |