Received: by mail.netbsd.org (Postfix, from userid 605) id 1B5D084D69; Fri, 16 Nov 2018 13:02:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 19E9D84D39 for ; Fri, 16 Nov 2018 13:02:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id lHrf6CXj12r1 for ; Fri, 16 Nov 2018 13:02:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8356484D26 for ; Fri, 16 Nov 2018 13:02:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7EA2EFB1F; Fri, 16 Nov 2018 13:02:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1542373366230140" MIME-Version: 1.0 Date: Fri, 16 Nov 2018 13:02:46 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20181116130246.7EA2EFB1F@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1542373366230140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Fri Nov 16 13:02:46 UTC 2018 Modified Files: pkgsrc/devel/lokalize: Makefile pkgsrc/editors/Sigil: Makefile pkgsrc/editors/codelite: Makefile pkgsrc/editors/texworks: Makefile pkgsrc/misc/gwaei: Makefile pkgsrc/misc/libreoffice: Makefile pkgsrc/textproc/enchant: Makefile pkgsrc/textproc/enchant2: Makefile pkgsrc/textproc/mythes: Makefile pkgsrc/textproc/p5-Alien-Hunspell: Makefile pkgsrc/textproc/p5-Text-Hunspell: Makefile pkgsrc/textproc/sonnet: Makefile pkgsrc/www/firefox45: Makefile pkgsrc/www/firefox52: Makefile pkgsrc/www/otter-browser: Makefile Log Message: Revbump hunspell reverse-depends after update. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/lokalize/Makefile cvs rdiff -u -r1.114 -r1.115 pkgsrc/editors/Sigil/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/editors/codelite/Makefile cvs rdiff -u -r1.61 -r1.62 pkgsrc/editors/texworks/Makefile cvs rdiff -u -r1.65 -r1.66 pkgsrc/misc/gwaei/Makefile cvs rdiff -u -r1.172 -r1.173 pkgsrc/misc/libreoffice/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/textproc/enchant/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/enchant2/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/mythes/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/p5-Alien-Hunspell/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/p5-Text-Hunspell/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/textproc/sonnet/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/firefox45/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/firefox52/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/otter-browser/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1542373366230140 Content-Disposition: inline Content-Length: 8632 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/lokalize/Makefile diff -u pkgsrc/devel/lokalize/Makefile:1.26 pkgsrc/devel/lokalize/Makefile:1.27 --- pkgsrc/devel/lokalize/Makefile:1.26 Wed Oct 24 15:42:47 2018 +++ pkgsrc/devel/lokalize/Makefile Fri Nov 16 13:02:45 2018 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2018/10/24 15:42:47 bsiegert Exp $ +# $NetBSD: Makefile,v 1.27 2018/11/16 13:02:45 bsiegert Exp $ DISTNAME= lokalize-${_KDE_VERSION} -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= devel COMMENT= Computer-Aided Translation System Index: pkgsrc/editors/Sigil/Makefile diff -u pkgsrc/editors/Sigil/Makefile:1.114 pkgsrc/editors/Sigil/Makefile:1.115 --- pkgsrc/editors/Sigil/Makefile:1.114 Mon Nov 12 03:51:56 2018 +++ pkgsrc/editors/Sigil/Makefile Fri Nov 16 13:02:44 2018 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.114 2018/11/12 03:51:56 ryoon Exp $ +# $NetBSD: Makefile,v 1.115 2018/11/16 13:02:44 bsiegert Exp $ DISTNAME= Sigil-0.9.10 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=Sigil-Ebook/} GITHUB_PROJECT= Sigil Index: pkgsrc/editors/codelite/Makefile diff -u pkgsrc/editors/codelite/Makefile:1.16 pkgsrc/editors/codelite/Makefile:1.17 --- pkgsrc/editors/codelite/Makefile:1.16 Wed Nov 14 22:21:22 2018 +++ pkgsrc/editors/codelite/Makefile Fri Nov 16 13:02:45 2018 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2018/11/14 22:21:22 kleink Exp $ +# $NetBSD: Makefile,v 1.17 2018/11/16 13:02:45 bsiegert Exp $ DISTNAME= codelite-9.1 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= editors x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=eranif/} Index: pkgsrc/editors/texworks/Makefile diff -u pkgsrc/editors/texworks/Makefile:1.61 pkgsrc/editors/texworks/Makefile:1.62 --- pkgsrc/editors/texworks/Makefile:1.61 Mon Nov 12 03:51:59 2018 +++ pkgsrc/editors/texworks/Makefile Fri Nov 16 13:02:44 2018 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.61 2018/11/12 03:51:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.62 2018/11/16 13:02:44 bsiegert Exp $ DISTNAME= texworks-0.6.2 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=TeXworks/} GITHUB_PROJECT= texworks Index: pkgsrc/misc/gwaei/Makefile diff -u pkgsrc/misc/gwaei/Makefile:1.65 pkgsrc/misc/gwaei/Makefile:1.66 --- pkgsrc/misc/gwaei/Makefile:1.65 Wed Nov 14 22:22:03 2018 +++ pkgsrc/misc/gwaei/Makefile Fri Nov 16 13:02:45 2018 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.65 2018/11/14 22:22:03 kleink Exp $ +# $NetBSD: Makefile,v 1.66 2018/11/16 13:02:45 bsiegert Exp $ # DISTNAME= gwaei-3.6.2 -PKGREVISION= 22 +PKGREVISION= 23 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gwaei/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/misc/libreoffice/Makefile diff -u pkgsrc/misc/libreoffice/Makefile:1.172 pkgsrc/misc/libreoffice/Makefile:1.173 --- pkgsrc/misc/libreoffice/Makefile:1.172 Wed Nov 14 22:22:03 2018 +++ pkgsrc/misc/libreoffice/Makefile Fri Nov 16 13:02:45 2018 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.172 2018/11/14 22:22:03 kleink Exp $ +# $NetBSD: Makefile,v 1.173 2018/11/16 13:02:45 bsiegert Exp $ VERREL= 6.1.2 VERRC= 1 VER= ${VERREL}.${VERRC} DISTNAME= libreoffice-${VER} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= misc MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${VERREL}/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/textproc/enchant/Makefile diff -u pkgsrc/textproc/enchant/Makefile:1.39 pkgsrc/textproc/enchant/Makefile:1.40 --- pkgsrc/textproc/enchant/Makefile:1.39 Fri Oct 26 17:03:27 2018 +++ pkgsrc/textproc/enchant/Makefile Fri Nov 16 13:02:46 2018 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2018/10/26 17:03:27 bsiegert Exp $ +# $NetBSD: Makefile,v 1.40 2018/11/16 13:02:46 bsiegert Exp $ # DISTNAME= enchant-1.6.0 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= textproc MASTER_SITES= http://www.abisource.com/downloads/enchant/1.6.0/ Index: pkgsrc/textproc/enchant2/Makefile diff -u pkgsrc/textproc/enchant2/Makefile:1.2 pkgsrc/textproc/enchant2/Makefile:1.3 --- pkgsrc/textproc/enchant2/Makefile:1.2 Fri Nov 9 12:56:16 2018 +++ pkgsrc/textproc/enchant2/Makefile Fri Nov 16 13:02:46 2018 @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2018/11/09 12:56:16 bsiegert Exp $ +# $NetBSD: Makefile,v 1.3 2018/11/16 13:02:46 bsiegert Exp $ # DISTNAME= enchant-2.2.3 PKGNAME= enchant2-2.2.3 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=AbiWord/} GITHUB_PROJECT= enchant Index: pkgsrc/textproc/mythes/Makefile diff -u pkgsrc/textproc/mythes/Makefile:1.11 pkgsrc/textproc/mythes/Makefile:1.12 --- pkgsrc/textproc/mythes/Makefile:1.11 Wed Oct 24 15:42:47 2018 +++ pkgsrc/textproc/mythes/Makefile Fri Nov 16 13:02:45 2018 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2018/10/24 15:42:47 bsiegert Exp $ +# $NetBSD: Makefile,v 1.12 2018/11/16 13:02:45 bsiegert Exp $ DISTNAME= mythes-1.2.3 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hunspell}/ Index: pkgsrc/textproc/p5-Alien-Hunspell/Makefile diff -u pkgsrc/textproc/p5-Alien-Hunspell/Makefile:1.3 pkgsrc/textproc/p5-Alien-Hunspell/Makefile:1.4 --- pkgsrc/textproc/p5-Alien-Hunspell/Makefile:1.3 Wed Oct 24 15:42:47 2018 +++ pkgsrc/textproc/p5-Alien-Hunspell/Makefile Fri Nov 16 13:02:45 2018 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2018/10/24 15:42:47 bsiegert Exp $ +# $NetBSD: Makefile,v 1.4 2018/11/16 13:02:45 bsiegert Exp $ DISTNAME= Alien-Hunspell-0.11 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/ Index: pkgsrc/textproc/p5-Text-Hunspell/Makefile diff -u pkgsrc/textproc/p5-Text-Hunspell/Makefile:1.9 pkgsrc/textproc/p5-Text-Hunspell/Makefile:1.10 --- pkgsrc/textproc/p5-Text-Hunspell/Makefile:1.9 Wed Oct 24 15:42:47 2018 +++ pkgsrc/textproc/p5-Text-Hunspell/Makefile Fri Nov 16 13:02:45 2018 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2018/10/24 15:42:47 bsiegert Exp $ +# $NetBSD: Makefile,v 1.10 2018/11/16 13:02:45 bsiegert Exp $ DISTNAME= Text-Hunspell-2.14 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} Index: pkgsrc/textproc/sonnet/Makefile diff -u pkgsrc/textproc/sonnet/Makefile:1.27 pkgsrc/textproc/sonnet/Makefile:1.28 --- pkgsrc/textproc/sonnet/Makefile:1.27 Mon Nov 12 03:51:26 2018 +++ pkgsrc/textproc/sonnet/Makefile Fri Nov 16 13:02:45 2018 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2018/11/12 03:51:26 ryoon Exp $ +# $NetBSD: Makefile,v 1.28 2018/11/16 13:02:45 bsiegert Exp $ DISTNAME= sonnet-${KF5VER} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= textproc HOMEPAGE= https://community.kde.org/Frameworks Index: pkgsrc/www/firefox45/Makefile diff -u pkgsrc/www/firefox45/Makefile:1.40 pkgsrc/www/firefox45/Makefile:1.41 --- pkgsrc/www/firefox45/Makefile:1.40 Wed Nov 14 22:22:36 2018 +++ pkgsrc/www/firefox45/Makefile Fri Nov 16 13:02:45 2018 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2018/11/14 22:22:36 kleink Exp $ +# $NetBSD: Makefile,v 1.41 2018/11/16 13:02:45 bsiegert Exp $ MOZILLA_PKG_NAME= firefox45 -PKGREVISION= 14 +PKGREVISION= 15 FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 45.9 MOZ_BRANCH_MINOR= .0esr Index: pkgsrc/www/firefox52/Makefile diff -u pkgsrc/www/firefox52/Makefile:1.34 pkgsrc/www/firefox52/Makefile:1.35 --- pkgsrc/www/firefox52/Makefile:1.34 Wed Nov 14 22:22:36 2018 +++ pkgsrc/www/firefox52/Makefile Fri Nov 16 13:02:46 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2018/11/14 22:22:36 kleink Exp $ +# $NetBSD: Makefile,v 1.35 2018/11/16 13:02:46 bsiegert Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 52.9 @@ -6,7 +6,7 @@ MOZ_BRANCH_MINOR= .0esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox52-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} Index: pkgsrc/www/otter-browser/Makefile diff -u pkgsrc/www/otter-browser/Makefile:1.25 pkgsrc/www/otter-browser/Makefile:1.26 --- pkgsrc/www/otter-browser/Makefile:1.25 Mon Nov 12 03:53:05 2018 +++ pkgsrc/www/otter-browser/Makefile Fri Nov 16 13:02:45 2018 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2018/11/12 03:53:05 ryoon Exp $ +# $NetBSD: Makefile,v 1.26 2018/11/16 13:02:45 bsiegert Exp $ DISTNAME= otter-browser-0.9.99.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=OtterBrowser/} GITHUB_TAG= v${PKGVERSION_NOREV} --_----------=_1542373366230140--