Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2024 21:56:53 GMT
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 197cfd0316bc - main - sysutils/e2fsprogs-core: Add hint to bump e2fsprogs version, too.
Message-ID:  <202401312156.40VLurAG000711@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=197cfd0316bc43efc392fde315d6b2a04f581832

commit 197cfd0316bc43efc392fde315d6b2a04f581832
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2024-01-31 21:54:41 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2024-01-31 21:54:41 +0000

    sysutils/e2fsprogs-core: Add hint to bump e2fsprogs version, too.
    
    ...if omitted, breaks build of sysutils/e2fsprogs.
    
    Reported by:    kib@
---
 sysutils/e2fsprogs-core/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/e2fsprogs-core/Makefile b/sysutils/e2fsprogs-core/Makefile
index b4803bccdc38..c180a563b874 100644
--- a/sysutils/e2fsprogs-core/Makefile
+++ b/sysutils/e2fsprogs-core/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	e2fsprogs
 PORTVERSION=	1.47.0
-PORTREVISION?=	1
+PORTREVISION?=	1	# NOTE: when bumping PORTREVISION, also bump ../e2fsprogs/Makefile!
 CATEGORIES?=	sysutils
 MASTER_SITES=	KERNEL_ORG/linux/kernel/people/tytso/${PORTNAME}/v${PORTVERSION}
 



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