Index: head/security/srp/Makefile =================================================================== --- head/security/srp/Makefile (revision 151714) +++ head/security/srp/Makefile (revision 151715) @@ -1,34 +1,34 @@ # New ports collection makefile for: srp # Date created: 07/25/2001 # Whom: nectar@FreeBSD.org # # $FreeBSD$ # 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 GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL="/usr/bin/install -C" CONFIGURE_ARGS= --with-openssl=/usr \ --with-zlib \ --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) @${MKDIR} ${DOCSDIR} cd ${WRKSRC}/docs && ${FIND} . | \ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} .endif .include Property changes on: head/security/srp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/security/srp/distinfo =================================================================== --- head/security/srp/distinfo (revision 151714) +++ head/security/srp/distinfo (revision 151715) @@ -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 Property changes on: head/security/srp/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property