aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2007-04-07 02:28:46 +0800
committermnag <mnag@FreeBSD.org>2007-04-07 02:28:46 +0800
commitd7b3f13a8a349f53b07c853a397cd54d2db8d644 (patch)
tree617ae2c775c90461d9e61e7304de924532dc2428 /devel
parentd1e50e932a0bc9392088d15ff46f0a9603f3a37d (diff)
downloadfreebsd-ports-gnome-d7b3f13a8a349f53b07c853a397cd54d2db8d644.tar.gz
freebsd-ports-gnome-d7b3f13a8a349f53b07c853a397cd54d2db8d644.tar.zst
freebsd-ports-gnome-d7b3f13a8a349f53b07c853a397cd54d2db8d644.zip
- Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update.
Diffstat (limited to 'devel')
-rw-r--r--devel/ocaml-event/Makefile4
-rw-r--r--devel/p5-Event-Lib/Makefile3
-rw-r--r--devel/py-event/Makefile3
3 files changed, 6 insertions, 4 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
diff --git a/devel/p5-Event-Lib/Makefile b/devel/p5-Event-Lib/Makefile
index 34b6728b1656..adff4fb4ee92 100644
--- a/devel/p5-Event-Lib/Makefile
+++ b/devel/p5-Event-Lib/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Event-Lib
PORTVERSION= 1.01
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Event
@@ -15,7 +16,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= fk@fabiankeil.de
COMMENT= Makes libevent(3) accessible with Perl
-LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent
PERL_CONFIGURE= yes
diff --git a/devel/py-event/Makefile b/devel/py-event/Makefile
index d5a79c0acc28..5085bfca2b35 100644
--- a/devel/py-event/Makefile
+++ b/devel/py-event/Makefile
@@ -6,6 +6,7 @@
PORTNAME= event
PORTVERSION= 0.3
+PORTREVISION= 1
CATEGORIES= devel net python
MASTER_SITES= http://pyevent.googlecode.com/files/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= alexbl@FreeBSD.org
COMMENT= Python bindings for libevent
-LIB_DEPENDS= event-1.2a.1:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent
USE_PYTHON= yes
USE_PYDISTUTILS= yes