diff options
author | Andrej Zverev <az@FreeBSD.org> | 2005-12-21 06:21:49 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2005-12-21 06:21:49 +0000 |
commit | 7c909c4b5b658f738a6b0f74143cd39b135c8b81 (patch) | |
tree | d10dcf78ffb6d16e0913bae241bae91115647659 /security/srp | |
parent | 564ab09259f94c851c877d4d79f859912cd4b1db (diff) | |
download | ports-7c909c4b5b658f738a6b0f74143cd39b135c8b81.tar.gz ports-7c909c4b5b658f738a6b0f74143cd39b135c8b81.zip |
Notes
Diffstat (limited to 'security/srp')
-rw-r--r-- | security/srp/Makefile | 8 | ||||
-rw-r--r-- | security/srp/distinfo | 6 |
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 |