summaryrefslogtreecommitdiff
path: root/math/hs-mwc-random
diff options
context:
space:
mode:
authorszptvlfn <szptvlfn>2015-05-09 11:22:25 +0000
committerszptvlfn <szptvlfn>2015-05-09 11:22:25 +0000
commitdb70923fece2450cbd512c5277fb540e7a1753f7 (patch)
treedbfb982c206ac534a9252758218587bec9742cb7 /math/hs-mwc-random
parentc1acf7c9609178ced6a4e6bdad3b06d724b4bc94 (diff)
downloadpkgsrc-db70923fece2450cbd512c5277fb540e7a1753f7.tar.gz
Because this error:
ERROR: hs-primitive>=0.5.4 is not installed; can't buildlink files. Bump PKGREVISION for hs-primitive-0.5.4.0
Diffstat (limited to 'math/hs-mwc-random')
-rw-r--r--math/hs-mwc-random/Makefile4
-rw-r--r--math/hs-mwc-random/buildlink3.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/math/hs-mwc-random/Makefile b/math/hs-mwc-random/Makefile
index f1490be6e4a..f4d317bf319 100644
--- a/math/hs-mwc-random/Makefile
+++ b/math/hs-mwc-random/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2014/10/18 21:28:59 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.3 2015/05/09 11:22:26 szptvlfn Exp $
DISTNAME= mwc-random-0.13.2.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= math
MAINTAINER= szptvlfn@NetBSD.org
diff --git a/math/hs-mwc-random/buildlink3.mk b/math/hs-mwc-random/buildlink3.mk
index 30fa055ea05..94c8a990ab6 100644
--- a/math/hs-mwc-random/buildlink3.mk
+++ b/math/hs-mwc-random/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2014/10/18 21:28:59 szptvlfn Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2015/05/09 11:22:26 szptvlfn Exp $
BUILDLINK_TREE+= hs-mwc-random
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= hs-mwc-random
HS_MWC_RANDOM_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-mwc-random+= hs-mwc-random>=0.13.2
-BUILDLINK_ABI_DEPENDS.hs-mwc-random+= hs-mwc-random>=0.13.2.0nb1
+BUILDLINK_ABI_DEPENDS.hs-mwc-random+= hs-mwc-random>=0.13.2.0nb2
BUILDLINK_PKGSRCDIR.hs-mwc-random?= ../../math/hs-mwc-random
.include "../../devel/hs-primitive/buildlink3.mk"