From 3e45f86c80b52c9484d1dd1f60229f414413ce2e Mon Sep 17 00:00:00 2001 From: ryoon Date: Fri, 20 Jul 2018 03:33:47 +0000 Subject: Recursive revbump from textproc/icu-62.1 --- editors/Sigil/Makefile | 4 ++-- editors/abiword-plugins/Makefile | 4 ++-- editors/abiword/Makefile | 4 ++-- editors/abiword/buildlink3.mk | 4 ++-- editors/codelite/Makefile | 4 ++-- editors/emacs-snapshot/Makefile | 4 ++-- editors/emacs25/Makefile | 4 ++-- editors/emacs26/Makefile | 4 ++-- editors/poedit/Makefile | 4 ++-- editors/texmaker/Makefile | 4 ++-- editors/texstudio/Makefile | 4 ++-- editors/texworks/Makefile | 4 ++-- editors/tomboy/Makefile | 4 ++-- 13 files changed, 26 insertions(+), 26 deletions(-) (limited to 'editors') diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile index b6df8717c87..9313d9b76ce 100644 --- a/editors/Sigil/Makefile +++ b/editors/Sigil/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.108 2018/07/06 15:06:46 ryoon Exp $ +# $NetBSD: Makefile,v 1.109 2018/07/20 03:34:11 ryoon Exp $ DISTNAME= Sigil-0.9.9 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=Sigil-Ebook/} GITHUB_PROJECT= Sigil diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index c2ecdaf7860..6c974e94c90 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.89 2018/04/29 21:31:34 adam Exp $ +# $NetBSD: Makefile,v 1.90 2018/07/20 03:34:11 ryoon Exp $ .include "../../editors/abiword/Makefile.common" DISTNAME= abiword-${ABIVERSION} PKGNAME= abiword-plugins-${ABIVERSION} -PKGREVISION= 28 +PKGREVISION= 29 CATEGORIES= editors MASTER_SITES= http://www.abiword.com/downloads/abiword/${PKGVERSION_NOREV}/source/ diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 269bff544ef..3662bc19778 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.175 2018/07/18 00:06:13 joerg Exp $ +# $NetBSD: Makefile,v 1.176 2018/07/20 03:33:50 ryoon Exp $ .include "Makefile.common" DISTNAME= abiword-${ABIVERSION} -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= editors MASTER_SITES= http://www.abiword.com/downloads/abiword/${PKGVERSION_NOREV}/source/ diff --git a/editors/abiword/buildlink3.mk b/editors/abiword/buildlink3.mk index 2123dfbd373..588e1c14a0f 100644 --- a/editors/abiword/buildlink3.mk +++ b/editors/abiword/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.15 2018/04/29 21:31:20 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.16 2018/07/20 03:33:50 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.1nb16 +BUILDLINK_ABI_DEPENDS.abiword?= abiword>=3.0.1nb17 BUILDLINK_PKGSRCDIR.abiword?= ../../editors/abiword .include "../../converters/fribidi/buildlink3.mk" diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index 556f1553251..95c79402986 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2018/04/29 05:46:36 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2018/07/20 03:34:11 ryoon Exp $ DISTNAME= codelite-9.1 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= editors x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=eranif/} diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile index ddbfbb5616d..4612a31b6c9 100644 --- a/editors/emacs-snapshot/Makefile +++ b/editors/emacs-snapshot/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.83 2018/04/17 22:29:38 wiz Exp $ +# $NetBSD: Makefile,v 1.84 2018/07/20 03:34:11 ryoon Exp $ #PKGREVISION= 1 -PKGREVISION= 23 +PKGREVISION= 24 .include "../../editors/emacs-snapshot/Makefile.common" .include "options.mk" diff --git a/editors/emacs25/Makefile b/editors/emacs25/Makefile index b6018ebfd4a..d226164ca3c 100644 --- a/editors/emacs25/Makefile +++ b/editors/emacs25/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2018/04/17 22:29:38 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2018/07/20 03:34:11 ryoon Exp $ CONFLICTS+= emacs25-nox11-[0-9]* -PKGREVISION= 8 +PKGREVISION= 9 .include "../../editors/emacs25/Makefile.common" .include "options.mk" diff --git a/editors/emacs26/Makefile b/editors/emacs26/Makefile index 9447292ee39..39592c27f39 100644 --- a/editors/emacs26/Makefile +++ b/editors/emacs26/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2018/07/15 15:21:28 mef Exp $ +# $NetBSD: Makefile,v 1.3 2018/07/20 03:34:11 ryoon Exp $ CONFLICTS+= emacs26-nox11-[0-9]* -PKGREVISION= 1 +PKGREVISION= 2 .include "../../editors/emacs26/Makefile.common" diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index 5ff0d264880..acd3c9ab810 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.73 2018/04/29 21:31:35 adam Exp $ +# $NetBSD: Makefile,v 1.74 2018/07/20 03:34:11 ryoon Exp $ DISTNAME= poedit-2.0.3 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= editors MASTER_SITES= https://github.com/vslavik/poedit/releases/download/v${PKGVERSION_NOREV}-oss/ diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index 67188395e81..e20b80828c9 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.92 2018/07/06 15:06:46 ryoon Exp $ +# $NetBSD: Makefile,v 1.93 2018/07/20 03:34:12 ryoon Exp $ DISTNAME= texmaker-4.5 -PKGREVISION= 35 +PKGREVISION= 36 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ EXTRACT_SUFX= .tar.bz2 diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile index 396f9beb291..4c8be87177f 100644 --- a/editors/texstudio/Makefile +++ b/editors/texstudio/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2018/07/06 15:06:46 ryoon Exp $ +# $NetBSD: Makefile,v 1.27 2018/07/20 03:34:12 ryoon Exp $ DISTNAME= texstudio-2.12.6 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=texstudio/} diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index a833704bb61..fea6a29377c 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2018/07/06 15:06:46 ryoon Exp $ +# $NetBSD: Makefile,v 1.57 2018/07/20 03:34:12 ryoon Exp $ DISTNAME= texworks-0.6.2 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=TeXworks/} GITHUB_PROJECT= texworks diff --git a/editors/tomboy/Makefile b/editors/tomboy/Makefile index b339864b061..232a432ab6a 100644 --- a/editors/tomboy/Makefile +++ b/editors/tomboy/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.87 2018/07/04 13:40:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.88 2018/07/20 03:34:12 ryoon Exp $ DISTNAME= tomboy-1.2.1 -PKGREVISION= 59 +PKGREVISION= 60 CATEGORIES= editors misc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/tomboy/1.2/} -- cgit v1.2.3