Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2023 11:20:42 GMT
From:      =?utf-8?Q?Stefan=20E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8e53bb8846f3 - main - ports-mgmt/portmaster: update to version 3.25
Message-ID:  <202305281120.34SBKg1f095615@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by se:

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

commit 8e53bb8846f369d2b79794a4ef07fe8e35ccc88e
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2023-05-28 11:14:43 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2023-05-28 11:20:25 +0000

    ports-mgmt/portmaster: update to version 3.25
    
    The previous update attempted to fix the deletion of stale distfiles
    that have names with blank characters or shell glob characters.
    It introduced a regression that affected the deletion of some files,
    and it has been found to be incomplete.
    
    Testing revealed that the stale distfile check could start before the
    full list of relevant distfiles had been read in the background. This
    could have lead to distfiles being removed that are still relevant for
    other ports.
    
    This update should contain fixes for all these issues.
    
    Reported by:    Dan Allen <danallen46@gmail.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 b4f1e6f18017..64c23258564f 100644
--- a/ports-mgmt/portmaster/Makefile
+++ b/ports-mgmt/portmaster/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	portmaster
-PORTVERSION=	3.24
+PORTVERSION=	3.25
 CATEGORIES=	ports-mgmt
 
 MAINTAINER=	se@FreeBSD.org
diff --git a/ports-mgmt/portmaster/distinfo b/ports-mgmt/portmaster/distinfo
index 38933d98a367..7544afc4208a 100644
--- a/ports-mgmt/portmaster/distinfo
+++ b/ports-mgmt/portmaster/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1685105594
-SHA256 (freebsd-portmaster-3.24_GH0.tar.gz) = 99af23bcc5c3d2543bfb0d569d4d8f652cb2d34957a16d908f1379c0fd684251
-SIZE (freebsd-portmaster-3.24_GH0.tar.gz) = 44506
+TIMESTAMP = 1685272457
+SHA256 (freebsd-portmaster-3.25_GH0.tar.gz) = fb08c29a500e22a4c52abcc40920ab53ab8b3f5054b24676a00414d972e0ff7c
+SIZE (freebsd-portmaster-3.25_GH0.tar.gz) = 44635



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305281120.34SBKg1f095615>