Received: by mail.netbsd.org (Postfix, from userid 605) id CD45184CE9; Wed, 14 Aug 2019 01:48:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 530E584CDF for ; Wed, 14 Aug 2019 01:48:07 +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 4OP7V64ixr-B for ; Wed, 14 Aug 2019 01:48:06 +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 CA15684CDC for ; Wed, 14 Aug 2019 01:48:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B930DFBF4; Wed, 14 Aug 2019 01:48:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156574728678500" MIME-Version: 1.0 Date: Wed, 14 Aug 2019 01:48:06 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Getopt-Long-Descriptive To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20190814014806.B930DFBF4@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. --_----------=_156574728678500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Wed Aug 14 01:48:06 UTC 2019 Modified Files: pkgsrc/devel/p5-Getopt-Long-Descriptive: Makefile distinfo Log Message: Update to 0.104 Upstream changes: 0.104 2019-04-27 10:50:50+01:00 Europe/London - allow for verbatim text in descripition options To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/p5-Getopt-Long-Descriptive/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/p5-Getopt-Long-Descriptive/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156574728678500 Content-Disposition: inline Content-Length: 1978 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Getopt-Long-Descriptive/Makefile diff -u pkgsrc/devel/p5-Getopt-Long-Descriptive/Makefile:1.38 pkgsrc/devel/p5-Getopt-Long-Descriptive/Makefile:1.39 --- pkgsrc/devel/p5-Getopt-Long-Descriptive/Makefile:1.38 Sun Aug 11 13:19:32 2019 +++ pkgsrc/devel/p5-Getopt-Long-Descriptive/Makefile Wed Aug 14 01:48:06 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2019/08/11 13:19:32 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2019/08/14 01:48:06 wen Exp $ -DISTNAME= Getopt-Long-Descriptive-0.103 +DISTNAME= Getopt-Long-Descriptive-0.104 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/} Index: pkgsrc/devel/p5-Getopt-Long-Descriptive/distinfo diff -u pkgsrc/devel/p5-Getopt-Long-Descriptive/distinfo:1.20 pkgsrc/devel/p5-Getopt-Long-Descriptive/distinfo:1.21 --- pkgsrc/devel/p5-Getopt-Long-Descriptive/distinfo:1.20 Wed Aug 15 01:54:20 2018 +++ pkgsrc/devel/p5-Getopt-Long-Descriptive/distinfo Wed Aug 14 01:48:06 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2018/08/15 01:54:20 wen Exp $ +$NetBSD: distinfo,v 1.21 2019/08/14 01:48:06 wen Exp $ -SHA1 (Getopt-Long-Descriptive-0.103.tar.gz) = 6cf83d241151d4934677a3aad79a46e2be810bf7 -RMD160 (Getopt-Long-Descriptive-0.103.tar.gz) = 05efa0f8d90d47745dc1856bee4ff42890542774 -SHA512 (Getopt-Long-Descriptive-0.103.tar.gz) = 9229575bde794fa1213871fbb33a12222737d7979cf4c290200fd85c7da9e3227539809b8380a88a85675429ceb61e505bac8cc4e1408ca63ba92b4e1b33149f -Size (Getopt-Long-Descriptive-0.103.tar.gz) = 32683 bytes +SHA1 (Getopt-Long-Descriptive-0.104.tar.gz) = c1a3842f97d81dbac975c5d5cba3aa72a86fd79b +RMD160 (Getopt-Long-Descriptive-0.104.tar.gz) = a7064949bdd75f7d6a3d096ece659a8227a16733 +SHA512 (Getopt-Long-Descriptive-0.104.tar.gz) = 5579faa6f9012cd03ac4d51149b0854771f15d8e324f8df345fe6af1a8f3fdeaaef6c5becee55bf77515da85d92aa61a63dfc5ee8264d2d0368e02a4a4cbd7fa +Size (Getopt-Long-Descriptive-0.104.tar.gz) = 32643 bytes --_----------=_156574728678500--