diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-06-30 02:53:12 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-06-30 02:53:12 +0000 |
commit | f16517a4838ffbe7105052632ff22ee50e640c46 (patch) | |
tree | 0db936d7306c846434946b6f400497c0a972c021 /net | |
parent | 1baaaa4f314839fc2e6a0cdb4f943a278c9b56b9 (diff) | |
download | ports-f16517a4838ffbe7105052632ff22ee50e640c46.tar.gz ports-f16517a4838ffbe7105052632ff22ee50e640c46.zip |
Notes
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 ecb6a309af17..b745a08f25ad 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 69fd608943e5..a2cfef3b83c6 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 69fd608943e5..a2cfef3b83c6 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 a349bf6d16f6..e7ba3b3d70c2 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 |