pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/opensource-cobol
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.
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@localhost
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
Home |
Main Index |
Thread Index |
Old Index