aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-event
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2008-01-02 23:43:03 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2008-01-02 23:43:03 +0000
commit5265c7a7989d783a5dbb5702c8d38f65b5e445b4 (patch)
tree8631e411d49297f4cf6dbca9150c3e0ac079219a /devel/ocaml-event
parentd259acf7f19d38f367e914afbbed0606e094d468 (diff)
downloadports-5265c7a7989d783a5dbb5702c8d38f65b5e445b4.tar.gz
ports-5265c7a7989d783a5dbb5702c8d38f65b5e445b4.zip
- Bump PORTREVISION since devel/libevent are updated.
Notes
Notes: svn path=/head/; revision=204872
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 4a5d1daa9f4d..f3a304b7c4f5 100644
--- a/devel/ocaml-event/Makefile
+++ b/devel/ocaml-event/Makefile
@@ -7,7 +7,7 @@
PORTNAME= event
PORTVERSION= 0.5.0
-PORTREVISION= 5
+PORTREVISION= 6
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.3d:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
ALL_TARGET= all allopt
USE_GMAKE= yes