Received: by mail.netbsd.org (Postfix, from userid 605) id 1051484DA6; Sun, 10 Jun 2018 13:57:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0049C84D68 for ; Sun, 10 Jun 2018 13:57:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 3Y8OTnK_rDTI for ; Sun, 10 Jun 2018 13:57:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3DE7784D1F for ; Sun, 10 Jun 2018 13:57:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2FF18FBEC; Sun, 10 Jun 2018 13:57:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1528639057218970" MIME-Version: 1.0 Date: Sun, 10 Jun 2018 13:57:37 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/textproc/p5-Text-SimpleTable To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20180610135737.2FF18FBEC@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. --_----------=_1528639057218970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Jun 10 13:57:37 UTC 2018 Modified Files: pkgsrc/textproc/p5-Text-SimpleTable: Makefile distinfo Log Message: Update to 2.05 Upstream changes: 2.05 2010-06-06 16:38:00 - Add CJK support (usausat) - Add unicode box support (pjsg) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/p5-Text-SimpleTable/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/p5-Text-SimpleTable/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1528639057218970 Content-Disposition: inline Content-Length: 1876 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-Text-SimpleTable/Makefile diff -u pkgsrc/textproc/p5-Text-SimpleTable/Makefile:1.19 pkgsrc/textproc/p5-Text-SimpleTable/Makefile:1.20 --- pkgsrc/textproc/p5-Text-SimpleTable/Makefile:1.19 Sun Mar 25 16:02:07 2018 +++ pkgsrc/textproc/p5-Text-SimpleTable/Makefile Sun Jun 10 13:57:37 2018 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2018/03/25 16:02:07 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2018/06/10 13:57:37 wen Exp $ -DISTNAME= Text-SimpleTable-2.04 -PKGNAME= p5-${DISTNAME:S/01/0.1/} +DISTNAME= Text-SimpleTable-2.05 +PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} Index: pkgsrc/textproc/p5-Text-SimpleTable/distinfo diff -u pkgsrc/textproc/p5-Text-SimpleTable/distinfo:1.10 pkgsrc/textproc/p5-Text-SimpleTable/distinfo:1.11 --- pkgsrc/textproc/p5-Text-SimpleTable/distinfo:1.10 Sun Mar 25 16:02:07 2018 +++ pkgsrc/textproc/p5-Text-SimpleTable/distinfo Sun Jun 10 13:57:37 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2018/03/25 16:02:07 wiz Exp $ +$NetBSD: distinfo,v 1.11 2018/06/10 13:57:37 wen Exp $ -SHA1 (Text-SimpleTable-2.04.tar.gz) = 1a9e11b0bf08cd5ffae07f5d490b1f7eb1fc1226 -RMD160 (Text-SimpleTable-2.04.tar.gz) = fde2f5e8125fbc89a23078e9310f72531c785c27 -SHA512 (Text-SimpleTable-2.04.tar.gz) = 34057fd0d055b4d39957f2f3a61e260ad54a19f1e1c311cce2d8f573b6ef9b8e75116a41b61a265ea309190f3a2d05c6b7726a0c8c56091a37c992d33d5d1a04 -Size (Text-SimpleTable-2.04.tar.gz) = 9408 bytes +SHA1 (Text-SimpleTable-2.05.tar.gz) = 105ea0cbb59d2d6b440fc3556f716173dc53d7bc +RMD160 (Text-SimpleTable-2.05.tar.gz) = 988d69dd1fdd8237c7caa1b230b6c6def597caff +SHA512 (Text-SimpleTable-2.05.tar.gz) = 52a5f3a7469bf9c757c309315c5bd90ae28e854f6e19459c6a9ef5f863155e0dd02ae9bf39abfc2ec8c0b705775a1138c7e3d617e2b21f1b7a35c09cbc309a46 +Size (Text-SimpleTable-2.05.tar.gz) = 9654 bytes --_----------=_1528639057218970--