diff options
author | pho <pho@pkgsrc.org> | 2022-02-12 08:50:25 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2022-02-12 08:50:25 +0000 |
commit | 2ed5ff11d2e9eb68c5771d09b011064c7cdd8a66 (patch) | |
tree | 5e8cea5dbbe6cf4b13dd876903a0cedde48affdf /converters/hs-base64-bytestring | |
parent | d63686ae56fa6fc5efa2d6f48a79c7c5bcf4e1d8 (diff) | |
download | pkgsrc-2ed5ff11d2e9eb68c5771d09b011064c7cdd8a66.tar.gz |
revbump after changing the default Haskell compiler
Diffstat (limited to 'converters/hs-base64-bytestring')
-rw-r--r-- | converters/hs-base64-bytestring/Makefile | 3 | ||||
-rw-r--r-- | converters/hs-base64-bytestring/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/converters/hs-base64-bytestring/Makefile b/converters/hs-base64-bytestring/Makefile index 9264ccb827a..1af9ea77c7a 100644 --- a/converters/hs-base64-bytestring/Makefile +++ b/converters/hs-base64-bytestring/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2022/02/11 12:19:53 pho Exp $ +# $NetBSD: Makefile,v 1.7 2022/02/12 08:50:26 pho Exp $ DISTNAME= base64-bytestring-1.2.1.0 +PKGREVISION= 1 CATEGORIES= converters MAINTAINER= pho@cielonegro.org diff --git a/converters/hs-base64-bytestring/buildlink3.mk b/converters/hs-base64-bytestring/buildlink3.mk index c1587344a28..17614cdd465 100644 --- a/converters/hs-base64-bytestring/buildlink3.mk +++ b/converters/hs-base64-bytestring/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2022/02/11 12:19:53 pho Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2022/02/12 08:50:26 pho Exp $ BUILDLINK_TREE+= hs-base64-bytestring @@ -6,7 +6,7 @@ BUILDLINK_TREE+= hs-base64-bytestring HS_BASE64_BYTESTRING_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.hs-base64-bytestring+= hs-base64-bytestring>=1.2.1 -BUILDLINK_ABI_DEPENDS.hs-base64-bytestring+= hs-base64-bytestring>=1.2.1.0 +BUILDLINK_ABI_DEPENDS.hs-base64-bytestring+= hs-base64-bytestring>=1.2.1.0nb1 BUILDLINK_PKGSRCDIR.hs-base64-bytestring?= ../../converters/hs-base64-bytestring .endif # HS_BASE64_BYTESTRING_BUILDLINK3_MK |