diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-12-25 00:11:56 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-12-25 00:11:56 +0000 |
commit | ec1f73dca71a3415b11fce4176672464b575b807 (patch) | |
tree | a5c9bcbe0af0a395aac65cccc609eb58bc32d491 | |
parent | eb89be1d2d4ffdf22e3fbf28288744826315a036 (diff) | |
download | pkgsrc-ec1f73dca71a3415b11fce4176672464b575b807.tar.gz |
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.
-rw-r--r-- | lang/opensource-cobol/Makefile | 7 | ||||
-rw-r--r-- | lang/opensource-cobol/distinfo | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/lang/opensource-cobol/Makefile b/lang/opensource-cobol/Makefile index c6505e371bf..721ec03cafe 100644 --- a/lang/opensource-cobol/Makefile +++ b/lang/opensource-cobol/Makefile @@ -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/ diff --git a/lang/opensource-cobol/distinfo b/lang/opensource-cobol/distinfo index 7f3d7378b20..f049028d17f 100644 --- a/lang/opensource-cobol/distinfo +++ b/lang/opensource-cobol/distinfo @@ -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 |