aboutsummaryrefslogtreecommitdiffstats
path: root/security/stegdetect
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2007-04-07 02:28:46 +0800
committermnag <mnag@FreeBSD.org>2007-04-07 02:28:46 +0800
commitd7b3f13a8a349f53b07c853a397cd54d2db8d644 (patch)
tree617ae2c775c90461d9e61e7304de924532dc2428 /security/stegdetect
parentd1e50e932a0bc9392088d15ff46f0a9603f3a37d (diff)
downloadfreebsd-ports-gnome-d7b3f13a8a349f53b07c853a397cd54d2db8d644.tar.gz
freebsd-ports-gnome-d7b3f13a8a349f53b07c853a397cd54d2db8d644.tar.zst
freebsd-ports-gnome-d7b3f13a8a349f53b07c853a397cd54d2db8d644.zip
- Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update.
Diffstat (limited to 'security/stegdetect')
-rw-r--r--security/stegdetect/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile
index f1b08e8c747b..099a290d898f 100644
--- a/security/stegdetect/Makefile
+++ b/security/stegdetect/Makefile
@@ -7,7 +7,7 @@
PORTNAME= stegdetect
PORTVERSION= 0.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.outguess.org/ \
http://distfiles.master.finkmirrors.net/
@@ -16,7 +16,7 @@ MAINTAINER= rainer.alves@gmail.com
COMMENT= Automated tool for detecting steganographic content in JPEGs
.if !defined(WITHOUT_X11)
-LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent
.endif
# Note: stegdetect includes a modified version of jpeg-6b linked statically