aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-event
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2007-04-06 18:28:46 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2007-04-06 18:28:46 +0000
commitbdbb9d66b8bb189cb330b59cda44b11b727480f7 (patch)
tree4a254261a09aefa663904500a64eb543a8616175 /devel/ocaml-event
parent83283fa6fe55a1b36517a748bf31bb1e8ba05a0d (diff)
downloadports-bdbb9d66b8bb189cb330b59cda44b11b727480f7.tar.gz
ports-bdbb9d66b8bb189cb330b59cda44b11b727480f7.zip
- Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update.
Notes
Notes: svn path=/head/; revision=189394
Diffstat (limited to 'devel/ocaml-event')
-rw-r--r--devel/ocaml-event/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ocaml-event/Makefile b/devel/ocaml-event/Makefile
index bcf205297602..9712716f2773 100644
--- a/devel/ocaml-event/Makefile
+++ b/devel/ocaml-event/Makefile
@@ -7,7 +7,7 @@
PORTNAME= event
PORTVERSION= 0.5.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://www.xs4all.nl/~mmzeeman/ocaml/
PKGNAMEPREFIX= ocaml-
@@ -17,7 +17,7 @@ MAINTAINER= lioux@FreeBSD.org
COMMENT= An ocaml wrapper for the libevent API
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
-LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent
ALL_TARGET= all allopt
USE_GMAKE= yes