aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2023-09-22 17:55:43 +0000
committerStefan Eßer <se@FreeBSD.org>2023-09-22 17:58:38 +0000
commita7ed2d6d98970d9415bd5eafbfa7addf3f25277c (patch)
tree4206b6a262ef7a07580c0aaf7851b9d8d621b9da
parent10c11a8f95eb0348f4e365b7ded46e82ce8c9681 (diff)
downloadports-a7ed2d6d98970d9415bd5eafbfa7addf3f25277c.tar.gz
ports-a7ed2d6d98970d9415bd5eafbfa7addf3f25277c.zip
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)
-rw-r--r--ports-mgmt/portmaster/Makefile2
-rw-r--r--ports-mgmt/portmaster/distinfo6
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