git: 1fe72eecfa0d - 2024Q2 - sysutils/kopia: Fix DISTVERSION mangled in c631ee46
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 May 2024 15:30:03 UTC
The branch 2024Q2 has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=1fe72eecfa0d022bbb8cac5296860a176962522c commit 1fe72eecfa0d022bbb8cac5296860a176962522c Author: Ashish SHUKLA <ashish@FreeBSD.org> AuthorDate: 2024-05-14 15:28:42 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2024-05-14 15:29:25 +0000 sysutils/kopia: Fix DISTVERSION mangled in c631ee46 Sorry about this. Reported by: eduardo --- sysutils/kopia/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/kopia/Makefile b/sysutils/kopia/Makefile index c2ce5bd7228f..1f7cdb20641c 100644 --- a/sysutils/kopia/Makefile +++ b/sysutils/kopia/Makefile @@ -1,6 +1,6 @@ PORTNAME= kopia DISTVERSIONPREFIX= v -DISTVERSION= 0.16.2 +DISTVERSION= 0.16.1 PORTREVISION= 2 CATEGORIES= sysutils