pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-uuid-types



Module Name:    pkgsrc
Committed By:   pho
Date:           Mon Jan  6 11:51:04 UTC 2020

Modified Files:
        pkgsrc/devel/hs-uuid-types: Makefile buildlink3.mk

Log Message:
Add missing dependency on devel/hs-random


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-uuid-types/Makefile \
    pkgsrc/devel/hs-uuid-types/buildlink3.mk

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-uuid-types/Makefile
diff -u pkgsrc/devel/hs-uuid-types/Makefile:1.1 pkgsrc/devel/hs-uuid-types/Makefile:1.2
--- pkgsrc/devel/hs-uuid-types/Makefile:1.1     Wed Jan  1 02:08:38 2020
+++ pkgsrc/devel/hs-uuid-types/Makefile Mon Jan  6 11:51:04 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/01 02:08:38 pho Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/06 11:51:04 pho Exp $
 
 DISTNAME=      uuid-types-1.0.3
 CATEGORIES=    devel
@@ -9,5 +9,6 @@ LICENSE=        modified-bsd
 
 .include "../../mk/haskell.mk"
 .include "../../devel/hs-hashable/buildlink3.mk"
+.include "../../devel/hs-random/buildlink3.mk"
 .include "../../devel/hs-text/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-uuid-types/buildlink3.mk
diff -u pkgsrc/devel/hs-uuid-types/buildlink3.mk:1.1 pkgsrc/devel/hs-uuid-types/buildlink3.mk:1.2
--- pkgsrc/devel/hs-uuid-types/buildlink3.mk:1.1        Wed Jan  1 02:08:38 2020
+++ pkgsrc/devel/hs-uuid-types/buildlink3.mk    Mon Jan  6 11:51:04 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2020/01/01 02:08:38 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2020/01/06 11:51:04 pho Exp $
 
 BUILDLINK_TREE+=       hs-uuid-types
 
@@ -10,6 +10,7 @@ BUILDLINK_ABI_DEPENDS.hs-uuid-types+= hs
 BUILDLINK_PKGSRCDIR.hs-uuid-types?=    ../../devel/hs-uuid-types
 
 .include "../../devel/hs-hashable/buildlink3.mk"
+.include "../../devel/hs-random/buildlink3.mk"
 .include "../../devel/hs-text/buildlink3.mk"
 .endif # HS_UUID_TYPES_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index