aboutsummaryrefslogtreecommitdiff
path: root/security/srp
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2005-12-21 06:21:49 +0000
committerAndrej Zverev <az@FreeBSD.org>2005-12-21 06:21:49 +0000
commit7c909c4b5b658f738a6b0f74143cd39b135c8b81 (patch)
treed10dcf78ffb6d16e0913bae241bae91115647659 /security/srp
parent564ab09259f94c851c877d4d79f859912cd4b1db (diff)
downloadports-7c909c4b5b658f738a6b0f74143cd39b135c8b81.tar.gz
ports-7c909c4b5b658f738a6b0f74143cd39b135c8b81.zip
- Update to version 2.1.1
- Pass maintainership to submitter PR: ports/90724 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
Notes
Notes: svn path=/head/; revision=151715
Diffstat (limited to 'security/srp')
-rw-r--r--security/srp/Makefile8
-rw-r--r--security/srp/distinfo6
2 files changed, 7 insertions, 7 deletions
diff --git a/security/srp/Makefile b/security/srp/Makefile
index b37531b47a6d..fe1628d13724 100644
--- a/security/srp/Makefile
+++ b/security/srp/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= srp
-PORTVERSION= 2.0.0
+PORTVERSION= 2.1.1
CATEGORIES= security net
MASTER_SITES= http://srp.stanford.edu/source/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= laszlof@vonostingroup.com
COMMENT= Secure Remote Password protocol library, TELNET, and FTP
USE_REINPLACE= yes
@@ -21,8 +21,8 @@ CONFIGURE_ARGS= --with-openssl=/usr \
--enable-loginf
post-patch:
- @${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
- 's|malloc\.h|stdlib.h|g'
+ @${GREP} -slR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|malloc\.h|stdlib\.h|g'
post-install:
.if !defined(NOPORTDOCS)
diff --git a/security/srp/distinfo b/security/srp/distinfo
index 3ccc50790c15..af78aaf011c2 100644
--- a/security/srp/distinfo
+++ b/security/srp/distinfo
@@ -1,3 +1,3 @@
-MD5 (srp-2.0.0.tar.gz) = d8f6d0bbb8e2214580d2ab25b53529fe
-SHA256 (srp-2.0.0.tar.gz) = a3c72ab642f236d622eeaa55909b909883648eacfeff91820168bd9fd6e676db
-SIZE (srp-2.0.0.tar.gz) = 1448813
+MD5 (srp-2.1.1.tar.gz) = 23e843f3e35927fa8613edd7e4265c71
+SHA256 (srp-2.1.1.tar.gz) = 49d9242dc9f4c2c9c54078334dbff81a4850239d455953882bc79a0bf1a9cdaa
+SIZE (srp-2.1.1.tar.gz) = 1451683