diff options
author | mnag <mnag@FreeBSD.org> | 2007-09-22 04:21:30 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2007-09-22 04:21:30 +0800 |
commit | 551221bdb2c5639687740299767369580fbec455 (patch) | |
tree | 564aa4a91cdee2c78defe10aef42c7137091c464 /devel | |
parent | 1d260cb923f762faf48b805f89e33e6896af76c8 (diff) | |
download | freebsd-ports-gnome-551221bdb2c5639687740299767369580fbec455.tar.gz freebsd-ports-gnome-551221bdb2c5639687740299767369580fbec455.tar.zst freebsd-ports-gnome-551221bdb2c5639687740299767369580fbec455.zip |
- Change libevent lib and bump PORTREVISION since devel/libevent are updated.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/eventxx/Makefile | 3 | ||||
-rw-r--r-- | devel/libdnsres/Makefile | 2 | ||||
-rw-r--r-- | devel/ocaml-event/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Event-Lib/Makefile | 4 | ||||
-rw-r--r-- | devel/py-event/Makefile | 4 |
5 files changed, 9 insertions, 8 deletions
diff --git a/devel/eventxx/Makefile b/devel/eventxx/Makefile index b96528bc1cd1..ef42fd5652e2 100644 --- a/devel/eventxx/Makefile +++ b/devel/eventxx/Makefile @@ -8,13 +8,14 @@ PORTNAME= eventxx PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.llucax.com.ar/~luca/eventxx/releases/ MAINTAINER= ijliao@FreeBSD.org COMMENT= A C++ wrapper for libevent -LIB_DEPENDS= event-1.3b.1:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent NO_BUILD= yes diff --git a/devel/libdnsres/Makefile b/devel/libdnsres/Makefile index 56f53151501e..d00ab5602d48 100644 --- a/devel/libdnsres/Makefile +++ b/devel/libdnsres/Makefile @@ -7,7 +7,7 @@ PORTNAME= libdnsres PORTVERSION= 0.1a -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://monkey.org/~provos/ diff --git a/devel/ocaml-event/Makefile b/devel/ocaml-event/Makefile index 6f319ae7de5f..4a5d1daa9f4d 100644 --- a/devel/ocaml-event/Makefile +++ b/devel/ocaml-event/Makefile @@ -7,7 +7,7 @@ PORTNAME= event PORTVERSION= 0.5.0 -PORTREVISION= 4 +PORTREVISION= 5 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.3b:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3d:${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 cfabc8c83a68..a7bf28017f6a 100644 --- a/devel/p5-Event-Lib/Makefile +++ b/devel/p5-Event-Lib/Makefile @@ -7,7 +7,7 @@ PORTNAME= Event-Lib PORTVERSION= 1.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Event @@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= fk@fabiankeil.de COMMENT= Makes libevent(3) accessible with Perl -LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent PERL_CONFIGURE= yes diff --git a/devel/py-event/Makefile b/devel/py-event/Makefile index 5085bfca2b35..f02e20fa571e 100644 --- a/devel/py-event/Makefile +++ b/devel/py-event/Makefile @@ -6,7 +6,7 @@ PORTNAME= event PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel net python MASTER_SITES= http://pyevent.googlecode.com/files/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= alexbl@FreeBSD.org COMMENT= Python bindings for libevent -LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent USE_PYTHON= yes USE_PYDISTUTILS= yes |