From efb1fd4565223c20630b5ebe741a1315bda7dd9e Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 9 Dec 2018 18:51:58 +0000 Subject: revbump after updating textproc/icu --- 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 | 5 ++--- 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(+), 27 deletions(-) (limited to 'editors') diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile index 14c29d6344b..218cf5ba32b 100644 --- a/editors/Sigil/Makefile +++ b/editors/Sigil/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.115 2018/11/16 13:02:44 bsiegert Exp $ +# $NetBSD: Makefile,v 1.116 2018/12/09 18:52:26 adam Exp $ DISTNAME= Sigil-0.9.10 -PKGREVISION= 3 +PKGREVISION= 4 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 504a03ea3f0..69dbf290ecb 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.96 2018/12/03 15:57:16 bsiegert Exp $ +# $NetBSD: Makefile,v 1.97 2018/12/09 18:52:26 adam Exp $ .include "../../editors/abiword/Makefile.common" DISTNAME= abiword-${ABIVERSION} PKGNAME= abiword-plugins-${ABIVERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors MASTER_SITES= http://www.abiword.com/downloads/abiword/${PKGVERSION_NOREV}/source/ diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 5a391140838..e15101d85ee 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.181 2018/12/02 21:51:06 bsiegert Exp $ +# $NetBSD: Makefile,v 1.182 2018/12/09 18:52:02 adam Exp $ .include "Makefile.common" DISTNAME= abiword-${ABIVERSION} -PKGREVISION= 1 +PKGREVISION= 2 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 42db3ed2baa..489a0440eb1 100644 --- a/editors/abiword/buildlink3.mk +++ b/editors/abiword/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.20 2018/12/02 21:51:06 bsiegert Exp $ +# $NetBSD: buildlink3.mk,v 1.21 2018/12/09 18:52:02 adam 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.1nb20 +BUILDLINK_ABI_DEPENDS.abiword?= abiword>=3.0.2nb2 BUILDLINK_PKGSRCDIR.abiword?= ../../editors/abiword .include "../../converters/fribidi/buildlink3.mk" diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index 931d4bb79ab..2d723c2c3bf 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2018/11/16 13:02:45 bsiegert Exp $ +# $NetBSD: Makefile,v 1.18 2018/12/09 18:52:26 adam Exp $ DISTNAME= codelite-9.1 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= editors x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=eranif/} diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile index 9a4599f1b57..1aac4575e94 100644 --- a/editors/emacs-snapshot/Makefile +++ b/editors/emacs-snapshot/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.86 2018/11/14 22:21:22 kleink Exp $ +# $NetBSD: Makefile,v 1.87 2018/12/09 18:52:26 adam Exp $ -#PKGREVISION= 1 -PKGREVISION= 26 +PKGREVISION= 27 .include "../../editors/emacs-snapshot/Makefile.common" .include "options.mk" diff --git a/editors/emacs25/Makefile b/editors/emacs25/Makefile index 42de2b4a190..6ba54caf3b4 100644 --- a/editors/emacs25/Makefile +++ b/editors/emacs25/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2018/11/14 22:21:22 kleink Exp $ +# $NetBSD: Makefile,v 1.24 2018/12/09 18:52:26 adam Exp $ CONFLICTS+= emacs25-nox11-[0-9]* -PKGREVISION= 12 +PKGREVISION= 13 .include "../../editors/emacs25/Makefile.common" .include "options.mk" diff --git a/editors/emacs26/Makefile b/editors/emacs26/Makefile index 638e3f3503c..60a28537e7f 100644 --- a/editors/emacs26/Makefile +++ b/editors/emacs26/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2018/11/14 22:21:22 kleink Exp $ +# $NetBSD: Makefile,v 1.7 2018/12/09 18:52:26 adam Exp $ CONFLICTS+= emacs26-nox11-[0-9]* -PKGREVISION= 5 +PKGREVISION= 6 .include "../../editors/emacs26/Makefile.common" diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index da164808497..8e65694923b 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.79 2018/11/14 22:21:24 kleink Exp $ +# $NetBSD: Makefile,v 1.80 2018/12/09 18:52:26 adam Exp $ DISTNAME= poedit-2.0.3 -PKGREVISION= 14 +PKGREVISION= 15 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 d065bfe59da..3dcd80fde7f 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.97 2018/12/03 08:35:29 wiz Exp $ +# $NetBSD: Makefile,v 1.98 2018/12/09 18:52:26 adam Exp $ DISTNAME= texmaker-4.5 -PKGREVISION= 40 +PKGREVISION= 41 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ EXTRACT_SUFX= .tar.bz2 diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile index 415dcd09ff0..dbefb33e007 100644 --- a/editors/texstudio/Makefile +++ b/editors/texstudio/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2018/12/03 08:35:29 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2018/12/09 18:52:27 adam Exp $ DISTNAME= texstudio-2.12.6 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=texstudio/} diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index 71475bc429e..3438bebb921 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.63 2018/12/03 08:35:29 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2018/12/09 18:52:27 adam Exp $ DISTNAME= texworks-0.6.2 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=TeXworks/} GITHUB_PROJECT= texworks diff --git a/editors/tomboy/Makefile b/editors/tomboy/Makefile index eff710f5b86..e104bf78d18 100644 --- a/editors/tomboy/Makefile +++ b/editors/tomboy/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.92 2018/11/29 11:21:50 prlw1 Exp $ +# $NetBSD: Makefile,v 1.93 2018/12/09 18:52:27 adam Exp $ DISTNAME= tomboy-1.2.1 -PKGREVISION= 64 +PKGREVISION= 65 CATEGORIES= editors misc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/tomboy/1.2/} -- cgit v1.2.3