diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-07 07:45:07 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-07 07:45:07 +0000 |
commit | 8cb3fe9c6c42ba2313fc76f882f0357fa7725565 (patch) | |
tree | af1065cad7044abb5f276c8a5cc23a40c615c787 /www/ocaml-net | |
parent | fa9ffd85cde4340b792387b539c86e3d4381b352 (diff) | |
download | ports-8cb3fe9c6c42ba2313fc76f882f0357fa7725565.tar.gz ports-8cb3fe9c6c42ba2313fc76f882f0357fa7725565.zip |
Notes
Diffstat (limited to 'www/ocaml-net')
-rw-r--r-- | www/ocaml-net/Makefile | 5 | ||||
-rw-r--r-- | 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 |