Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id A4C587A303 for ; Sun, 25 Dec 2016 00:11:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 57DCE8570F; Sun, 25 Dec 2016 00:11:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D9D3085704 for ; Sun, 25 Dec 2016 00:11:56 +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 QM-2xuO0Ronn for ; Sun, 25 Dec 2016 00:11:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4A6A5856D7 for ; Sun, 25 Dec 2016 00:11:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 47A0DFBA6; Sun, 25 Dec 2016 00:11:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1482624716219590" MIME-Version: 1.0 Date: Sun, 25 Dec 2016 00:11:56 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/lang/opensource-cobol To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20161225001156.47A0DFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1482624716219590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Dec 25 00:11:56 UTC 2016 Modified Files: pkgsrc/lang/opensource-cobol: Makefile distinfo Log Message: Update to 1.5.1J * Fix PR pkg/51738 from Oshima-san Changelog: * Changes in opensource COBOL 1.5.1J ** Bug fixes *** build error on Windows. *** test failure caused by missing inline-function declarations on gcc5. *** compiler warnings on v1.3 or later. ** Changes *** update solution file in Visual Studio to 2015. ----------------------------------------------------------------------- * Changes in opensource COBOL 1.5.0J ** New features *** ADD new functions and features. (1) Add a new function "C$CALLEDBY". This gets the program name that called itself. (2) Add a new function "C$LIST-DIRECTORY". This gets the list of files in the target directory. (3) Add a new feature "CANCEL ALL". This cancel subprogram and all subprograms that callded by it. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/opensource-cobol/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/opensource-cobol/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1482624716219590 Content-Disposition: inline Content-Length: 2190 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/opensource-cobol/Makefile diff -u pkgsrc/lang/opensource-cobol/Makefile:1.6 pkgsrc/lang/opensource-cobol/Makefile:1.7 --- pkgsrc/lang/opensource-cobol/Makefile:1.6 Tue Aug 18 07:31:10 2015 +++ pkgsrc/lang/opensource-cobol/Makefile Sun Dec 25 00:11:56 2016 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2015/08/18 07:31:10 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2016/12/25 00:11:56 ryoon Exp $ -DISTNAME= opensource-cobol-1.4.0J-utf8 +DISTNAME= opensource-cobol-1.5.1J-utf8 PKGNAME= ${DISTNAME:S/-utf8//} -PKGREVISION= 2 CATEGORIES= lang -MASTER_SITES= -http://www.osscons.jp/osscobol/files/?action=cabinet_action_main_download&block_id=414&room_id=21&cabinet_id=11&file_id=289&upload_id=564 +MASTER_SITES= -https://www.osscons.jp/osscobol/files/?action=cabinet_action_main_download&block_id=414&room_id=21&cabinet_id=11&file_id=382&upload_id=761 MAINTAINER= ryoon@NetBSD.org HOMEPAGE= http://www.osscons.jp/osscobol/ Index: pkgsrc/lang/opensource-cobol/distinfo diff -u pkgsrc/lang/opensource-cobol/distinfo:1.4 pkgsrc/lang/opensource-cobol/distinfo:1.5 --- pkgsrc/lang/opensource-cobol/distinfo:1.4 Tue Nov 3 22:50:40 2015 +++ pkgsrc/lang/opensource-cobol/distinfo Sun Dec 25 00:11:56 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 22:50:40 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/12/25 00:11:56 ryoon Exp $ -SHA1 (opensource-cobol-1.4.0J-utf8.tar.gz) = 24b8dd2b1ea8269f296889351fcfd906da84b207 -RMD160 (opensource-cobol-1.4.0J-utf8.tar.gz) = 2c48df0c04f20a19ef801e9da212fb0bf2fa50e3 -SHA512 (opensource-cobol-1.4.0J-utf8.tar.gz) = 75c624796b5fe581da9b9a1c4e0621a4883b70d51e470f8d2a1e2f6d08b901134fbf1d26d20256c47d6982d3a214b6829ecd0c7176ed1ff14191226545290dec -Size (opensource-cobol-1.4.0J-utf8.tar.gz) = 1709635 bytes +SHA1 (opensource-cobol-1.5.1J-utf8.tar.gz) = eda4191aff9e05b569fe4024a26dab187a00c3f6 +RMD160 (opensource-cobol-1.5.1J-utf8.tar.gz) = 1996eb2fcb7c3df86e8ab3dd51652720bed4ba6e +SHA512 (opensource-cobol-1.5.1J-utf8.tar.gz) = d61127229127bd8e60de018cf05fae70876a757452e8dc4f0d98a6d866332018cf4ba8b0bb3c14f0a9de540bd3a5bb8f870803d8d71967f0dcd416463e9d4a11 +Size (opensource-cobol-1.5.1J-utf8.tar.gz) = 1744325 bytes --_----------=_1482624716219590--