diff options
author | ryoon <ryoon@pkgsrc.org> | 2018-11-12 03:51:07 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2018-11-12 03:51:07 +0000 |
commit | 14b82f547c9bec53640c287423b29d01fe61842e (patch) | |
tree | 92e1e65595e4140323396ebc0895b35c5624a56a /textproc/gspell | |
parent | 438e62090e7e9bc67d2c430852878acb02cfcebe (diff) | |
download | pkgsrc-14b82f547c9bec53640c287423b29d01fe61842e.tar.gz |
Recursive revbump from hardbuzz-2.1.1
Diffstat (limited to 'textproc/gspell')
-rw-r--r-- | textproc/gspell/Makefile | 4 | ||||
-rw-r--r-- | textproc/gspell/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/gspell/Makefile b/textproc/gspell/Makefile index 3a6b4953077..0f7b9ef0bbc 100644 --- a/textproc/gspell/Makefile +++ b/textproc/gspell/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2018/09/03 10:50:19 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2018/11/12 03:51:25 ryoon Exp $ DISTNAME= gspell-1.4.2 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gspell/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/textproc/gspell/buildlink3.mk b/textproc/gspell/buildlink3.mk index 560f001b5d0..3a5111609ad 100644 --- a/textproc/gspell/buildlink3.mk +++ b/textproc/gspell/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2018/04/16 14:33:56 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2018/11/12 03:51:25 ryoon Exp $ BUILDLINK_TREE+= gspell @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gspell GSPELL_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gspell+= gspell>=1.0.1 -BUILDLINK_ABI_DEPENDS.gspell?= gspell>=1.4.2nb4 +BUILDLINK_ABI_DEPENDS.gspell?= gspell>=1.4.2nb7 BUILDLINK_PKGSRCDIR.gspell?= ../../textproc/gspell .include "../../devel/glib2/buildlink3.mk" |