Sun Dec 25 00:11:56 2016 UTC ()
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.


(ryoon)
diff -r1.6 -r1.7 pkgsrc/lang/opensource-cobol/Makefile
diff -r1.4 -r1.5 pkgsrc/lang/opensource-cobol/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/lang/opensource-cobol/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/opensource-cobol/Makefile 2015/08/18 07:31:10 1.6
+++ pkgsrc/lang/opensource-cobol/Makefile 2016/12/25 00:11:56 1.7
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.6 2015/08/18 07:31:10 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2016/12/25 00:11:56 ryoon Exp $
2 2
3DISTNAME= opensource-cobol-1.4.0J-utf8 3DISTNAME= opensource-cobol-1.5.1J-utf8
4PKGNAME= ${DISTNAME:S/-utf8//} 4PKGNAME= ${DISTNAME:S/-utf8//}
5PKGREVISION= 2 
6CATEGORIES= lang 5CATEGORIES= lang
7MASTER_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 6MASTER_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
8 7
9MAINTAINER= ryoon@NetBSD.org 8MAINTAINER= ryoon@NetBSD.org
10HOMEPAGE= http://www.osscons.jp/osscobol/ 9HOMEPAGE= http://www.osscons.jp/osscobol/
11COMMENT= UTF-8 version of opensource COBOL, OpenCOBOL with Japanese extensions 10COMMENT= UTF-8 version of opensource COBOL, OpenCOBOL with Japanese extensions
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14CONFLICTS= opencobol-[0-9]* open-cobol-ce-[0-9]* 13CONFLICTS= opencobol-[0-9]* open-cobol-ce-[0-9]*
15 14
16BDB_ACCEPTED= db4 15BDB_ACCEPTED= db4
17 16
18GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
19USE_LIBTOOL= yes 18USE_LIBTOOL= yes
20USE_PKGLOCALEDIR= yes 19USE_PKGLOCALEDIR= yes

cvs diff -r1.4 -r1.5 pkgsrc/lang/opensource-cobol/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/opensource-cobol/distinfo 2015/11/03 22:50:40 1.4
+++ pkgsrc/lang/opensource-cobol/distinfo 2016/12/25 00:11:56 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2015/11/03 22:50:40 agc Exp $ 1$NetBSD: distinfo,v 1.5 2016/12/25 00:11:56 ryoon Exp $
2 2
3SHA1 (opensource-cobol-1.4.0J-utf8.tar.gz) = 24b8dd2b1ea8269f296889351fcfd906da84b207 3SHA1 (opensource-cobol-1.5.1J-utf8.tar.gz) = eda4191aff9e05b569fe4024a26dab187a00c3f6
4RMD160 (opensource-cobol-1.4.0J-utf8.tar.gz) = 2c48df0c04f20a19ef801e9da212fb0bf2fa50e3 4RMD160 (opensource-cobol-1.5.1J-utf8.tar.gz) = 1996eb2fcb7c3df86e8ab3dd51652720bed4ba6e
5SHA512 (opensource-cobol-1.4.0J-utf8.tar.gz) = 75c624796b5fe581da9b9a1c4e0621a4883b70d51e470f8d2a1e2f6d08b901134fbf1d26d20256c47d6982d3a214b6829ecd0c7176ed1ff14191226545290dec 5SHA512 (opensource-cobol-1.5.1J-utf8.tar.gz) = d61127229127bd8e60de018cf05fae70876a757452e8dc4f0d98a6d866332018cf4ba8b0bb3c14f0a9de540bd3a5bb8f870803d8d71967f0dcd416463e9d4a11
6Size (opensource-cobol-1.4.0J-utf8.tar.gz) = 1709635 bytes 6Size (opensource-cobol-1.5.1J-utf8.tar.gz) = 1744325 bytes