From 8cb3fe9c6c42ba2313fc76f882f0357fa7725565 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sat, 7 Jan 2006 07:45:07 +0000 Subject: Update port: www/ocaml-net (upgrade to the latest version) Upgrade to the latest, 1.1.1, version. I've added lang/ocaml to RUN_DEPENDS for rebuild the port with portupgrade -r lang/ocaml. PR: ports/90212 Submitted by: Denis Shaposhnikov Approved by: Stephane Legrand --- www/ocaml-net/Makefile | 5 +++-- www/ocaml-net/distinfo | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/www/ocaml-net/Makefile b/www/ocaml-net/Makefile index 34c660b0a1b9..968a7b93d43e 100644 --- a/www/ocaml-net/Makefile +++ b/www/ocaml-net/Makefile @@ -6,7 +6,7 @@ # PORTNAME= net -PORTVERSION= 1.1 +PORTVERSION= 1.1.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ocamlnet @@ -19,7 +19,8 @@ COMMENT= OCaml modules for Internet applications BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ ocamlfind:${PORTSDIR}/devel/ocaml-findlib \ ${LOCALBASE}/lib/ocaml/site-lib/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre -RUN_DEPENDS= ${LOCALBASE}/lib/ocaml/site-lib/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre +RUN_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ + ${LOCALBASE}/lib/ocaml/site-lib/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre .if !defined(WITHOUT_NETHTTPD) BUILD_DEPENDS+= ${LOCALBASE}/lib/ocaml/site-lib/equeue/equeue.a:${PORTSDIR}/devel/ocaml-equeue diff --git a/www/ocaml-net/distinfo b/www/ocaml-net/distinfo index 809c11d08e57..4cbdda8b3d7d 100644 --- a/www/ocaml-net/distinfo +++ b/www/ocaml-net/distinfo @@ -1,2 +1,3 @@ -MD5 (ocamlnet-1.1.tar.gz) = 2ec265aeea6a6470e7493ab047cef261 -SIZE (ocamlnet-1.1.tar.gz) = 813800 +MD5 (ocamlnet-1.1.1.tar.gz) = 4347d04ae16e69b61940f8679eeeef07 +SHA256 (ocamlnet-1.1.1.tar.gz) = ce9a88a2597e0ea5a3b164979e56bd3f8a02d3277fb8830e16be4b9d3b474be1 +SIZE (ocamlnet-1.1.1.tar.gz) = 793905 -- cgit v1.2.3