git: f15fe3ba81d8 - main - ports-mgmt/portmaster: Fix an issue with flavored dependencies

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Fri, 08 Jul 2022 11:44:03 UTC
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f15fe3ba81d8235a209530b478507efd28fe29b4

commit f15fe3ba81d8235a209530b478507efd28fe29b4
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2022-07-08 11:38:43 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2022-07-08 11:38:43 +0000

    ports-mgmt/portmaster: Fix an issue with flavored dependencies
    
    Flavored run dependencies of an unflavored port could cause the
    installation of the port to fail after it had been successfully
    built.
    
    This issue should be fixed by this update, which executes a previously
    commented out function call to update the FLAVOR in the environment of
    the make command used to install the port.
    
    I do not remember why I had commented out that function call, a long
    time ago - but I do not expect it to cause any regressions, since the
    same FLAVOR is now set enforced during "make install" as had been used
    to build the port.
    
    PR:             265084
    Reported by:    alt2600 at icloud.com
---
 ports-mgmt/portmaster/Makefile | 2 +-
 ports-mgmt/portmaster/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile
index 94cd5a4ae549..877051c40e3f 100644
--- a/ports-mgmt/portmaster/Makefile
+++ b/ports-mgmt/portmaster/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	portmaster
-PORTVERSION=	3.21
+PORTVERSION=	3.22
 CATEGORIES=	ports-mgmt
 
 MAINTAINER=	se@FreeBSD.org
diff --git a/ports-mgmt/portmaster/distinfo b/ports-mgmt/portmaster/distinfo
index abf91de1887d..8f9803c99a76 100644
--- a/ports-mgmt/portmaster/distinfo
+++ b/ports-mgmt/portmaster/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1650741590
-SHA256 (freebsd-portmaster-3.21_GH0.tar.gz) = 9dbe262d40830ffc78316849669ce4d3550ef81b3ef75350e1897c3683d3b183
-SIZE (freebsd-portmaster-3.21_GH0.tar.gz) = 44506
+TIMESTAMP = 1657280049
+SHA256 (freebsd-portmaster-3.22_GH0.tar.gz) = c4573089190521368ce335225de205aedfb6e3d4edda5ef02d6f160afe4e65e2
+SIZE (freebsd-portmaster-3.22_GH0.tar.gz) = 44510