git: a7ed2d6d9897 - main - ports-mgmt/portmaster: Fix issue when updating from packages only
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Sep 2023 18:02:39 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=a7ed2d6d98970d9415bd5eafbfa7addf3f25277c commit a7ed2d6d98970d9415bd5eafbfa7addf3f25277c Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2023-09-22 17:55:43 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2023-09-22 17:58:38 +0000 ports-mgmt/portmaster: Fix issue when updating from packages only When using the -P or --package option to portmaster and all updates can be performed without building at least one port, the $DI_FILES variable may be unset. In this situation portmaster stops after the installation of each port. Entering a CR makes it continue. This was reported by Vlad Markov with a suggested fix that has been applied (with a white-space change). PR: 273660 Reported by: dvoich@aim.com (Vlad Markov) --- 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 4e2f34c5c41b..c673a4c55bae 100644 --- a/ports-mgmt/portmaster/Makefile +++ b/ports-mgmt/portmaster/Makefile @@ -1,5 +1,5 @@ PORTNAME= portmaster -PORTVERSION= 3.26 +PORTVERSION= 3.27 CATEGORIES= ports-mgmt MAINTAINER= se@FreeBSD.org diff --git a/ports-mgmt/portmaster/distinfo b/ports-mgmt/portmaster/distinfo index 37ea805367d2..1ececd18049a 100644 --- a/ports-mgmt/portmaster/distinfo +++ b/ports-mgmt/portmaster/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685436524 -SHA256 (freebsd-portmaster-3.26_GH0.tar.gz) = ec6e0ff163956500429dec61b62424e85c9703ad436a918b84560b9833e9e3ed -SIZE (freebsd-portmaster-3.26_GH0.tar.gz) = 44686 +TIMESTAMP = 1695405213 +SHA256 (freebsd-portmaster-3.27_GH0.tar.gz) = 914b54d939492aedb3da808e287eed6595fc9146810fcdf1923cab09c07c6362 +SIZE (freebsd-portmaster-3.27_GH0.tar.gz) = 44697