diff options
author | adam <adam@pkgsrc.org> | 2020-05-22 10:55:42 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-05-22 10:55:42 +0000 |
commit | f3153023cc18876abb15863ed34a46650c6f96f2 (patch) | |
tree | 4b68c9871ede30042a4e9db5f7d034b015f0aa0c /editors/abiword | |
parent | f6179fac736ac405700fbf7f9a2f3b44f4d92bc2 (diff) | |
download | pkgsrc-f3153023cc18876abb15863ed34a46650c6f96f2.tar.gz |
revbump after updating security/nettle
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 4 | ||||
-rw-r--r-- | editors/abiword/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index eba5388ba76..f40ca0c16c1 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.199 2020/05/06 14:04:09 adam Exp $ +# $NetBSD: Makefile,v 1.200 2020/05/22 10:55:45 adam Exp $ -PKGREVISION= 6 +PKGREVISION= 7 .include "Makefile.common" DISTNAME= abiword-${ABIVERSION} diff --git a/editors/abiword/buildlink3.mk b/editors/abiword/buildlink3.mk index 64a03b930b6..37c017b4dc8 100644 --- a/editors/abiword/buildlink3.mk +++ b/editors/abiword/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.33 2020/05/06 14:04:09 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.34 2020/05/22 10:55:45 adam Exp $ BUILDLINK_TREE+= abiword @@ -6,7 +6,7 @@ BUILDLINK_TREE+= abiword ABIWORD_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.abiword+= abiword>=3.0.1 -BUILDLINK_ABI_DEPENDS.abiword?= abiword>=3.0.4nb6 +BUILDLINK_ABI_DEPENDS.abiword?= abiword>=3.0.4nb7 BUILDLINK_PKGSRCDIR.abiword?= ../../editors/abiword .include "../../converters/fribidi/buildlink3.mk" |