Received: by mail.netbsd.org (Postfix, from userid 605) id 9D42384D7D; Thu, 25 Jan 2018 05:46:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 28AD184D7A for ; Thu, 25 Jan 2018 05:46:58 +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 JL5B8QxSF7TR for ; Thu, 25 Jan 2018 05:46:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A9C5184D66 for ; Thu, 25 Jan 2018 05:46:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A03A7FBDE; Thu, 25 Jan 2018 05:46:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1516859217287440" MIME-Version: 1.0 Date: Thu, 25 Jan 2018 05:46:57 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/hyphen To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180125054657.A03A7FBDE@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. --_----------=_1516859217287440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jan 25 05:46:57 UTC 2018 Modified Files: pkgsrc/textproc/hyphen: Makefile distinfo Log Message: hyphen: updated to 2.8.8 Hyphen 2.8.8: - remove last coverity warning, 0 remaining Hyphen 2.8.7: - various clang scan-build warning fixes To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/hyphen/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/hyphen/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1516859217287440 Content-Disposition: inline Content-Length: 1958 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/hyphen/Makefile diff -u pkgsrc/textproc/hyphen/Makefile:1.6 pkgsrc/textproc/hyphen/Makefile:1.7 --- pkgsrc/textproc/hyphen/Makefile:1.6 Sat Jul 9 06:39:06 2016 +++ pkgsrc/textproc/hyphen/Makefile Thu Jan 25 05:46:57 2018 @@ -1,18 +1,17 @@ -# $NetBSD: Makefile,v 1.6 2016/07/09 06:39:06 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2018/01/25 05:46:57 adam Exp $ -DISTNAME= hyphen-2.8.6 -PKGREVISION= 3 +DISTNAME= hyphen-2.8.8 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hunspell/} MAINTAINER= jaapb@NetBSD.org -HOMEPAGE= http://hunspell.sourceforge.net/ +HOMEPAGE= http://hunspell.github.io/ COMMENT= Library for high quality hyphenation and justification LICENSE= mpl-1.1 OR gnu-lgpl-v2.1 OR gnu-gpl-v2 -GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gawk patch perl +GNU_CONFIGURE= yes REPLACE_PERL= substrings.pl Index: pkgsrc/textproc/hyphen/distinfo diff -u pkgsrc/textproc/hyphen/distinfo:1.2 pkgsrc/textproc/hyphen/distinfo:1.3 --- pkgsrc/textproc/hyphen/distinfo:1.2 Wed Nov 4 01:59:35 2015 +++ pkgsrc/textproc/hyphen/distinfo Thu Jan 25 05:46:57 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:59:35 agc Exp $ +$NetBSD: distinfo,v 1.3 2018/01/25 05:46:57 adam Exp $ -SHA1 (hyphen-2.8.6.tar.gz) = 94d9ae147c854592120adb4c9029883d1d019991 -RMD160 (hyphen-2.8.6.tar.gz) = 6c7705bf6ceb273da3d855682ac3815149aee0b0 -SHA512 (hyphen-2.8.6.tar.gz) = 37ca403af59b1e5b254dff69bdf46f933818385517bbd93c3f9b3c177a05408d971b14d2e4b98922a0c274e490a1e23fc468a12984a2802f42c5e67fc0f9ad34 -Size (hyphen-2.8.6.tar.gz) = 636800 bytes +SHA1 (hyphen-2.8.8.tar.gz) = 0556c392beb59433e577e3517575801212201df6 +RMD160 (hyphen-2.8.8.tar.gz) = 3ac31e1d80c31a817fb3c90c94dadef41b1104db +SHA512 (hyphen-2.8.8.tar.gz) = ee514952be56869840b70fb74f60eba14dc4de246733ff8705492367e8cf00c485f8778a9d5a7ba374c988d4ac9fedbe75826dc559e1b62465dbfba21f6ce7de +Size (hyphen-2.8.8.tar.gz) = 638369 bytes --_----------=_1516859217287440--