diff options
author | jaapb <jaapb@pkgsrc.org> | 2018-07-19 15:15:20 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2018-07-19 15:15:20 +0000 |
commit | 54b786790c485419304ba3a36c2e7e6121a82276 (patch) | |
tree | cd4f7b7d724c9e30968d7a50a9eb4853c23c0b08 /net | |
parent | 13f52d6afeeedb7d75ebb66aa986eba1f34f5738 (diff) | |
download | pkgsrc-54b786790c485419304ba3a36c2e7e6121a82276.tar.gz |
Recursive revbump associated with the update of lang/ocaml to 4.07.
Diffstat (limited to 'net')
-rw-r--r-- | net/mldonkey-gui/Makefile | 4 | ||||
-rw-r--r-- | net/mldonkey/Makefile | 4 | ||||
-rw-r--r-- | net/ocaml-ipaddr/Makefile | 4 | ||||
-rw-r--r-- | net/ocaml-ipaddr/buildlink3.mk | 4 | ||||
-rw-r--r-- | net/ocamlnet/Makefile | 3 | ||||
-rw-r--r-- | net/ocamlnet/buildlink3.mk | 4 | ||||
-rw-r--r-- | net/unison/Makefile | 4 | ||||
-rw-r--r-- | net/unison2.32/Makefile | 4 | ||||
-rw-r--r-- | net/unison2.40/Makefile | 4 | ||||
-rw-r--r-- | net/unison2.51/Makefile | 3 |
10 files changed, 20 insertions, 18 deletions
diff --git a/net/mldonkey-gui/Makefile b/net/mldonkey-gui/Makefile index f4c232f6f74..bb772bfc7b5 100644 --- a/net/mldonkey-gui/Makefile +++ b/net/mldonkey-gui/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.112 2018/04/17 22:29:45 wiz Exp $ +# $NetBSD: Makefile,v 1.113 2018/07/19 15:15:27 jaapb Exp $ -PKGREVISION= 25 +PKGREVISION= 26 .include "../../net/mldonkey/Makefile.common" PKGNAME= ${DISTNAME:S/mldonkey/mldonkey-gui/} diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile index efa4024c414..69db1f9a2f4 100644 --- a/net/mldonkey/Makefile +++ b/net/mldonkey/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.94 2018/04/13 13:55:35 jaapb Exp $ +# $NetBSD: Makefile,v 1.95 2018/07/19 15:15:27 jaapb Exp $ -PKGREVISION= 12 +PKGREVISION= 13 .include "Makefile.common" RCD_SCRIPTS= mldonkey diff --git a/net/ocaml-ipaddr/Makefile b/net/ocaml-ipaddr/Makefile index 59fd555ad1a..c54d5ab8797 100644 --- a/net/ocaml-ipaddr/Makefile +++ b/net/ocaml-ipaddr/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2018/04/13 13:55:28 jaapb Exp $ +# $NetBSD: Makefile,v 1.15 2018/07/19 15:15:27 jaapb Exp $ VERSION= 2.8.0 GITHUB_PROJECT= ocaml-ipaddr DISTNAME= ${GITHUB_PROJECT}-${VERSION} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/} diff --git a/net/ocaml-ipaddr/buildlink3.mk b/net/ocaml-ipaddr/buildlink3.mk index 4bd52cf7555..6996c273770 100644 --- a/net/ocaml-ipaddr/buildlink3.mk +++ b/net/ocaml-ipaddr/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.14 2018/04/13 13:55:28 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.15 2018/07/19 15:15:27 jaapb Exp $ BUILDLINK_TREE+= ocaml-ipaddr @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-ipaddr OCAML_IPADDR_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-ipaddr+= ocaml-ipaddr>=2.0.0 -BUILDLINK_ABI_DEPENDS.ocaml-ipaddr?= ocaml-ipaddr>=2.8.0nb4 +BUILDLINK_ABI_DEPENDS.ocaml-ipaddr?= ocaml-ipaddr>=2.8.0nb5 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 747098a213e..7eda7a51f07 100644 --- a/net/ocamlnet/Makefile +++ b/net/ocamlnet/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.53 2018/05/09 15:25:20 jaapb Exp $ +# $NetBSD: Makefile,v 1.54 2018/07/19 15:15:28 jaapb Exp $ # DISTNAME= ocamlnet-4.1.6 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://download.camlcity.org/download/ diff --git a/net/ocamlnet/buildlink3.mk b/net/ocamlnet/buildlink3.mk index a3d7dfb51a1..ed8c03eb587 100644 --- a/net/ocamlnet/buildlink3.mk +++ b/net/ocamlnet/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.11 2018/05/09 15:26:02 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2018/07/19 15:15:28 jaapb Exp $ BUILDLINK_TREE+= ocamlnet @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocamlnet OCAMLNET_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocamlnet+= ocamlnet>=4.1.2 -BUILDLINK_ABI_DEPENDS.ocamlnet+= ocamlnet>=4.1.6 +BUILDLINK_ABI_DEPENDS.ocamlnet+= ocamlnet>=4.1.6nb1 BUILDLINK_PKGSRCDIR.ocamlnet?= ../../net/ocamlnet .endif # OCAMLNET_BUILDLINK3_MK diff --git a/net/unison/Makefile b/net/unison/Makefile index 71bdc0ac115..fff021ce00f 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.121 2018/04/17 22:29:47 wiz Exp $ +# $NetBSD: Makefile,v 1.122 2018/07/19 15:15:28 jaapb Exp $ DISTNAME= unison-2.48.15 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=bcpierce00/} diff --git a/net/unison2.32/Makefile b/net/unison2.32/Makefile index 5c24302db8c..80ddd785ec6 100644 --- a/net/unison2.32/Makefile +++ b/net/unison2.32/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.69 2018/04/17 22:29:47 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2018/07/19 15:15:28 jaapb Exp $ DISTNAME= unison-2.32.52 -PKGREVISION= 68 +PKGREVISION= 69 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 315c593bf7d..f33ab906953 100644 --- a/net/unison2.40/Makefile +++ b/net/unison2.40/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2018/04/17 22:29:47 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2018/07/19 15:15:28 jaapb Exp $ DISTNAME= unison-2.40.128 -PKGREVISION= 27 +PKGREVISION= 28 CATEGORIES= net MASTER_SITES= http://www.seas.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ diff --git a/net/unison2.51/Makefile b/net/unison2.51/Makefile index 9c6f036d0dd..aca6def393e 100644 --- a/net/unison2.51/Makefile +++ b/net/unison2.51/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2018/04/30 10:14:29 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2018/07/19 15:15:28 jaapb Exp $ DISTNAME= unison-2.51.2 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=bcpierce00/} GITHUB_TAG= v${PKGVERSION_NOREV} |