aboutsummaryrefslogtreecommitdiff
path: root/net/spserver
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2007-09-21 20:21:30 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2007-09-21 20:21:30 +0000
commit5a1d1148e1bf522e5cec350ddbb7241017615b23 (patch)
treec0c7a07736914867ed86b175a6df18598e35d03f /net/spserver
parentb70fcd10eb3b1db807baac1c511236218a2f249b (diff)
downloadports-5a1d1148e1bf522e5cec350ddbb7241017615b23.tar.gz
ports-5a1d1148e1bf522e5cec350ddbb7241017615b23.zip
- Change libevent lib and bump PORTREVISION since devel/libevent are updated.
Notes
Notes: svn path=/head/; revision=199865
Diffstat (limited to 'net/spserver')
-rw-r--r--net/spserver/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/spserver/Makefile b/net/spserver/Makefile
index f31ff2db82b1..e6939e137c05 100644
--- a/net/spserver/Makefile
+++ b/net/spserver/Makefile
@@ -7,6 +7,7 @@
PORTNAME= spserver
PORTVERSION= 0.8
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://spserver.googlecode.com/files/
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
@@ -14,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src
MAINTAINER= vanilla@FreeBSD.org
COMMENT= A TCP server framework library written in C++ based on libevent
-LIB_DEPENDS= event-1.3b.1:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_LDCONFIG= yes