diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-07-31 09:10:43 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-07-31 09:10:43 +0000 |
commit | ef8dc8e8479ff694f5a98ca3f23bd294984ced14 (patch) | |
tree | 458c1ac06902216c9d800c7da7f1634f1d4daac5 /security/dropbear | |
parent | b79372ae34649283b41c4a96470175d47b2450c3 (diff) | |
download | ports-ef8dc8e8479ff694f5a98ca3f23bd294984ced14.tar.gz ports-ef8dc8e8479ff694f5a98ca3f23bd294984ced14.zip |
Notes
Diffstat (limited to 'security/dropbear')
-rw-r--r-- | security/dropbear/Makefile | 5 | ||||
-rw-r--r-- | security/dropbear/distinfo | 4 | ||||
-rw-r--r-- | security/dropbear/files/patch-includes.h | 11 |
3 files changed, 5 insertions, 15 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile index 72abd9e33287..6e910a872b0c 100644 --- a/security/dropbear/Makefile +++ b/security/dropbear/Makefile @@ -6,8 +6,7 @@ # PORTNAME= dropbear -PORTVERSION= 0.41 -PORTREVISION= 1 +PORTVERSION= 0.43 CATEGORIES= security ipv6 MASTER_SITES= http://matt.ucc.asn.au/dropbear/releases/ @@ -26,6 +25,8 @@ post-patch: @${REINPLACE_CMD} -e "s,_PRIV_FILENAME \"/etc/,_PRIV_FILENAME \"${PREFIX}/etc/,g; \ s,/usr/bin/X11/,${X11BASE}/,g" ${WRKSRC}/options.h @${REINPLACE_CMD} -e "s,sys/dir.h,dirent.h," ${WRKSRC}/*.[ch] + ${REINPLACE_CMD} -e "s,make clean,\$${MAKE} clean," \ + ${WRKSRC}/libtomcrypt/makefile @${SED} -e 's:__PREFIX__:${PREFIX}:g' \ ${FILESDIR}/dropbear.sh > ${WRKSRC}/dropbear.sh diff --git a/security/dropbear/distinfo b/security/dropbear/distinfo index 2985789f9503..a4567d047906 100644 --- a/security/dropbear/distinfo +++ b/security/dropbear/distinfo @@ -1,2 +1,2 @@ -MD5 (dropbear-0.41.tar.gz) = 3742362ca88ed2687d39a54a9c6648d3 -SIZE (dropbear-0.41.tar.gz) = 2842237 +MD5 (dropbear-0.43.tar.gz) = ed8a9143ba2164d224ccb75fafcc32b0 +SIZE (dropbear-0.43.tar.gz) = 1286621 diff --git a/security/dropbear/files/patch-includes.h b/security/dropbear/files/patch-includes.h deleted file mode 100644 index e456342b6503..000000000000 --- a/security/dropbear/files/patch-includes.h +++ /dev/null @@ -1,11 +0,0 @@ ---- includes.h.orig Tue Dec 16 11:02:22 2003 -+++ includes.h Tue Dec 16 11:02:43 2003 -@@ -38,7 +38,7 @@ - #include <sys/time.h> - #include <sys/un.h> - #include <sys/wait.h> --#include <sys/dir.h> -+#include <sys/dirent.h> - - #include <stdio.h> - #include <errno.h> |