Date: Sun, 3 Mar 2013 09:48:43 -0500 From: Adam McDougall <mcdouga9@egr.msu.edu> To: Dirk Meyer <dinoex@FreeBSD.org> Cc: svn-ports-all@freebsd.org Subject: Re: svn commit: r312906 - head/security/openssl Message-ID: <20130303144843.GT12833@egr.msu.edu> In-Reply-To: <201302250607.r1P67A3i050432@svn.freebsd.org> References: <201302250607.r1P67A3i050432@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 25, 2013 at 06:07:10AM +0000, Dirk Meyer wrote: Author: dinoex Date: Mon Feb 25 06:07:10 2013 New Revision: 312906 URL: http://svnweb.freebsd.org/changeset/ports/312906 Log: - fix broken symlink in manpage Submitted by: Warren Block Modified: head/security/openssl/Makefile Modified: head/security/openssl/Makefile ============================================================================== --- head/security/openssl/Makefile Mon Feb 25 04:39:52 2013 (r312905) +++ head/security/openssl/Makefile Mon Feb 25 06:07:10 2013 (r312906) @@ -94,7 +94,7 @@ MAN3= ASN1_OBJECT_new.3 ASN1_STRING_leng EVP_PKEY_derive.3 EVP_PKEY_encrypt.3 EVP_PKEY_get_default_digest.3 \ EVP_PKEY_keygen.3 EVP_PKEY_new.3 EVP_PKEY_print_private.3 \ EVP_PKEY_set1_RSA.3 EVP_PKEY_sign.3 EVP_PKEY_verify.3 \ - EVP_PKEY_verify_recover.3 EVP_SealInit.3 EVP_SignInit.3 \ + EVP_PKEY_verifyrecover.3 EVP_SealInit.3 EVP_SignInit.3 \ EVP_VerifyInit.3 OBJ_nid2obj.3 OPENSSL_Applink.3 \ OPENSSL_VERSION_NUMBER.3 OPENSSL_config.3 OPENSSL_ia32cap.3 \ OPENSSL_load_builtin_modules.3 OpenSSL_add_all_algorithms.3 \ I don't think this fix will affect systems with it already installed and poudriere has not rebuilt the package for me either. Until then, I get an error every week from the weekly run emails. Does it need a PORTREVISION bump, or is there another change coming soon that will bump it? Thanks.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130303144843.GT12833>