diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-09-21 20:21:30 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-09-21 20:21:30 +0000 |
commit | 5a1d1148e1bf522e5cec350ddbb7241017615b23 (patch) | |
tree | c0c7a07736914867ed86b175a6df18598e35d03f /net/nylon | |
parent | b70fcd10eb3b1db807baac1c511236218a2f249b (diff) |
- Change libevent lib and bump PORTREVISION since devel/libevent are updated.
Notes
Notes:
svn path=/head/; revision=199865
Diffstat (limited to 'net/nylon')
-rw-r--r-- | net/nylon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nylon/Makefile b/net/nylon/Makefile index abadbbe06c04..0f92d52d2e65 100644 --- a/net/nylon/Makefile +++ b/net/nylon/Makefile @@ -8,14 +8,14 @@ PORTNAME= nylon PORTVERSION= 1.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://monkey.org/~marius/nylon/ MAINTAINER= ports@FreeBSD.org COMMENT= A Unix SOCKS 4 and 5 proxy server -LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent USE_RC_SUBR= nylon.sh |