diff options
author | mnag <mnag@FreeBSD.org> | 2006-12-05 21:29:01 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-12-05 21:29:01 +0800 |
commit | d2ae5cbf34e141c395c81da59f5d7f2d344ba265 (patch) | |
tree | 706b379e9c8d05fca20579d2421ef4fd1968a805 /security | |
parent | 6db75a1abd3c3c7ed90108a4c513b80af4002b35 (diff) | |
download | freebsd-ports-gnome-d2ae5cbf34e141c395c81da59f5d7f2d344ba265.tar.gz freebsd-ports-gnome-d2ae5cbf34e141c395c81da59f5d7f2d344ba265.tar.zst freebsd-ports-gnome-d2ae5cbf34e141c395c81da59f5d7f2d344ba265.zip |
- Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libevent
- Fix many wrong BUILD_DEPENDS. Thanks to ldd(1)
Diffstat (limited to 'security')
-rw-r--r-- | security/fragroute/Makefile | 4 | ||||
-rw-r--r-- | security/scanssh/Makefile | 4 | ||||
-rw-r--r-- | security/stegdetect/Makefile | 3 | ||||
-rw-r--r-- | security/tor-devel/Makefile | 3 | ||||
-rw-r--r-- | security/tor/Makefile | 3 |
5 files changed, 10 insertions, 7 deletions
diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile index ce110eb1b3bb..c39da8addec7 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -7,7 +7,7 @@ PORTNAME= fragroute PORTVERSION= 1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security net MASTER_SITES= http://monkey.org/~dugsong/fragroute/ \ ${MASTER_SITE_PACKETSTORM} @@ -17,7 +17,7 @@ MAINTAINER= onatan@gmail.com COMMENT= A tool for intercepting, modifying and rewriting egress traffic LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet \ - event-1:${PORTSDIR}/devel/libevent + event-1.2a:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libdnet=${LOCALBASE} \ diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile index 24c6b085bba1..fd5533f44dd5 100644 --- a/security/scanssh/Makefile +++ b/security/scanssh/Makefile @@ -7,7 +7,7 @@ PORTNAME= scanssh PORTVERSION= 2.1 -PORTREVISION= 2 +PORTREVISION= 3 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:${PORTSDIR}/devel/libevent + event-1.2a:${PORTSDIR}/devel/libevent GNU_CONFIGURE= YES PLIST_FILES= bin/scanssh diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile index d961d34971f5..f1b08e8c747b 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -7,6 +7,7 @@ PORTNAME= stegdetect PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.outguess.org/ \ http://distfiles.master.finkmirrors.net/ @@ -15,7 +16,7 @@ MAINTAINER= rainer.alves@gmail.com COMMENT= Automated tool for detecting steganographic content in JPEGs .if !defined(WITHOUT_X11) -BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent .endif # Note: stegdetect includes a modified version of jpeg-6b linked statically diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index fbe2cd8a10d3..c530f6d6d33f 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= tor PORTVERSION= 0.1.2.3 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://tor.eff.org/dist/ \ http://mirror.onionland.org/dist/ @@ -17,7 +18,7 @@ MAINTAINER= peter.thoenen@yahoo.com COMMENT= An anonymizing overlay network for TCP RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks -LIB_DEPENDS= event-1.2:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes USE_OPENSSL= yes diff --git a/security/tor/Makefile b/security/tor/Makefile index 642a2fd7291a..a09b1e8166f9 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -7,6 +7,7 @@ PORTNAME= tor PORTVERSION= 0.1.1.25 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://tor.eff.org/dist/ \ http://mirror.onionland.org/dist/ @@ -15,7 +16,7 @@ MAINTAINER= peter.thoenen@yahoo.com COMMENT= An anonymizing overlay network for TCP RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks -LIB_DEPENDS= event-1.2:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes USE_OPENSSL= yes |