pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/gspell Port gspell to enchant2, bump revision.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85d1afcca3b1
branches:  trunk
changeset: 325852:85d1afcca3b1
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Tue Nov 27 14:40:25 2018 +0000

description:
Port gspell to enchant2, bump revision.

diffstat:

 textproc/gspell/Makefile      |  6 +++---
 textproc/gspell/buildlink3.mk |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (45 lines):

diff -r 451e9d44a40c -r 85d1afcca3b1 textproc/gspell/Makefile
--- a/textproc/gspell/Makefile  Tue Nov 27 14:30:02 2018 +0000
+++ b/textproc/gspell/Makefile  Tue Nov 27 14:40:25 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2018/11/14 22:22:31 kleink Exp $
+# $NetBSD: Makefile,v 1.18 2018/11/27 14:40:25 bsiegert Exp $
 
 DISTNAME=      gspell-1.4.2
-PKGREVISION=   8
+PKGREVISION=   9
 CATEGORIES=    textproc gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gspell/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -21,7 +21,7 @@
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../lang/vala/buildlink3.mk"
-.include "../../textproc/enchant/buildlink3.mk"
+.include "../../textproc/enchant2/buildlink3.mk"
 .include "../../textproc/iso-codes/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 
diff -r 451e9d44a40c -r 85d1afcca3b1 textproc/gspell/buildlink3.mk
--- a/textproc/gspell/buildlink3.mk     Tue Nov 27 14:30:02 2018 +0000
+++ b/textproc/gspell/buildlink3.mk     Tue Nov 27 14:40:25 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.9 2018/11/14 22:22:31 kleink Exp $
+# $NetBSD: buildlink3.mk,v 1.10 2018/11/27 14:40:25 bsiegert Exp $
 
 BUILDLINK_TREE+=       gspell
 
@@ -6,11 +6,11 @@
 GSPELL_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.gspell+= gspell>=1.0.1
-BUILDLINK_ABI_DEPENDS.gspell?= gspell>=1.4.2nb8
+BUILDLINK_ABI_DEPENDS.gspell?= gspell>=1.4.2nb9
 BUILDLINK_PKGSRCDIR.gspell?=   ../../textproc/gspell
 
 .include "../../devel/glib2/buildlink3.mk"
-.include "../../textproc/enchant/buildlink3.mk"
+.include "../../textproc/enchant2/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .endif # GSPELL_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index