diff options
author | adam <adam@pkgsrc.org> | 2021-04-21 11:40:12 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-04-21 11:40:12 +0000 |
commit | a7fef9eb5b4619db0e91035e520e773c20fa2071 (patch) | |
tree | 5709b99f718fd966ea5f1033219742da1a507831 /net/knewstuff | |
parent | 8f74bd47b9c7cfd2970deb094608e6c6b2133461 (diff) | |
download | pkgsrc-a7fef9eb5b4619db0e91035e520e773c20fa2071.tar.gz |
revbump for textproc/icu
Diffstat (limited to 'net/knewstuff')
-rw-r--r-- | net/knewstuff/Makefile | 3 | ||||
-rw-r--r-- | net/knewstuff/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/knewstuff/Makefile b/net/knewstuff/Makefile index ae354e97581..f59c30c69a8 100644 --- a/net/knewstuff/Makefile +++ b/net/knewstuff/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2021/03/30 10:58:26 markd Exp $ +# $NetBSD: Makefile,v 1.48 2021/04/21 11:40:34 adam Exp $ DISTNAME= knewstuff-${KF5VER} +PKGREVISION= 1 CATEGORIES= net HOMEPAGE= https://community.kde.org/Frameworks diff --git a/net/knewstuff/buildlink3.mk b/net/knewstuff/buildlink3.mk index 3128474b607..45074216ca8 100644 --- a/net/knewstuff/buildlink3.mk +++ b/net/knewstuff/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.32 2021/02/07 06:30:09 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.33 2021/04/21 11:40:34 adam Exp $ BUILDLINK_TREE+= knewstuff @@ -6,7 +6,7 @@ BUILDLINK_TREE+= knewstuff KNEWSTUFF_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.knewstuff+= knewstuff>=5.21.0 -BUILDLINK_ABI_DEPENDS.knewstuff?= knewstuff>=5.70.0nb6 +BUILDLINK_ABI_DEPENDS.knewstuff?= knewstuff>=5.80.0nb1 BUILDLINK_PKGSRCDIR.knewstuff?= ../../net/knewstuff .include "../../devel/kio/buildlink3.mk" |