pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/hs-githash



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May 16 19:59:54 UTC 2024

Modified Files:
        pkgsrc/devel/hs-githash: Makefile

Log Message:
hs-githash: make PKGNAME match dirname in depends


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/hs-githash/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/hs-githash/Makefile
diff -u pkgsrc/devel/hs-githash/Makefile:1.10 pkgsrc/devel/hs-githash/Makefile:1.11
--- pkgsrc/devel/hs-githash/Makefile:1.10       Thu May  9 01:31:57 2024
+++ pkgsrc/devel/hs-githash/Makefile    Thu May 16 19:59:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2024/05/09 01:31:57 pho Exp $
+# $NetBSD: Makefile,v 1.11 2024/05/16 19:59:53 wiz Exp $
 
 DISTNAME=      githash-0.1.7.0
 PKGREVISION=   2
@@ -8,7 +8,7 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Compile git revision info into Haskell projects
 LICENSE=       modified-bsd
 
-DEPENDS+=      git-[0-9]*:../../devel/git-base
+DEPENDS+=      git-base-[0-9]*:../../devel/git-base
 
 .include "../../devel/hs-th-compat/buildlink3.mk"
 .include "../../mk/haskell.mk"



Home | Main Index | Thread Index | Old Index