Thu Nov 2 23:44:20 2023 UTC ()
git-annex: add missing dependency on git-base

Bump PKGREVISION.


(wiz)
diff -r1.2 -r1.3 pkgsrc/sysutils/git-annex/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/sysutils/git-annex/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/git-annex/Makefile 2023/11/02 06:37:22 1.2
+++ pkgsrc/sysutils/git-annex/Makefile 2023/11/02 23:44:20 1.3
@@ -1,25 +1,27 @@ @@ -1,25 +1,27 @@
1# $NetBSD: Makefile,v 1.2 2023/11/02 06:37:22 pho Exp $ 1# $NetBSD: Makefile,v 1.3 2023/11/02 23:44:20 wiz Exp $
2 2
3DISTNAME= git-annex-10.20230926 3DISTNAME= git-annex-10.20230926
4PKGNAME= ${DISTNAME} 4PKGNAME= ${DISTNAME}
5PKGREVISION= 1 5PKGREVISION= 2
6CATEGORIES= sysutils 6CATEGORIES= sysutils
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9COMMENT= Manage files with git, without checking their contents into git 9COMMENT= Manage files with git, without checking their contents into git
10HOMEPAGE= https://git-annex.branchable.com/ 10HOMEPAGE= https://git-annex.branchable.com/
11LICENSE= gnu-agpl-v3 11LICENSE= gnu-agpl-v3
12 12
 13DEPENDS+= git-base-[0-9]*:../../devel/git-base
 14
13# Don't build git-annex as a dynamic executable. It will depend on like 270 15# Don't build git-annex as a dynamic executable. It will depend on like 270
14# shared libraries and the dynamic linker will spend 5 seconds each time 16# shared libraries and the dynamic linker will spend 5 seconds each time
15# git-annex is invoked. This is unacceptable. 17# git-annex is invoked. This is unacceptable.
16HASKELL_ENABLE_DYNAMIC_EXECUTABLE= no 18HASKELL_ENABLE_DYNAMIC_EXECUTABLE= no
17 19
18.include "options.mk" 20.include "options.mk"
19 21
20# Optional dependencies that we always enable 22# Optional dependencies that we always enable
21CONFIGURE_ARGS+= -f Pairing 23CONFIGURE_ARGS+= -f Pairing
22.include "../../net/hs-network-multicast/buildlink3.mk" 24.include "../../net/hs-network-multicast/buildlink3.mk"
23.include "../../net/hs-network-info/buildlink3.mk" 25.include "../../net/hs-network-info/buildlink3.mk"
24 26
25CONFIGURE_ARGS+= -f TorrentParser 27CONFIGURE_ARGS+= -f TorrentParser