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 /security/scanssh | |
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 'security/scanssh')
-rw-r--r-- | security/scanssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile index 5b77544bbd95..48e532cb90b0 100644 --- a/security/scanssh/Makefile +++ b/security/scanssh/Makefile @@ -7,7 +7,7 @@ PORTNAME= scanssh PORTVERSION= 2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security net MASTER_SITES= http://www.monkey.org/~provos/ @@ -15,7 +15,7 @@ MAINTAINER= kris@FreeBSD.org COMMENT= Scans networks for open proxies, SSH, Web and SMTP servers LIB_DEPENDS= dnet:${PORTSDIR}/net/libdnet \ - event-1.3b:${PORTSDIR}/devel/libevent + event-1.3d:${PORTSDIR}/devel/libevent GNU_CONFIGURE= YES PLIST_FILES= bin/scanssh |