Date: Wed, 31 Jan 2024 21:56:52 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: 20b92b0aac36 - main - sysutils/e2fsprogs: fix build with nonzero PORTREVISION on e2fsprogs-core Message-ID: <202401312156.40VLuqxg000660@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=20b92b0aac3631958b097a14d946d0cd2ad201bb commit 20b92b0aac3631958b097a14d946d0cd2ad201bb Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2024-01-31 21:53:17 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2024-01-31 21:53:17 +0000 sysutils/e2fsprogs: fix build with nonzero PORTREVISION on e2fsprogs-core --- sysutils/e2fsprogs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index baed31f64f34..3a6f004f37ed 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -1,8 +1,8 @@ PORTNAME= e2fsprogs CATEGORIES= sysutils PORTVERSION= 1.47.0 -PORTREVISION= 0 -BUILD_DEPENDS= e2fsprogs-core=${PORTVERSION}:sysutils/e2fsprogs-core +PORTREVISION= 1 +BUILD_DEPENDS= e2fsprogs-core=${PORTVERSION}_${PORTREVISION}:sysutils/e2fsprogs-core RUN_DEPENDS= ${BUILD_DEPENDS} DISTFILES= # empty NO_BUILD= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401312156.40VLuqxg000660>