git: 42dbda272579 - main - devel/hs-git-annex: Remove coreutils as dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Mar 2024 09:19:31 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=42dbda2725794bd61463a3c76c14b002fd770274 commit 42dbda2725794bd61463a3c76c14b002fd770274 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-03-30 09:17:46 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-03-30 09:17:46 +0000 devel/hs-git-annex: Remove coreutils as dependency PR: 277918 --- devel/hs-git-annex/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/hs-git-annex/Makefile b/devel/hs-git-annex/Makefile index f8ee42d319e2..134863955a99 100644 --- a/devel/hs-git-annex/Makefile +++ b/devel/hs-git-annex/Makefile @@ -1,5 +1,6 @@ PORTNAME= git-annex PORTVERSION= 10.20231227 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -12,12 +13,10 @@ BROKEN_aarch64= compiler crashes BUILD_DEPENDS= rsync:net/rsync \ git:devel/git \ - gsha256sum:sysutils/coreutils \ ghc-9.4.8:lang/ghc94 RUN_DEPENDS= rsync:net/rsync \ - git:devel/git \ - gsha256sum:sysutils/coreutils + git:devel/git USES= cabal perl5