Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2023 13:30:59 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: fe5636636625 - main - ports-mgmt/portmaster: fix 2 issues in --clean-distfiles
Message-ID:  <202305261330.34QDUxbV049215@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=fe5636636625e9ac19bd1b4fa75d78fe07bd4c61

commit fe5636636625e9ac19bd1b4fa75d78fe07bd4c61
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2023-05-26 13:22:54 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2023-05-26 13:22:54 +0000

    ports-mgmt/portmaster: fix 2 issues in --clean-distfiles
    
    There was no need to deal with distfile names that contained embedded
    blanks or characters with special meaning in file glob patterns, but
    this has changed with file names derived from repository URIs or other
    naming systems.
    
    This update fixes 2 issues reported by Daniel Rossberg on GitHub:
    - issue #75: --clean-distfiles cannot handle paths with spaces
    - issue #76: --clean-distfiles with paths containing square brackets
    
    Reported by:    Daniel Rossberg
---
 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 7073f202ec71..b4f1e6f18017 100644
--- a/ports-mgmt/portmaster/Makefile
+++ b/ports-mgmt/portmaster/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	portmaster
-PORTVERSION=	3.23
+PORTVERSION=	3.24
 CATEGORIES=	ports-mgmt
 
 MAINTAINER=	se@FreeBSD.org
diff --git a/ports-mgmt/portmaster/distinfo b/ports-mgmt/portmaster/distinfo
index 9fcfe20c815a..38933d98a367 100644
--- a/ports-mgmt/portmaster/distinfo
+++ b/ports-mgmt/portmaster/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1683269839
-SHA256 (freebsd-portmaster-3.23_GH0.tar.gz) = 8a4d63484cf6ee92faf7d69d45ab9a8aae577b3ed51734ec6d2729c88f6c3e42
-SIZE (freebsd-portmaster-3.23_GH0.tar.gz) = 44496
+TIMESTAMP = 1685105594
+SHA256 (freebsd-portmaster-3.24_GH0.tar.gz) = 99af23bcc5c3d2543bfb0d569d4d8f652cb2d34957a16d908f1379c0fd684251
+SIZE (freebsd-portmaster-3.24_GH0.tar.gz) = 44506



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