diff options
author | leot <leot@pkgsrc.org> | 2020-08-17 20:17:15 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2020-08-17 20:17:15 +0000 |
commit | 9c239d33c8bf238818b1984019666b40d5c388b0 (patch) | |
tree | 0b131e24a79c5f3ff8b179a9e7c5a4887fa44b66 /graphics/gegl | |
parent | 7fd7302d20945be276edc57766363af689a974f0 (diff) | |
download | pkgsrc-9c239d33c8bf238818b1984019666b40d5c388b0.tar.gz |
*: revbump after fontconfig bl3 changes (libuuid removal)
Diffstat (limited to 'graphics/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 3 | ||||
-rw-r--r-- | graphics/gegl/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 2e8d0543a5f..814260f6f11 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.86 2020/06/15 10:55:58 ryoon Exp $ +# $NetBSD: Makefile,v 1.87 2020/08/17 20:17:29 leot Exp $ DISTNAME= gegl-0.4.24 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://download.gimp.org/pub/gegl/0.4/ EXTRACT_SUFX= .tar.xz diff --git a/graphics/gegl/buildlink3.mk b/graphics/gegl/buildlink3.mk index 8256e423c72..698ca9308d6 100644 --- a/graphics/gegl/buildlink3.mk +++ b/graphics/gegl/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.43 2020/06/02 08:22:42 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.44 2020/08/17 20:17:29 leot Exp $ BUILDLINK_TREE+= gegl @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gegl GEGL_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gegl+= gegl>=0.3.0 -BUILDLINK_ABI_DEPENDS.gegl?= gegl>=0.4.22nb4 +BUILDLINK_ABI_DEPENDS.gegl?= gegl>=0.4.24nb1 BUILDLINK_PKGSRCDIR.gegl?= ../../graphics/gegl pkgbase := gegl |