diff options
author | adam <adam@pkgsrc.org> | 2018-04-14 07:33:52 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-04-14 07:33:52 +0000 |
commit | ea30ec0e631d5d359fe445706fbb709b78037512 (patch) | |
tree | 3572685fdb407218236f32528f4d6a0afed5dfe9 /textproc/sonnet | |
parent | be4f22b8f6ea4b1f1efc58395523cd8bfaffa4f1 (diff) | |
download | pkgsrc-ea30ec0e631d5d359fe445706fbb709b78037512.tar.gz |
revbump after icu update
Diffstat (limited to 'textproc/sonnet')
-rw-r--r-- | textproc/sonnet/Makefile | 3 | ||||
-rw-r--r-- | textproc/sonnet/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/sonnet/Makefile b/textproc/sonnet/Makefile index 4c787ff3ae9..08ea5295c02 100644 --- a/textproc/sonnet/Makefile +++ b/textproc/sonnet/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2018/04/11 11:50:38 markd Exp $ +# $NetBSD: Makefile,v 1.22 2018/04/14 07:34:02 adam Exp $ DISTNAME= sonnet-${KF5VER} +PKGREVISION= 1 CATEGORIES= textproc HOMEPAGE= https://community.kde.org/Frameworks diff --git a/textproc/sonnet/buildlink3.mk b/textproc/sonnet/buildlink3.mk index 8a9a52127a8..5c5babbcc3b 100644 --- a/textproc/sonnet/buildlink3.mk +++ b/textproc/sonnet/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.8 2018/03/12 11:15:46 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2018/04/14 07:34:02 adam Exp $ BUILDLINK_TREE+= sonnet @@ -6,7 +6,7 @@ BUILDLINK_TREE+= sonnet SONNET_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.sonnet+= sonnet>=5.19.0 -BUILDLINK_ABI_DEPENDS.sonnet?= sonnet>=5.41.0nb4 +BUILDLINK_ABI_DEPENDS.sonnet?= sonnet>=5.44.0nb1 BUILDLINK_PKGSRCDIR.sonnet?= ../../textproc/sonnet #.include "../../textproc/aspell/buildlink3.mk" |