Index: head/security/srp/Makefile =================================================================== --- head/security/srp/Makefile (revision 215401) +++ head/security/srp/Makefile (revision 215402) @@ -1,41 +1,40 @@ # New ports collection makefile for: srp # Date created: 07/25/2001 # Whom: nectar@FreeBSD.org # # $FreeBSD$ # PORTNAME= srp -PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTVERSION= 2.1.2 CATEGORIES= security net MASTER_SITES= http://srp.stanford.edu/source/ -MAINTAINER= laszlof@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Secure Remote Password protocol library, TELNET, and FTP CONFLICTS= krb4-[0-9]* krb5-[0-9]* heimdal-[0-9]* GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL="/usr/bin/install -C" CONFIGURE_ARGS= --with-openssl=/usr \ --with-zlib \ --enable-loginf .include post-patch: @${GREP} -slR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|malloc\.h|stdlib\.h|g' .if ${OSVERSION} >= 700042 @${REINPLACE_CMD} -e 's/^struct.*\*sgetspent.*(const.*//' ${WRKSRC}/base/lib/shadow_.h .endif 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.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/security/srp/distinfo =================================================================== --- head/security/srp/distinfo (revision 215401) +++ head/security/srp/distinfo (revision 215402) @@ -1,3 +1,3 @@ -MD5 (srp-2.1.1.tar.gz) = 23e843f3e35927fa8613edd7e4265c71 -SHA256 (srp-2.1.1.tar.gz) = 49d9242dc9f4c2c9c54078334dbff81a4850239d455953882bc79a0bf1a9cdaa -SIZE (srp-2.1.1.tar.gz) = 1451683 +MD5 (srp-2.1.2.tar.gz) = 39d150d2fcfcea1646c405172b748119 +SHA256 (srp-2.1.2.tar.gz) = 29f129de4aac4bb11fc4b56a14f2bc4e0c4d6774112eef350e740f04afae6555 +SIZE (srp-2.1.2.tar.gz) = 1453087 Property changes on: head/security/srp/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/security/srp/pkg-plist =================================================================== --- head/security/srp/pkg-plist (revision 215401) +++ head/security/srp/pkg-plist (revision 215402) @@ -1,43 +1,43 @@ bin/ftp bin/login bin/passwd bin/su bin/tconf bin/telnet include/cstr.h include/krypto.h include/srp.h include/srp_aux.h include/t_client.h include/t_pwd.h include/t_server.h include/t_sha.h lib/libkrypto.a lib/libsrp.a lib/pam_eps_auth.so lib/pam_eps_passwd.so sbin/eps_chkpwd sbin/ftpd sbin/telnetd %%PORTDOCS%%%%DOCSDIR%%/Acknowledgements %%PORTDOCS%%%%DOCSDIR%%/Copyrights %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/copyright.c %%PORTDOCS%%%%DOCSDIR%%/draft-altman-rfc2942bis-00.txt %%PORTDOCS%%%%DOCSDIR%%/draft-altman-rfc2944bis-01.txt %%PORTDOCS%%%%DOCSDIR%%/draft-altman-telnet-fwdx-02.txt -%%PORTDOCS%%%%DOCSDIR%%/draft-ietf-tls-srp-05.txt +%%PORTDOCS%%%%DOCSDIR%%/draft-ietf-tls-srp-13.txt %%PORTDOCS%%%%DOCSDIR%%/draft-ietf-tn3270e-telnet-tls-05.txt %%PORTDOCS%%%%DOCSDIR%%/rfc2941.txt %%PORTDOCS%%%%DOCSDIR%%/rfc2942.txt %%PORTDOCS%%%%DOCSDIR%%/rfc2944.txt %%PORTDOCS%%%%DOCSDIR%%/rfc2945.txt %%PORTDOCS%%%%DOCSDIR%%/rfc2946.txt %%PORTDOCS%%%%DOCSDIR%%/rfc2947.txt %%PORTDOCS%%%%DOCSDIR%%/rfc2948.txt %%PORTDOCS%%%%DOCSDIR%%/rfc2949.txt %%PORTDOCS%%%%DOCSDIR%%/rfc2950.txt %%PORTDOCS%%%%DOCSDIR%%/rfc2952.txt %%PORTDOCS%%%%DOCSDIR%%/rfc2953.txt %%PORTDOCS%%%%DOCSDIR%%/srp.ps %%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/security/srp/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property