pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/git-annex
Module Name: pkgsrc
Committed By: wiz
Date: Thu Nov 2 23:44:20 UTC 2023
Modified Files:
pkgsrc/sysutils/git-annex: Makefile
Log Message:
git-annex: add missing dependency on git-base
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/git-annex/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/git-annex/Makefile
diff -u pkgsrc/sysutils/git-annex/Makefile:1.2 pkgsrc/sysutils/git-annex/Makefile:1.3
--- pkgsrc/sysutils/git-annex/Makefile:1.2 Thu Nov 2 06:37:22 2023
+++ pkgsrc/sysutils/git-annex/Makefile Thu Nov 2 23:44:20 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2023/11/02 06:37:22 pho Exp $
+# $NetBSD: Makefile,v 1.3 2023/11/02 23:44:20 wiz Exp $
DISTNAME= git-annex-10.20230926
PKGNAME= ${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -10,6 +10,8 @@ COMMENT= Manage files with git, without
HOMEPAGE= https://git-annex.branchable.com/
LICENSE= gnu-agpl-v3
+DEPENDS+= git-base-[0-9]*:../../devel/git-base
+
# Don't build git-annex as a dynamic executable. It will depend on like 270
# shared libraries and the dynamic linker will spend 5 seconds each time
# git-annex is invoked. This is unacceptable.
Home |
Main Index |
Thread Index |
Old Index