Received: by mail.netbsd.org (Postfix, from userid 605) id 3D09984D8E; Tue, 4 Dec 2018 08:01:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 392D084D85 for ; Tue, 4 Dec 2018 08:01:25 +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 KXkYmW3GYOv6 for ; Tue, 4 Dec 2018 08:01:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7DD8284C77 for ; Tue, 4 Dec 2018 08:01:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 76F0BFA96; Tue, 4 Dec 2018 08:01:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1543910484238580" MIME-Version: 1.0 Date: Tue, 4 Dec 2018 08:01:24 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Software-License To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20181204080124.76F0BFA96@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. --_----------=_1543910484238580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Dec 4 08:01:24 UTC 2018 Modified Files: pkgsrc/devel/p5-Software-License: Makefile distinfo Log Message: Update to 0.103014 Upstream changes: 0.103014 2018-11-27 23:14:43+01:00 Europe/Amsterdam - Added SPDX license expression support To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-Software-License/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-Software-License/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1543910484238580 Content-Disposition: inline Content-Length: 2015 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Software-License/Makefile diff -u pkgsrc/devel/p5-Software-License/Makefile:1.23 pkgsrc/devel/p5-Software-License/Makefile:1.24 --- pkgsrc/devel/p5-Software-License/Makefile:1.23 Wed Aug 22 09:44:38 2018 +++ pkgsrc/devel/p5-Software-License/Makefile Tue Dec 4 08:01:24 2018 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2018/08/22 09:44:38 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2018/12/04 08:01:24 wen Exp $ -DISTNAME= Software-License-0.103013 +DISTNAME= Software-License-0.103014 # put a period in the center of 6 digit, for example, 0.103004 -> 0.103.004 PKGNAME= p5-${DISTNAME:C/\.([0-9][0-9][0-9])([0-9][0-9][0-9])/.\1.\2/} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/L/LE/LEONT/} Index: pkgsrc/devel/p5-Software-License/distinfo diff -u pkgsrc/devel/p5-Software-License/distinfo:1.12 pkgsrc/devel/p5-Software-License/distinfo:1.13 --- pkgsrc/devel/p5-Software-License/distinfo:1.12 Wed Nov 8 20:41:58 2017 +++ pkgsrc/devel/p5-Software-License/distinfo Tue Dec 4 08:01:24 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2017/11/08 20:41:58 wiz Exp $ +$NetBSD: distinfo,v 1.13 2018/12/04 08:01:24 wen Exp $ -SHA1 (Software-License-0.103013.tar.gz) = 7d17455ef480a53e738bdc1b75693b1a75b62f2f -RMD160 (Software-License-0.103013.tar.gz) = 03adb0c29881e5697304ce58c25c58456650adc6 -SHA512 (Software-License-0.103013.tar.gz) = 69af2e6f759cb9c449ee2045e26d4cc6e344eec07f1ecae6718a5bcc0a11e594009338f509f321100b214af1a445169cf06fd32e11a477f137e57de33f377b25 -Size (Software-License-0.103013.tar.gz) = 120235 bytes +SHA1 (Software-License-0.103014.tar.gz) = 469fb29d865a5830caa757035cd4b28e9c2ac487 +RMD160 (Software-License-0.103014.tar.gz) = 4ffcbf5f49bfa6bc4bcdf1e89fa2e92a4b87eabc +SHA512 (Software-License-0.103014.tar.gz) = 8012f9d3e8671bdcbaf52f6790f6cd2f6a0510883bb40115c222c8c685aed6697ba33b3f9df8d853841cd2eef0806d919c9038b6ba7b1057f475b3b63457069d +Size (Software-License-0.103014.tar.gz) = 121711 bytes --_----------=_1543910484238580--