summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archivers/ocaml-bz2/Makefile4
-rw-r--r--archivers/ocaml-zip/Makefile5
-rw-r--r--converters/bibtex2html/Makefile4
-rw-r--r--databases/geneweb/Makefile4
-rw-r--r--databases/ocaml-dbm/Makefile4
-rw-r--r--databases/ocaml-dbm/buildlink3.mk4
-rw-r--r--devel/coccinelle/Makefile4
-rw-r--r--devel/ocaml-oasis/Makefile3
-rw-r--r--devel/ocaml-oasis/buildlink3.mk3
-rw-r--r--devel/ocaml-odn/Makefile4
-rw-r--r--devel/ocaml-odn/buildlink3.mk3
-rw-r--r--devel/ocaml-type_conv/Makefile4
-rw-r--r--devel/ocaml-type_conv/buildlink3.mk3
-rw-r--r--devel/omake/Makefile4
-rw-r--r--graphics/graphviz/Makefile4
-rw-r--r--lang/boomerang/Makefile4
-rw-r--r--lang/pict/Makefile4
-rw-r--r--math/scilab/Makefile4
-rw-r--r--net/mldonkey-gui/Makefile4
-rw-r--r--net/mldonkey/Makefile4
-rw-r--r--net/unison/Makefile4
-rw-r--r--net/unison2.32/Makefile4
-rw-r--r--print/advi/Makefile4
-rw-r--r--security/sks/Makefile3
-rw-r--r--sysutils/xentools41/Makefile4
-rw-r--r--sysutils/xentools42/Makefile3
-rw-r--r--textproc/harmony/Makefile4
-rw-r--r--textproc/ocaml-csv/Makefile4
-rw-r--r--textproc/ocaml-expat/Makefile4
-rw-r--r--textproc/ocaml-text/Makefile4
-rw-r--r--textproc/pxp/Makefile4
-rw-r--r--time/ocaml-calendar/Makefile4
-rw-r--r--time/wyrd/Makefile4
-rw-r--r--www/ocaml-curl/Makefile4
-rw-r--r--www/ocaml-http/Makefile4
-rw-r--r--www/swiftsurf/Makefile4
-rw-r--r--x11/lablgtk1/Makefile4
-rw-r--r--x11/lablgtk1/buildlink3.mk4
-rw-r--r--x11/labltk/Makefile4
-rw-r--r--x11/ocaml-graphics/Makefile3
-rw-r--r--x11/ocaml-graphics/buildlink3.mk4
41 files changed, 85 insertions, 73 deletions
diff --git a/archivers/ocaml-bz2/Makefile b/archivers/ocaml-bz2/Makefile
index f199094f2da..b33e21837b8 100644
--- a/archivers/ocaml-bz2/Makefile
+++ b/archivers/ocaml-bz2/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2014/01/09 14:26:17 jperkin Exp $
+# $NetBSD: Makefile,v 1.6 2014/10/09 19:14:03 jaapb Exp $
PKGNAME= ocaml-bz2-${VERSION}
DISTNAME= camlbz2-${VERSION}
VERSION= 0.6.0
-PKGREVISION= 1
+PKGREVISION= 3
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 1b501e1ccfd..203432f3fa4 100644
--- a/archivers/ocaml-zip/Makefile
+++ b/archivers/ocaml-zip/Makefile
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.9 2014/01/09 14:27:05 jperkin Exp $
+# $NetBSD: Makefile,v 1.10 2014/10/09 19:14:03 jaapb Exp $
#
PKGNAME= ocaml-zip-${VERSION}
DISTNAME= camlzip-${VERSION}
VERSION= 1.05
+PKGREVISION= 2
CATEGORIES= archivers
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1037/
LICENSE= gnu-lgpl-v2.1
-MAINTAINER= jaapb@kerguelen.org
+MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= http://forge.ocamlcore.org/projects/camlzip/
COMMENT= OCaml library to manipulate ZIP/GZIP/JAR archives
diff --git a/converters/bibtex2html/Makefile b/converters/bibtex2html/Makefile
index 42a83df518f..a19a562fab3 100644
--- a/converters/bibtex2html/Makefile
+++ b/converters/bibtex2html/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2014/05/29 23:35:21 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2014/10/09 19:14:03 jaapb Exp $
DISTNAME= bibtex2html-1.97
-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 c8d572c14c2..30c16e40cc6 100644
--- a/databases/geneweb/Makefile
+++ b/databases/geneweb/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2014/07/14 16:47:46 jperkin Exp $
+# $NetBSD: Makefile,v 1.39 2014/10/09 19:14:03 jaapb Exp $
#
DISTNAME= geneweb-5.01
-PKGREVISION= 4
+PKGREVISION= 5
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 ab7bfc785c9..e93dd4355f7 100644
--- a/databases/ocaml-dbm/Makefile
+++ b/databases/ocaml-dbm/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2013/11/01 11:30:21 jaapb Exp $
+# $NetBSD: Makefile,v 1.6 2014/10/09 19:14:03 jaapb Exp $
#
PKGNAME= ocaml-dbm-${VERSION}
DISTNAME= camldbm-${VERSION}
VERSION= 1.0
-PKGREVISION= 3
+PKGREVISION= 4
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 4562809ebac..f255ef81a32 100644
--- a/databases/ocaml-dbm/buildlink3.mk
+++ b/databases/ocaml-dbm/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2013/11/01 11:30:21 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2014/10/09 19:14:03 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.0nb3
+BUILDLINK_ABI_DEPENDS.ocaml-dbm?= ocaml-dbm>=1.0nb4
BUILDLINK_PKGSRCDIR.ocaml-dbm?= ../../databases/ocaml-dbm
.include "../../databases/gdbm/buildlink3.mk"
diff --git a/devel/coccinelle/Makefile b/devel/coccinelle/Makefile
index ab1dab77f34..3d1ed09c7f8 100644
--- a/devel/coccinelle/Makefile
+++ b/devel/coccinelle/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2014/05/17 16:10:42 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2014/10/09 19:14:03 jaapb Exp $
DISTNAME= coccinelle-1.0.0-rc17
PKGNAME= ${DISTNAME:S/-rc/rc/}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://coccinelle.lip6.fr/distrib/
EXTRACT_SUFX= .tgz
diff --git a/devel/ocaml-oasis/Makefile b/devel/ocaml-oasis/Makefile
index e1e00133d8f..865357c01d2 100644
--- a/devel/ocaml-oasis/Makefile
+++ b/devel/ocaml-oasis/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2014/08/17 13:51:01 jaapb Exp $
+# $NetBSD: Makefile,v 1.2 2014/10/09 19:14:03 jaapb Exp $
DISTNAME= oasis-0.4.4
+PKGREVISION= 1
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 a513afa29b9..12efc534c4f 100644
--- a/devel/ocaml-oasis/buildlink3.mk
+++ b/devel/ocaml-oasis/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2014/08/17 13:51:01 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2014/10/09 19:14:03 jaapb Exp $
BUILDLINK_TREE+= ocaml-oasis
@@ -6,6 +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_PKGSRCDIR.ocaml-oasis?= ../../devel/ocaml-oasis
.include "../../lang/ocaml/buildlink3.mk"
diff --git a/devel/ocaml-odn/Makefile b/devel/ocaml-odn/Makefile
index 3e841211881..b24049ef8cc 100644
--- a/devel/ocaml-odn/Makefile
+++ b/devel/ocaml-odn/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2014/08/17 13:34:06 jaapb Exp $
+# $NetBSD: Makefile,v 1.2 2014/10/09 19:14:03 jaapb Exp $
DISTNAME= data-notation-${VERSION}
PKGNAME= ocaml-odn-${VERSION}
VERSION= 0.0.11
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/1310/
@@ -16,5 +17,6 @@ WRKSRC= ${WRKDIR}/ocaml-${DISTNAME}
OCAML_USE_OASIS= yes
.include "../../devel/ocaml-type_conv/buildlink3.mk"
+.include "../../lang/camlp4/buildlink3.mk"
.include "../../mk/ocaml.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ocaml-odn/buildlink3.mk b/devel/ocaml-odn/buildlink3.mk
index 631e6e84193..d8f7025e822 100644
--- a/devel/ocaml-odn/buildlink3.mk
+++ b/devel/ocaml-odn/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2014/08/17 13:34:06 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2014/10/09 19:14:03 jaapb Exp $
BUILDLINK_TREE+= ocaml-odn
@@ -6,6 +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_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 7c695a15fca..c2c4ad0468a 100644
--- a/devel/ocaml-type_conv/Makefile
+++ b/devel/ocaml-type_conv/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2014/08/17 13:22:17 jaapb Exp $
+# $NetBSD: Makefile,v 1.2 2014/10/09 19:14:03 jaapb Exp $
DISTNAME= type_conv-${VERS}
VERS= 111.13.00
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/janestreet/type_conv/archive/
DISTFILES= ${VERS}${EXTRACT_SUFX}
@@ -18,5 +19,6 @@ USE_TOOLS+= gmake
OCAML_USE_FINDLIB= yes
+.include "../../lang/camlp4/buildlink3.mk"
.include "../../mk/ocaml.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ocaml-type_conv/buildlink3.mk b/devel/ocaml-type_conv/buildlink3.mk
index 4f8df07e0d3..87af228f7ed 100644
--- a/devel/ocaml-type_conv/buildlink3.mk
+++ b/devel/ocaml-type_conv/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2014/08/17 13:22:17 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2014/10/09 19:14:03 jaapb Exp $
BUILDLINK_TREE+= ocaml-type_conv
@@ -6,6 +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_PKGSRCDIR.ocaml-type_conv?= ../../devel/ocaml-type_conv
.include "../../lang/ocaml/buildlink3.mk"
diff --git a/devel/omake/Makefile b/devel/omake/Makefile
index c2481cb18ea..58d2cbca293 100644
--- a/devel/omake/Makefile
+++ b/devel/omake/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2013/11/01 11:30:22 jaapb Exp $
+# $NetBSD: Makefile,v 1.9 2014/10/09 19:14:03 jaapb Exp $
#
DISTNAME= omake-${VERSION}-0.rc1
PKGNAME= omake-${VERSION}.0rc1
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= devel
MASTER_SITES= http://omake.metaprl.org/downloads/
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index 4826eb31e73..9fc80240194 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.144 2014/10/09 14:06:35 wiz Exp $
+# $NetBSD: Makefile,v 1.145 2014/10/09 19:14:03 jaapb Exp $
DISTNAME= graphviz-2.38.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.graphviz.org/pub/graphviz/stable/SOURCES/
diff --git a/lang/boomerang/Makefile b/lang/boomerang/Makefile
index b6732a03f87..09f5e49649b 100644
--- a/lang/boomerang/Makefile
+++ b/lang/boomerang/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2013/11/01 11:30:22 jaapb Exp $
+# $NetBSD: Makefile,v 1.6 2014/10/09 19:14:04 jaapb Exp $
#
DISTNAME= boomerang-0.2-source
PKGNAME= ${DISTNAME:S/-source//}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= lang
MASTER_SITES= http://www.seas.upenn.edu/~harmony/download/
diff --git a/lang/pict/Makefile b/lang/pict/Makefile
index af3e55dc5e7..8486308facc 100644
--- a/lang/pict/Makefile
+++ b/lang/pict/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2013/11/01 11:30:22 jaapb Exp $
+# $NetBSD: Makefile,v 1.8 2014/10/09 19:14:04 jaapb Exp $
DISTNAME= pict-4.1
-PKGREVISION= 3
+PKGREVISION= 4
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 f38786e634c..7132339da47 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.92 2014/01/11 14:42:04 adam Exp $
+# $NetBSD: Makefile,v 1.93 2014/10/09 19:14:04 jaapb Exp $
#
DISTNAME= ${SCIBASE}-src
-PKGREVISION= 12
+PKGREVISION= 13
PKGNAME= ${SCIBASE}
CATEGORIES= math
MASTER_SITES= http://www.scilab.org/download/4.1/
diff --git a/net/mldonkey-gui/Makefile b/net/mldonkey-gui/Makefile
index 5999029f64d..72fa0d54bfc 100644
--- a/net/mldonkey-gui/Makefile
+++ b/net/mldonkey-gui/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.79 2014/10/07 16:47:33 adam Exp $
+# $NetBSD: Makefile,v 1.80 2014/10/09 19:14:04 jaapb Exp $
#
.include "../../net/mldonkey/Makefile.common"
PKGNAME= ${DISTNAME:S/mldonkey/mldonkey-gui/}
-PKGREVISION= 22
+PKGREVISION= 23
COMMENT+= (GTK interface)
diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile
index d4e57ebea03..75cf80c5522 100644
--- a/net/mldonkey/Makefile
+++ b/net/mldonkey/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.74 2014/05/29 23:37:04 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2014/10/09 19:14:04 jaapb Exp $
#
.include "Makefile.common"
-PKGREVISION= 13
+PKGREVISION= 14
RCD_SCRIPTS= mldonkey
diff --git a/net/unison/Makefile b/net/unison/Makefile
index 6c9226ea8ca..9b9ed3392c1 100644
--- a/net/unison/Makefile
+++ b/net/unison/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.85 2014/10/09 14:06:49 wiz Exp $
+# $NetBSD: Makefile,v 1.86 2014/10/09 19:14:04 jaapb Exp $
DISTNAME= unison-2.40.102
-PKGREVISION= 19
+PKGREVISION= 20
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 5afe4d2a245..5e3daaa9ff1 100644
--- a/net/unison2.32/Makefile
+++ b/net/unison2.32/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2014/10/09 14:06:49 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2014/10/09 19:14:04 jaapb Exp $
DISTNAME= unison-2.32.52
-PKGREVISION= 39
+PKGREVISION= 40
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 d3e5ae0b14d..423da644c4c 100644
--- a/print/advi/Makefile
+++ b/print/advi/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.78 2014/10/07 16:47:34 adam Exp $
+# $NetBSD: Makefile,v 1.79 2014/10/09 19:14:04 jaapb Exp $
DISTNAME= advi-1.10.1
-PKGREVISION= 37
+PKGREVISION= 38
CATEGORIES= print
MASTER_SITES= http://gallium.inria.fr/advi/
diff --git a/security/sks/Makefile b/security/sks/Makefile
index d47dabaeb15..8fad5de3b35 100644
--- a/security/sks/Makefile
+++ b/security/sks/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2014/06/03 08:28:50 pettai Exp $
+# $NetBSD: Makefile,v 1.11 2014/10/09 19:14:04 jaapb Exp $
#
DISTNAME= sks-1.1.5
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= https://bitbucket.org/skskeyserver/sks-keyserver/downloads/
EXTRACT_SUFX= .tgz
diff --git a/sysutils/xentools41/Makefile b/sysutils/xentools41/Makefile
index 9606632b73a..e2eece505cc 100644
--- a/sysutils/xentools41/Makefile
+++ b/sysutils/xentools41/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.47 2014/09/11 13:48:17 joerg Exp $
+# $NetBSD: Makefile,v 1.48 2014/10/09 19:14:04 jaapb Exp $
#
# VERSION is set in version.mk as it is shared with other packages
.include "version.mk"
DISTNAME= xen-${VERSION}
PKGNAME= xentools41-${VERSION}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/
diff --git a/sysutils/xentools42/Makefile b/sysutils/xentools42/Makefile
index c0de4827c3c..ce3e2280f80 100644
--- a/sysutils/xentools42/Makefile
+++ b/sysutils/xentools42/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2014/09/26 10:40:45 bouyer Exp $
+# $NetBSD: Makefile,v 1.24 2014/10/09 19:14:04 jaapb Exp $
VERSION= 4.2.5
VERSION_IPXE= 1.0.0
@@ -6,6 +6,7 @@ VERSION_IPXE= 1.0.0
DISTNAME= xen-${VERSION}
PKGNAME= xentools42-${VERSION}
#PKGREVISION= 2
+PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/
diff --git a/textproc/harmony/Makefile b/textproc/harmony/Makefile
index 5b3bcce06e9..ffa8c5e6ef9 100644
--- a/textproc/harmony/Makefile
+++ b/textproc/harmony/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2013/11/01 11:30:23 jaapb Exp $
+# $NetBSD: Makefile,v 1.14 2014/10/09 19:14:04 jaapb Exp $
#
DISTNAME= harmony-stable-${VERSION}
PKGNAME= harmony-${VERSION}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= misc
MASTER_SITES= http://alliance.seas.upenn.edu/~harmony/download/
diff --git a/textproc/ocaml-csv/Makefile b/textproc/ocaml-csv/Makefile
index 66cd22db6c7..e9845653124 100644
--- a/textproc/ocaml-csv/Makefile
+++ b/textproc/ocaml-csv/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2013/11/01 11:30:23 jaapb Exp $
+# $NetBSD: Makefile,v 1.3 2014/10/09 19:14:04 jaapb Exp $
PKGNAME= ocaml-${DISTNAME}
DISTNAME= csv-1.3.0
-PKGREVISION= 1
+PKGREVISION= 2
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 6f08bea818c..97fa3aa267d 100644
--- a/textproc/ocaml-expat/Makefile
+++ b/textproc/ocaml-expat/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2013/06/16 09:45:19 jaapb Exp $
+# $NetBSD: Makefile,v 1.5 2014/10/09 19:14:04 jaapb Exp $
#
DISTNAME= ocaml-expat-0.9.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://mmzeeman.home.xs4all.nl/ocaml/
diff --git a/textproc/ocaml-text/Makefile b/textproc/ocaml-text/Makefile
index 436f9bda500..0a0132f10b7 100644
--- a/textproc/ocaml-text/Makefile
+++ b/textproc/ocaml-text/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2013/11/01 11:30:23 jaapb Exp $
+# $NetBSD: Makefile,v 1.6 2014/10/09 19:14:05 jaapb Exp $
#
DISTNAME= ocaml-text-0.6
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= textproc
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/937/
diff --git a/textproc/pxp/Makefile b/textproc/pxp/Makefile
index 80bd9336c4a..9ba31377987 100644
--- a/textproc/pxp/Makefile
+++ b/textproc/pxp/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2013/11/01 11:30:23 jaapb Exp $
+# $NetBSD: Makefile,v 1.10 2014/10/09 19:14:05 jaapb Exp $
#
DISTNAME= pxp-1.2.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://download.camlcity.org/download/
diff --git a/time/ocaml-calendar/Makefile b/time/ocaml-calendar/Makefile
index e2d794fe155..fc678f0d5b7 100644
--- a/time/ocaml-calendar/Makefile
+++ b/time/ocaml-calendar/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2013/11/01 11:30:23 jaapb Exp $
+# $NetBSD: Makefile,v 1.9 2014/10/09 19:14:05 jaapb Exp $
#
DISTNAME= calendar-2.03.2
PKGNAME= ocaml-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= time devel
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/915/
diff --git a/time/wyrd/Makefile b/time/wyrd/Makefile
index 4a37c38ea1a..e1fd0856fd1 100644
--- a/time/wyrd/Makefile
+++ b/time/wyrd/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2013/11/01 11:30:23 jaapb Exp $
+# $NetBSD: Makefile,v 1.10 2014/10/09 19:14:05 jaapb Exp $
#
DISTNAME= wyrd-1.4.5
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= time
MASTER_SITES= http://pessimization.com/software/wyrd/
diff --git a/www/ocaml-curl/Makefile b/www/ocaml-curl/Makefile
index 185cdff3c36..2cf6f2abfd7 100644
--- a/www/ocaml-curl/Makefile
+++ b/www/ocaml-curl/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2014/02/12 23:18:46 tron Exp $
+# $NetBSD: Makefile,v 1.8 2014/10/09 19:14:05 jaapb Exp $
#
DISTNAME= ocurl-0.5.3
PKGNAME= ocaml-curl-0.5.3
EXTRACT_SUFX= .tgz
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= www net devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ocurl/}
diff --git a/www/ocaml-http/Makefile b/www/ocaml-http/Makefile
index a11dd01b9ec..0ca558620c4 100644
--- a/www/ocaml-http/Makefile
+++ b/www/ocaml-http/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2013/11/01 11:30:23 jaapb Exp $
+# $NetBSD: Makefile,v 1.4 2014/10/09 19:14:05 jaapb Exp $
#
DISTNAME= ocaml-http-0.1.5
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/545/
diff --git a/www/swiftsurf/Makefile b/www/swiftsurf/Makefile
index ed43c4b2ff9..e37d08f66a4 100644
--- a/www/swiftsurf/Makefile
+++ b/www/swiftsurf/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2013/11/01 11:30:23 jaapb Exp $
+# $NetBSD: Makefile,v 1.21 2014/10/09 19:14:05 jaapb Exp $
DISTNAME= swiftsurf-1.2.5
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swiftsurf/}
diff --git a/x11/lablgtk1/Makefile b/x11/lablgtk1/Makefile
index d184d9ddd96..efe14db0085 100644
--- a/x11/lablgtk1/Makefile
+++ b/x11/lablgtk1/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2013/11/01 11:30:23 jaapb Exp $
+# $NetBSD: Makefile,v 1.9 2014/10/09 19:14:05 jaapb Exp $
DISTNAME= lablgtk-1.2.7
PKGNAME= lablgtk1-1.2.7
-PKGREVISION= 8
+PKGREVISION= 9
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 cebe0c096d8..0626c10410a 100644
--- a/x11/lablgtk1/buildlink3.mk
+++ b/x11/lablgtk1/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2013/11/01 11:30:23 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2014/10/09 19:14:05 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.7nb8
+BUILDLINK_ABI_DEPENDS.lablgtk1+= lablgtk1>=1.2.7nb9
BUILDLINK_PKGSRCDIR.lablgtk1?= ../../x11/lablgtk1
.include "../../x11/gtk/buildlink3.mk"
diff --git a/x11/labltk/Makefile b/x11/labltk/Makefile
index af0534defd7..106465fb24c 100644
--- a/x11/labltk/Makefile
+++ b/x11/labltk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2014/01/11 14:42:06 adam Exp $
+# $NetBSD: Makefile,v 1.21 2014/10/09 19:14:05 jaapb Exp $
INSTALLATION_DIRS+= lib/ocaml/stublibs
MAKE_JOBS_SAFE= no
@@ -6,7 +6,7 @@ MAKE_JOBS_SAFE= no
.include "../../lang/ocaml/Makefile.common"
PKGNAME= ${DISTNAME:S/ocaml/labltk/}
-PKGREVISION= 11
+PKGREVISION= 12
COMMENT= Tk bindings for ocaml
diff --git a/x11/ocaml-graphics/Makefile b/x11/ocaml-graphics/Makefile
index a0611e210f0..213a334a8db 100644
--- a/x11/ocaml-graphics/Makefile
+++ b/x11/ocaml-graphics/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.20 2013/04/06 21:07:36 rodent Exp $
+# $NetBSD: Makefile,v 1.21 2014/10/09 19:14:05 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
COMMENT+= (graphics library)
diff --git a/x11/ocaml-graphics/buildlink3.mk b/x11/ocaml-graphics/buildlink3.mk
index 1843c637510..53ca9a473b1 100644
--- a/x11/ocaml-graphics/buildlink3.mk
+++ b/x11/ocaml-graphics/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.12 2013/11/01 11:30:24 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.13 2014/10/09 19:14:05 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.01.0
+BUILDLINK_ABI_DEPENDS.ocaml-graphics+= ocaml-graphics>=4.02.0nb1
BUILDLINK_PKGSRCDIR.ocaml-graphics?= ../../x11/ocaml-graphics
.include "../../lang/ocaml/buildlink3.mk"