git: 98b39a93abb7 - main - ports-mgmt/portmaster: Make --clean-packages consider port flavors
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 May 2023 08:52:34 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=98b39a93abb7a30809a3d9b42ae0f880fe921dad commit 98b39a93abb7a30809a3d9b42ae0f880fe921dad Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2023-05-30 08:49:24 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2023-05-30 08:49:24 +0000 ports-mgmt/portmaster: Make --clean-packages consider port flavors This commit fixes GutHub issue #55 which affected the cleaning of stale package files for flavored ports. Some ports have package names that are prefixed by e.g. an interpreter version (or where the interpreter version follows the name), but do not support flavors. Such packages are not dealt with by this update, since there is no generic way to do so. The fix does not apply to --clean-packages used with --index or --index-only, since the INDEX file does not record port flavors. --- 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 64c23258564f..4e2f34c5c41b 100644 --- a/ports-mgmt/portmaster/Makefile +++ b/ports-mgmt/portmaster/Makefile @@ -1,5 +1,5 @@ PORTNAME= portmaster -PORTVERSION= 3.25 +PORTVERSION= 3.26 CATEGORIES= ports-mgmt MAINTAINER= se@FreeBSD.org diff --git a/ports-mgmt/portmaster/distinfo b/ports-mgmt/portmaster/distinfo index 7544afc4208a..37ea805367d2 100644 --- a/ports-mgmt/portmaster/distinfo +++ b/ports-mgmt/portmaster/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685272457 -SHA256 (freebsd-portmaster-3.25_GH0.tar.gz) = fb08c29a500e22a4c52abcc40920ab53ab8b3f5054b24676a00414d972e0ff7c -SIZE (freebsd-portmaster-3.25_GH0.tar.gz) = 44635 +TIMESTAMP = 1685436524 +SHA256 (freebsd-portmaster-3.26_GH0.tar.gz) = ec6e0ff163956500429dec61b62424e85c9703ad436a918b84560b9833e9e3ed +SIZE (freebsd-portmaster-3.26_GH0.tar.gz) = 44686