svn commit: r477164 - head/security/openssl

Sunpoet Hsieh sunpoet at sunpoet.net
Tue Aug 14 15:30:53 UTC 2018


On Tue, Aug 14, 2018 at 11:12 PM Jochen Neumeister <joneum at freebsd.org>
wrote:

> Author: joneum
> Date: Tue Aug 14 15:12:32 2018
> New Revision: 477164
> URL: https://svnweb.freebsd.org/changeset/ports/477164
>
> Log:
>   Fix PORTREVISION


IMHO, the real fix is to remove it rather than set it to 1.
PORTREVISION is not needed as the previous commit (r477161) is to fix the
build with PADLOCK enabled.
The default package (PADLOCK disabled) is not affected.
The package with PADLOCK enabled is not available before r477161. It will
fail while fetching the patch files.


>
> Modified:
>   head/security/openssl/Makefile
>
> Modified: head/security/openssl/Makefile
>
> ==============================================================================
> --- head/security/openssl/Makefile      Tue Aug 14 15:09:36 2018
> (r477163)
> +++ head/security/openssl/Makefile      Tue Aug 14 15:12:32 2018
> (r477164)
> @@ -3,7 +3,7 @@
>
>  PORTNAME=      openssl
>  PORTVERSION=   1.0.2p
> -PORTREVISION=
> +PORTREVISION=  1
>  PORTEPOCH=     1
>  CATEGORIES=    security devel
>  MASTER_SITES=  http://www.openssl.org/source/ \
>
>
>


More information about the svn-ports-all mailing list