Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2020 22:57:28 +0100
From:      Torsten Zuehlsdorff <freebsd@toco-domains.de>
To:        Pietro Cerutti <gahr@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r556964 - in head: lang/php74 security/php74-openssl/files
Message-ID:  <8c181c62-1313-40e3-2f66-5e89eef2988f@toco-domains.de>
In-Reply-To: <202012041022.0B4AMAg6060032@repo.freebsd.org>
References:  <202012041022.0B4AMAg6060032@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 04.12.20 11:22, Pietro Cerutti wrote:
> Author: gahr
> Date: Fri Dec  4 10:22:09 2020
> New Revision: 556964
> URL: https://svnweb.freebsd.org/changeset/ports/556964
> 
> Log:
>   lang/php74, security/php74-openssl: fix build with LibreSSL
>   
>   Upstream: https://bugs.php.net/bug.php?id=80368
>   https://github.com/php/php-src/commit/ecee3f1209a7c0ac9f99c7f640b2f5df56656e58
> 
> Added:
>   head/security/php74-openssl/files/
>   head/security/php74-openssl/files/patch-openssl.c   (contents, props changed)
> Modified:
>   head/lang/php74/Makefile
> 
> Modified: head/lang/php74/Makefile
> ==============================================================================
> --- head/lang/php74/Makefile	Fri Dec  4 10:20:44 2020	(r556963)
> +++ head/lang/php74/Makefile	Fri Dec  4 10:22:09 2020	(r556964)
> @@ -2,7 +2,7 @@
>  
>  PORTNAME=	php74
>  DISTVERSION=	7.4.13
> -PORTREVISION?=	1
> +PORTREVISION?=	2

First: thank you for taking care of this so fast Pietro!

For the next time: please increase the PORTREVISION of
security/php74-openssl only. You only need to add PORTREVISON=1 at the
beginning of the Makefile. This way you avoid that users need to
recompile *all* PHP modules.

Thank you  gain,
Torsten



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8c181c62-1313-40e3-2f66-5e89eef2988f>