Received: by mail.netbsd.org (Postfix, from userid 605) id 186FB84D73; Mon, 14 Aug 2017 19:10:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F7BF84D35 for ; Mon, 14 Aug 2017 19:10:04 +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 jDeiYRypqJfK for ; Mon, 14 Aug 2017 19:10:04 +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 30C8C84C6C for ; Mon, 14 Aug 2017 19:10:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2EC1EFAD0; Mon, 14 Aug 2017 19:10:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1502737804111280" MIME-Version: 1.0 Date: Mon, 14 Aug 2017 19:10:04 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/p5-Text-BibTeX To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170814191004.2EC1EFAD0@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. --_----------=_1502737804111280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Aug 14 19:10:04 UTC 2017 Modified Files: pkgsrc/textproc/p5-Text-BibTeX: Makefile distinfo Log Message: Updated p5-Text-BibTeX to 0.81. 0.81 2017-07-19 * Fix issue with NameFormat and unitialized join-tokens. (thanks to Karl Wette for the bug report). To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/textproc/p5-Text-BibTeX/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/p5-Text-BibTeX/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1502737804111280 Content-Disposition: inline Content-Length: 1837 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-Text-BibTeX/Makefile diff -u pkgsrc/textproc/p5-Text-BibTeX/Makefile:1.45 pkgsrc/textproc/p5-Text-BibTeX/Makefile:1.46 --- pkgsrc/textproc/p5-Text-BibTeX/Makefile:1.45 Mon Jun 5 14:24:48 2017 +++ pkgsrc/textproc/p5-Text-BibTeX/Makefile Mon Aug 14 19:10:04 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2017/06/05 14:24:48 ryoon Exp $ +# $NetBSD: Makefile,v 1.46 2017/08/14 19:10:04 wiz Exp $ -DISTNAME= Text-BibTeX-0.80 +DISTNAME= Text-BibTeX-0.81 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} Index: pkgsrc/textproc/p5-Text-BibTeX/distinfo diff -u pkgsrc/textproc/p5-Text-BibTeX/distinfo:1.21 pkgsrc/textproc/p5-Text-BibTeX/distinfo:1.22 --- pkgsrc/textproc/p5-Text-BibTeX/distinfo:1.21 Wed Apr 5 15:39:30 2017 +++ pkgsrc/textproc/p5-Text-BibTeX/distinfo Mon Aug 14 19:10:04 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.21 2017/04/05 15:39:30 wiz Exp $ +$NetBSD: distinfo,v 1.22 2017/08/14 19:10:04 wiz Exp $ -SHA1 (Text-BibTeX-0.80.tar.gz) = fbf504a558cb55c9a181e87312cf6e8e5714b5b0 -RMD160 (Text-BibTeX-0.80.tar.gz) = df55f6dd51bdca472e1b83991caedecd6a6a67fd -SHA512 (Text-BibTeX-0.80.tar.gz) = 5fe2840ddd644578a5c4757ddaff9f6b0c943c54b5c74a8bbcbf4e9d58a9e204cdba38736251ddb89c1702a524d511651cd016b4cb3d4a714bb389ccf8366b6f -Size (Text-BibTeX-0.80.tar.gz) = 296711 bytes +SHA1 (Text-BibTeX-0.81.tar.gz) = 0d76a6109aa7dc06063fa646ebdb9d3a650d0249 +RMD160 (Text-BibTeX-0.81.tar.gz) = 3a4fe9ca69bb7d3dd5609a4ff28560c9405b1505 +SHA512 (Text-BibTeX-0.81.tar.gz) = 72f7d780a96d99f5126b2b4958807f9d158af2220339e3686c178decb82f19d82cc3b9e0f5775dc3f9be70e53bbb27160f4555022a2c9c09bca192db7b12d52b +Size (Text-BibTeX-0.81.tar.gz) = 296877 bytes SHA1 (patch-inc_MyBuilder.pm) = c584445f48a0e390925cefe8e7b1222aa129b1d6 --_----------=_1502737804111280--