Thu May 16 19:59:54 2024 UTC (31d)
hs-githash: make PKGNAME match dirname in depends


(wiz)
diff -r1.10 -r1.11 pkgsrc/devel/hs-githash/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/devel/hs-githash/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-githash/Makefile 2024/05/09 01:31:57 1.10
+++ pkgsrc/devel/hs-githash/Makefile 2024/05/16 19:59:53 1.11
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.10 2024/05/09 01:31:57 pho Exp $ 1# $NetBSD: Makefile,v 1.11 2024/05/16 19:59:53 wiz Exp $
2 2
3DISTNAME= githash-0.1.7.0 3DISTNAME= githash-0.1.7.0
4PKGREVISION= 2 4PKGREVISION= 2
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Compile git revision info into Haskell projects 8COMMENT= Compile git revision info into Haskell projects
9LICENSE= modified-bsd 9LICENSE= modified-bsd
10 10
11DEPENDS+= git-[0-9]*:../../devel/git-base 11DEPENDS+= git-base-[0-9]*:../../devel/git-base
12 12
13.include "../../devel/hs-th-compat/buildlink3.mk" 13.include "../../devel/hs-th-compat/buildlink3.mk"
14.include "../../mk/haskell.mk" 14.include "../../mk/haskell.mk"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"