diff options
author | szptvlfn <szptvlfn@pkgsrc.org> | 2014-11-23 12:52:31 +0000 |
---|---|---|
committer | szptvlfn <szptvlfn@pkgsrc.org> | 2014-11-23 12:52:31 +0000 |
commit | b8cc26a60314afbba050a0e28d062934f09d9448 (patch) | |
tree | 98b5ebde2aac9f9132847b0166ef55949574cf0d /math | |
parent | d66fbb58cea6c8fc5effc96728658f0176f35eb8 (diff) | |
download | pkgsrc-b8cc26a60314afbba050a0e28d062934f09d9448.tar.gz |
Bump PKGREVISION for hs-transformers-0.4.2.0
Diffstat (limited to 'math')
-rw-r--r-- | math/hs-distributive/Makefile | 3 | ||||
-rw-r--r-- | math/hs-distributive/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/math/hs-distributive/Makefile b/math/hs-distributive/Makefile index 210c14477dd..eab04bef4b6 100644 --- a/math/hs-distributive/Makefile +++ b/math/hs-distributive/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2014/08/02 21:42:23 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.2 2014/11/23 12:52:33 szptvlfn Exp $ DISTNAME= distributive-0.4.4 +PKGREVISION= 1 CATEGORIES= math devel MAINTAINER= pho@cielonegro.org diff --git a/math/hs-distributive/buildlink3.mk b/math/hs-distributive/buildlink3.mk index b0eb678f056..48b1ab98b68 100644 --- a/math/hs-distributive/buildlink3.mk +++ b/math/hs-distributive/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2014/08/29 14:08:40 szptvlfn Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2014/11/23 12:52:33 szptvlfn Exp $ BUILDLINK_TREE+= hs-distributive @@ -6,7 +6,7 @@ BUILDLINK_TREE+= hs-distributive HS_DISTRIBUTIVE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.hs-distributive+= hs-distributive>=0.4.4 -BUILDLINK_ABI_DEPENDS.hs-distributive+= hs-distributive>=0.4.4 +BUILDLINK_ABI_DEPENDS.hs-distributive+= hs-distributive>=0.4.4nb1 BUILDLINK_PKGSRCDIR.hs-distributive?= ../../math/hs-distributive .include "../../devel/hs-tagged/buildlink3.mk" |