summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2015-08-07 11:20:32 +0000
committerjaapb <jaapb@pkgsrc.org>2015-08-07 11:20:32 +0000
commit7450b522cd182f6ff1e050ca428f8dc03124cba6 (patch)
tree58fc5a95dfea874f6551f1f983c0f3253f641563 /net
parent920fd763aba28beb9a6ca3b5ee85d848e1f89db2 (diff)
downloadpkgsrc-7450b522cd182f6ff1e050ca428f8dc03124cba6.tar.gz
Recursive revbump associated with lang/ocaml update.
Diffstat (limited to 'net')
-rw-r--r--net/mldonkey-gui/Makefile4
-rw-r--r--net/mldonkey/Makefile4
-rw-r--r--net/ocaml-ipaddr/Makefile4
-rw-r--r--net/ocaml-ipaddr/buildlink3.mk4
-rw-r--r--net/ocamlnet/Makefile4
-rw-r--r--net/unison/Makefile4
-rw-r--r--net/unison2.32/Makefile4
-rw-r--r--net/unison2.40/Makefile4
8 files changed, 16 insertions, 16 deletions
diff --git a/net/mldonkey-gui/Makefile b/net/mldonkey-gui/Makefile
index c3abc62bb51..f962b1c6da1 100644
--- a/net/mldonkey-gui/Makefile
+++ b/net/mldonkey-gui/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.85 2015/06/30 09:57:41 ryoon Exp $
+# $NetBSD: Makefile,v 1.86 2015/08/07 11:20:34 jaapb Exp $
#
.include "../../net/mldonkey/Makefile.common"
PKGNAME= ${DISTNAME:S/mldonkey/mldonkey-gui/}
-PKGREVISION= 28
+PKGREVISION= 29
COMMENT+= (GTK interface)
diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile
index d12cac81825..511bcf78679 100644
--- a/net/mldonkey/Makefile
+++ b/net/mldonkey/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.80 2015/06/30 11:51:41 jaapb Exp $
+# $NetBSD: Makefile,v 1.81 2015/08/07 11:20:34 jaapb Exp $
#
.include "Makefile.common"
-PKGREVISION= 18
+PKGREVISION= 19
RCD_SCRIPTS= mldonkey
diff --git a/net/ocaml-ipaddr/Makefile b/net/ocaml-ipaddr/Makefile
index 9b6722887ac..a4ec9eb84e0 100644
--- a/net/ocaml-ipaddr/Makefile
+++ b/net/ocaml-ipaddr/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2015/06/30 11:52:58 jaapb Exp $
+# $NetBSD: Makefile,v 1.4 2015/08/07 11:20:32 jaapb Exp $
VERSION= 2.5.0
PKGNAME= ocaml-ipaddr-${VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
DISTNAME= ${VERSION}
DIST_SUBDIR= ocaml-ipaddr
CATEGORIES= net
diff --git a/net/ocaml-ipaddr/buildlink3.mk b/net/ocaml-ipaddr/buildlink3.mk
index d115c2f1520..b6264791f5a 100644
--- a/net/ocaml-ipaddr/buildlink3.mk
+++ b/net/ocaml-ipaddr/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2015/06/30 11:52:58 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2015/08/07 11:20:32 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.5.0nb1
+BUILDLINK_ABI_DEPENDS.ocaml-ipaddr?= ocaml-ipaddr>=2.5.0nb2
BUILDLINK_PKGSRCDIR.ocaml-ipaddr?= ../../net/ocaml-ipaddr
BUILDLINK_FILES.ocaml-ipaddr+= lib/ocaml/site-lib/*
diff --git a/net/ocamlnet/Makefile b/net/ocamlnet/Makefile
index d30de813ca3..cf7c7ea06ae 100644
--- a/net/ocamlnet/Makefile
+++ b/net/ocamlnet/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2015/06/30 11:52:58 jaapb Exp $
+# $NetBSD: Makefile,v 1.23 2015/08/07 11:20:34 jaapb Exp $
#
DISTNAME= ocamlnet-3.7.7
PKGNAME= ${DISTNAME} # in order to avoid prefixing with ocaml-
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= net
MASTER_SITES= http://download.camlcity.org/download/
diff --git a/net/unison/Makefile b/net/unison/Makefile
index fb3e9779885..cda75478ed6 100644
--- a/net/unison/Makefile
+++ b/net/unison/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.94 2015/06/30 11:52:58 jaapb Exp $
+# $NetBSD: Makefile,v 1.95 2015/08/07 11:20:34 jaapb Exp $
DISTNAME= unison-2.48.3
# XXX remove DIST_SUBDIR with next release
DIST_SUBDIR= ${DISTNAME}-release
-PKGREVISION= 5
+PKGREVISION= 6
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 03fb10f9ec9..7991a18946f 100644
--- a/net/unison2.32/Makefile
+++ b/net/unison2.32/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2015/06/30 11:52:58 jaapb Exp $
+# $NetBSD: Makefile,v 1.44 2015/08/07 11:20:35 jaapb Exp $
DISTNAME= unison-2.32.52
-PKGREVISION= 44
+PKGREVISION= 45
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 380bf712afc..5880e146841 100644
--- a/net/unison2.40/Makefile
+++ b/net/unison2.40/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2015/06/30 11:52:58 jaapb Exp $
+# $NetBSD: Makefile,v 1.6 2015/08/07 11:20:35 jaapb Exp $
DISTNAME= unison-2.40.128
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= net
MASTER_SITES= http://www.seas.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/