diff options
author | markp <markp@FreeBSD.org> | 2001-10-20 18:17:13 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2001-10-20 18:17:13 +0800 |
commit | f7e373e1397f552ef6a3f0db601193ae0d657c70 (patch) | |
tree | 99949458905a41cf3c4d1c226546ac60af07832c | |
parent | c1d6c97bca5d38ac2c373ba439c967d6148bd68b (diff) | |
download | freebsd-ports-gnome-f7e373e1397f552ef6a3f0db601193ae0d657c70.tar.gz freebsd-ports-gnome-f7e373e1397f552ef6a3f0db601193ae0d657c70.tar.zst freebsd-ports-gnome-f7e373e1397f552ef6a3f0db601193ae0d657c70.zip |
Update to 0.3.
PR: 31308
Submitted by: Patrick Li <pat@databits.net>
-rw-r--r-- | security/stegdetect/Makefile | 6 | ||||
-rw-r--r-- | security/stegdetect/distinfo | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile index 83f851148223..ca4508dcd213 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -6,7 +6,7 @@ # PORTNAME= stegdetect -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= security MASTER_SITES= http://www.outguess.org/ @@ -17,4 +17,8 @@ GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= stegdetect.1 +pre-patch: + @${PERL} -pi -e 's@\$$\(JPEGLIB\)@\$$\(JPEGLIB\) \-lcrypto@' \ + ${WRKSRC}/Makefile.in + .include <bsd.port.mk> diff --git a/security/stegdetect/distinfo b/security/stegdetect/distinfo index 7d6382731ce0..233b66c65b40 100644 --- a/security/stegdetect/distinfo +++ b/security/stegdetect/distinfo @@ -1 +1 @@ -MD5 (stegdetect-0.2.tar.gz) = 4cc42e2868e0714a3f1b9c08decae34b +MD5 (stegdetect-0.3.tar.gz) = 1578fef08169dcd7b6ab23523655a923 |