diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword/Makefile | 4 | ||||
-rw-r--r-- | editors/abiword/buildlink3.mk | 4 | ||||
-rw-r--r-- | editors/tepl4/Makefile | 4 | ||||
-rw-r--r-- | editors/tepl4/buildlink3.mk | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index a939ccf59a0..2e7d6f59062 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.202 2020/08/17 20:17:25 leot Exp $ +# $NetBSD: Makefile,v 1.203 2020/11/05 09:06:52 ryoon Exp $ -PKGREVISION= 9 +PKGREVISION= 10 .include "Makefile.common" DISTNAME= abiword-${ABIVERSION} diff --git a/editors/abiword/buildlink3.mk b/editors/abiword/buildlink3.mk index 5a9c8df90cb..1e1df04433d 100644 --- a/editors/abiword/buildlink3.mk +++ b/editors/abiword/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.36 2020/08/17 20:17:25 leot Exp $ +# $NetBSD: buildlink3.mk,v 1.37 2020/11/05 09:06:52 ryoon Exp $ BUILDLINK_TREE+= abiword @@ -6,7 +6,7 @@ BUILDLINK_TREE+= abiword ABIWORD_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.abiword+= abiword>=3.0.1 -BUILDLINK_ABI_DEPENDS.abiword?= abiword>=3.0.4nb9 +BUILDLINK_ABI_DEPENDS.abiword?= abiword>=3.0.4nb10 BUILDLINK_PKGSRCDIR.abiword?= ../../editors/abiword .include "../../converters/fribidi/buildlink3.mk" diff --git a/editors/tepl4/Makefile b/editors/tepl4/Makefile index 9873df4f5f6..aa94e89f03c 100644 --- a/editors/tepl4/Makefile +++ b/editors/tepl4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2020/08/17 20:17:25 leot Exp $ +# $NetBSD: Makefile,v 1.3 2020/11/05 09:06:52 ryoon Exp $ DISTNAME= tepl-4.4.0 PKGNAME= ${DISTNAME:S/tepl-/tepl4-/1} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/tepl/4.4/} EXTRACT_SUFX= .tar.xz diff --git a/editors/tepl4/buildlink3.mk b/editors/tepl4/buildlink3.mk index 057affb178a..439188299e3 100644 --- a/editors/tepl4/buildlink3.mk +++ b/editors/tepl4/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2020/08/17 20:17:25 leot Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2020/11/05 09:06:52 ryoon Exp $ BUILDLINK_TREE+= tepl4 @@ -6,7 +6,7 @@ BUILDLINK_TREE+= tepl4 TEPL4_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.tepl4+= tepl4>=4.4.0 -BUILDLINK_ABI_DEPENDS.tepl4?= tepl4>=4.4.0nb1 +BUILDLINK_ABI_DEPENDS.tepl4?= tepl4>=4.4.0nb2 BUILDLINK_PKGSRCDIR.tepl4?= ../../editors/tepl4 .include "../../devel/amtk/buildlink3.mk" |