diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-05-05 06:52:58 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-05-05 06:52:58 +0000 |
commit | 19829718f03bd5534d98327375f5add2f456a9d0 (patch) | |
tree | 24b65d43d4a0c32cc03ff68dff5eaf15e2f8976c | |
parent | - Update to 1.4.080217 (diff) |
- Update to 0.51
- Use @dirrmtry
PR: ports/123355
Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua> (maintainer)
-rw-r--r-- | security/dropbear/Makefile | 2 | ||||
-rw-r--r-- | security/dropbear/distinfo | 6 | ||||
-rw-r--r-- | security/dropbear/pkg-plist | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile index a8a6d3a52393..dfb00ecd4736 100644 --- a/security/dropbear/Makefile +++ b/security/dropbear/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dropbear -PORTVERSION= 0.50 +PORTVERSION= 0.51 CATEGORIES= security ipv6 MASTER_SITES= http://matt.ucc.asn.au/dropbear/releases/ diff --git a/security/dropbear/distinfo b/security/dropbear/distinfo index a66d3fceddc0..5868bc58f2e3 100644 --- a/security/dropbear/distinfo +++ b/security/dropbear/distinfo @@ -1,3 +1,3 @@ -MD5 (dropbear-0.50.tar.gz) = 5c0f7405b915799c3d952d3a93a5df69 -SHA256 (dropbear-0.50.tar.gz) = 39999c5bfb663404f6450da66d98d69193a5d0ab496d2d47cc53cd0202c4051c -SIZE (dropbear-0.50.tar.gz) = 1790358 +MD5 (dropbear-0.51.tar.gz) = 1045df60c2bdbd39c707238305a1e9e5 +SHA256 (dropbear-0.51.tar.gz) = 9e81261c39f51812d43c8eb23af64224f5182fe44acb3b5e4bbbef2738a7f29e +SIZE (dropbear-0.51.tar.gz) = 1777963 diff --git a/security/dropbear/pkg-plist b/security/dropbear/pkg-plist index d0f11bb560fe..3e3a2088830c 100644 --- a/security/dropbear/pkg-plist +++ b/security/dropbear/pkg-plist @@ -2,4 +2,4 @@ bin/dbclient bin/dropbearkey bin/dropbearconvert sbin/dropbear -@unexec rmdir %D/etc/dropbear 2>/dev/null || echo "===> You can safely remove %D/etc/dropbear directory, if you don't want to use dropbear anymore." +@dirrmtry etc/dropbear |