aboutsummaryrefslogtreecommitdiff
path: root/security/dropbear
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2007-08-14 13:52:32 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2007-08-14 13:52:32 +0000
commitf5d8fad0b15957910afcc1f96f12c93923fcde2e (patch)
tree0fc90ce2d117277f8f0f31c705d4417561fbcf79 /security/dropbear
parent07d506189059812e0f3810430c37a26f07d020e1 (diff)
downloadports-f5d8fad0b15957910afcc1f96f12c93923fcde2e.tar.gz
ports-f5d8fad0b15957910afcc1f96f12c93923fcde2e.zip
- Update security/dropbear to 0.50.
-Drop deprecated WANT_* knob. PR: ports/115475 Submitted by: Alex Kozlov (maintainer)
Notes
Notes: svn path=/head/; revision=197667
Diffstat (limited to 'security/dropbear')
-rw-r--r--security/dropbear/Makefile11
-rw-r--r--security/dropbear/distinfo6
2 files changed, 6 insertions, 11 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile
index 1da7c12ddf5a..a5085d415ce0 100644
--- a/security/dropbear/Makefile
+++ b/security/dropbear/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= dropbear
-PORTVERSION= 0.49
-PORTREVISION= 1
+PORTVERSION= 0.50
CATEGORIES= security ipv6
MASTER_SITES= http://matt.ucc.asn.au/dropbear/releases/
@@ -17,13 +16,13 @@ COMMENT= An SSH 2 server, designed to be usable in small memory environments
GNU_CONFIGURE= YES
USE_GMAKE= YES
-OPTIONS= STATIC "Build statically" off
+OPTIONS= STATIC "Build statically" off
USE_RC_SUBR= ${PORTNAME}
.include <bsd.port.pre.mk>
-.if defined(WANT_STATIC) || defined(WITH_STATIC)
+.if defined(WITH_STATIC)
CONFIGURE_ENV= LDFLAGS=-static
.endif
@@ -37,9 +36,5 @@ post-patch:
post-install:
@${MKDIR} ${PREFIX}/etc/dropbear
@${ECHO_MSG} ""
-.if defined(WANT_STATIC)
- @${ECHO_MSG} " WARNING: deprecated option WANT_STATIC used, use 'make config' instead"
- @${ECHO_MSG} ""
-.endif
.include <bsd.port.post.mk>
diff --git a/security/dropbear/distinfo b/security/dropbear/distinfo
index 3d909f8d1ad6..a66d3fceddc0 100644
--- a/security/dropbear/distinfo
+++ b/security/dropbear/distinfo
@@ -1,3 +1,3 @@
-MD5 (dropbear-0.49.tar.gz) = 7b20c85f1ee34f018a1b948eae003df9
-SHA256 (dropbear-0.49.tar.gz) = 152f87b4fbfe3976c0409fb9e0812af17c9aa0907b04549604110c05248f810f
-SIZE (dropbear-0.49.tar.gz) = 1764444
+MD5 (dropbear-0.50.tar.gz) = 5c0f7405b915799c3d952d3a93a5df69
+SHA256 (dropbear-0.50.tar.gz) = 39999c5bfb663404f6450da66d98d69193a5d0ab496d2d47cc53cd0202c4051c
+SIZE (dropbear-0.50.tar.gz) = 1790358