Date: Sat, 24 Dec 2022 15:03:06 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3912e8caff71 - main - sysutils/fusefs-ext2: Adjust dependencies after 14e733a6bb4b Message-ID: <202212241503.2BOF36FZ045559@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=3912e8caff71c080cd709d1bca6967c6cb0d8b6c commit 3912e8caff71c080cd709d1bca6967c6cb0d8b6c Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2022-12-24 15:01:54 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2022-12-24 15:02:51 +0000 sysutils/fusefs-ext2: Adjust dependencies after 14e733a6bb4b After commit 14e733a6bb4b to sysutils/e2fsprogs, poudriere always rebuilds sysutils/fusefs-ext2. Adjust dependency to sysutils/e2fsprogs-core which contains the actual files needed. PR: 265289 --- sysutils/fusefs-ext2/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sysutils/fusefs-ext2/Makefile b/sysutils/fusefs-ext2/Makefile index abd9a28f09a6..da807194a9e8 100644 --- a/sysutils/fusefs-ext2/Makefile +++ b/sysutils/fusefs-ext2/Makefile @@ -1,7 +1,7 @@ PORTNAME= fusefs-ext2 PORTVERSION= 0.0.10 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org @@ -11,8 +11,8 @@ WWW= https://github.com/alperakcan/fuse-ext2 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= mke2fs:sysutils/e2fsprogs -RUN_DEPENDS= mke2fs:sysutils/e2fsprogs +BUILD_DEPENDS= mke2fs:sysutils/e2fsprogs-core +RUN_DEPENDS= mke2fs:sysutils/e2fsprogs-core USES= autoreconf fuse libtool localbase:ldflags pkgconfig USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212241503.2BOF36FZ045559>