diff options
Diffstat (limited to 'math/hs-integer-logarithms')
-rw-r--r-- | math/hs-integer-logarithms/Makefile | 4 | ||||
-rw-r--r-- | math/hs-integer-logarithms/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/hs-integer-logarithms/Makefile b/math/hs-integer-logarithms/Makefile index aad9ab8c285..83a9295b3d1 100644 --- a/math/hs-integer-logarithms/Makefile +++ b/math/hs-integer-logarithms/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2022/02/12 08:50:44 pho Exp $ +# $NetBSD: Makefile,v 1.9 2022/02/26 03:58:17 pho Exp $ DISTNAME= integer-logarithms-1.0.3.1 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= math MAINTAINER= pho@cielonegro.org diff --git a/math/hs-integer-logarithms/buildlink3.mk b/math/hs-integer-logarithms/buildlink3.mk index 327d7f5e8a9..d751f8aa81b 100644 --- a/math/hs-integer-logarithms/buildlink3.mk +++ b/math/hs-integer-logarithms/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2022/02/12 08:50:44 pho Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2022/02/26 03:58:17 pho Exp $ BUILDLINK_TREE+= hs-integer-logarithms @@ -6,7 +6,7 @@ BUILDLINK_TREE+= hs-integer-logarithms HS_INTEGER_LOGARITHMS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.hs-integer-logarithms+= hs-integer-logarithms>=1.0.3 -BUILDLINK_ABI_DEPENDS.hs-integer-logarithms+= hs-integer-logarithms>=1.0.3.1nb4 +BUILDLINK_ABI_DEPENDS.hs-integer-logarithms+= hs-integer-logarithms>=1.0.3.1nb5 BUILDLINK_PKGSRCDIR.hs-integer-logarithms?= ../../math/hs-integer-logarithms .endif # HS_INTEGER_LOGARITHMS_BUILDLINK3_MK |