diff options
author | leeym <leeym@FreeBSD.org> | 2006-06-30 02:53:12 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2006-06-30 02:53:12 +0000 |
commit | 95c4d2c64d6a805dc8c31c52506403f79c2b669f (patch) | |
tree | ed1b9b6ed02669acc9d41f8c3fb97870c658ca1c /net | |
parent | 786785e54820dbd0d271dfa177cc8efdbda8db6e (diff) | |
download | FreeBSD-ports-95c4d2c64d6a805dc8c31c52506403f79c2b669f.zip FreeBSD-ports-95c4d2c64d6a805dc8c31c52506403f79c2b669f.tar.gz |
- update dependencies for libevent-1.2
Diffstat (limited to 'net')
-rw-r--r-- | net/nylon/Makefile | 4 | ||||
-rw-r--r-- | net/openospfd-devel/Makefile | 2 | ||||
-rw-r--r-- | net/openospfd/Makefile | 2 | ||||
-rw-r--r-- | net/trickle/Makefile | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/net/nylon/Makefile b/net/nylon/Makefile index ecb6a30..b745a08 100644 --- a/net/nylon/Makefile +++ b/net/nylon/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://monkey.org/~marius/nylon/ MAINTAINER= ports@FreeBSD.org COMMENT= A Unix SOCKS 4 and 5 proxy server -LIB_DEPENDS= event-1.1a.1:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.2.1:${PORTSDIR}/devel/libevent USE_RC_SUBR= nylon.sh @@ -29,7 +29,7 @@ MAN1= nylon.1 PLIST_FILES= bin/nylon etc/nylon.conf.sample post-patch: - ${REINPLACE_CMD} -e 's/-levent/-levent-1.1a/' ${WRKSRC}/configure + ${REINPLACE_CMD} -e 's/-levent/-levent-1.2/' ${WRKSRC}/configure post-install: ${INSTALL_DATA} ${FILESDIR}/nylon.conf ${PREFIX}/etc/nylon.conf.sample diff --git a/net/openospfd-devel/Makefile b/net/openospfd-devel/Makefile index 69fd608..a2cfef3 100644 --- a/net/openospfd-devel/Makefile +++ b/net/openospfd-devel/Makefile @@ -19,7 +19,7 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tgz MAINTAINER= flz@FreeBSD.org COMMENT= Free implementation of the Open Shortest Path First Protocol -LIB_DEPENDS= event-1.1a.1:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.2.1:${PORTSDIR}/devel/libevent CONFLICTS= zebra-0* quagga-0* diff --git a/net/openospfd/Makefile b/net/openospfd/Makefile index 69fd608..a2cfef3 100644 --- a/net/openospfd/Makefile +++ b/net/openospfd/Makefile @@ -19,7 +19,7 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tgz MAINTAINER= flz@FreeBSD.org COMMENT= Free implementation of the Open Shortest Path First Protocol -LIB_DEPENDS= event-1.1a.1:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.2.1:${PORTSDIR}/devel/libevent CONFLICTS= zebra-0* quagga-0* diff --git a/net/trickle/Makefile b/net/trickle/Makefile index a349bf6..e7ba3b3 100644 --- a/net/trickle/Makefile +++ b/net/trickle/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://monkey.org/~marius/trickle/ MAINTAINER= mezz@FreeBSD.org COMMENT= Lightweight, portable bandwidth shaper -LIB_DEPENDS= event-1.1a.1:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.2.1:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |