From owner-svn-ports-all@freebsd.org Thu Nov 12 08:04:37 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 98B1A2E2654; Thu, 12 Nov 2020 08:04:37 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CWvJj3xYTz3FYK; Thu, 12 Nov 2020 08:04:37 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7A455235BC; Thu, 12 Nov 2020 08:04:37 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AC84bjK022188; Thu, 12 Nov 2020 08:04:37 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AC84aVK022186; Thu, 12 Nov 2020 08:04:36 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202011120804.0AC84aVK022186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 12 Nov 2020 08:04:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554935 - head/lang/gnu-cobol X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/lang/gnu-cobol X-SVN-Commit-Revision: 554935 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2020 08:04:37 -0000 Author: wen Date: Thu Nov 12 08:04:36 2020 New Revision: 554935 URL: https://svnweb.freebsd.org/changeset/ports/554935 Log: - Update to 3.1 Modified: head/lang/gnu-cobol/Makefile head/lang/gnu-cobol/distinfo head/lang/gnu-cobol/pkg-plist Modified: head/lang/gnu-cobol/Makefile ============================================================================== --- head/lang/gnu-cobol/Makefile Thu Nov 12 07:12:55 2020 (r554934) +++ head/lang/gnu-cobol/Makefile Thu Nov 12 08:04:36 2020 (r554935) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnu-cobol -PORTVERSION= 2.2 -PORTREVISION= 1 +PORTVERSION= 3.1 CATEGORIES= lang MASTER_SITES= GNU/gnucobol DISTNAME= gnucobol-${PORTVERSION} @@ -34,9 +33,7 @@ NLS_USES= gettext NLS_CONFIGURE_ENABLE=nls post-patch: - @${REINPLACE_CMD} -e 's|__gmp_randinit|__gmpz_init|g ; \ - s|db-4.[0-9]|${BDB_LIB_NAME}|g ; \ - s|-lcurses|-lncurses|g ; \ - s|-R$$found_dir|-Wl,-rpath,$$found_dir|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-lcurses|-lncurses|g ; \ + s|-R$$found_dir|-Wl,-rpath,$$found_dir|g' ${WRKSRC}/configure .include Modified: head/lang/gnu-cobol/distinfo ============================================================================== --- head/lang/gnu-cobol/distinfo Thu Nov 12 07:12:55 2020 (r554934) +++ head/lang/gnu-cobol/distinfo Thu Nov 12 08:04:36 2020 (r554935) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513844573 -SHA256 (gnucobol-2.2.tar.xz) = dc18fc45c269debfe86a4bbe20a7250983cba6238ea1917e135df5926cd024a0 -SIZE (gnucobol-2.2.tar.xz) = 1604648 +TIMESTAMP = 1605195484 +SHA256 (gnucobol-3.1.tar.xz) = 244f6a231519f4553df6f305269a22be3372d5f3dcafc222b104f582380348f5 +SIZE (gnucobol-3.1.tar.xz) = 2169296 Modified: head/lang/gnu-cobol/pkg-plist ============================================================================== --- head/lang/gnu-cobol/pkg-plist Thu Nov 12 07:12:55 2020 (r554934) +++ head/lang/gnu-cobol/pkg-plist Thu Nov 12 08:04:36 2020 (r554935) @@ -5,11 +5,13 @@ include/libcob.h include/libcob/cobgetopt.h include/libcob/common.h include/libcob/exception.def +include/libcob/exception-io.def lib/gnucobol/CBL_OC_DUMP.so lib/libcob.a lib/libcob.so lib/libcob.so.4 lib/libcob.so.4.0.0 +man/man1/cob-config.1.gz man/man1/cobc.1.gz man/man1/cobcrun.1.gz %%DATADIR%%/config/acu-strict.conf @@ -35,6 +37,9 @@ man/man1/cobcrun.1.gz %%DATADIR%%/config/mvs-strict.conf %%DATADIR%%/config/mvs.conf %%DATADIR%%/config/mvs.words +%%DATADIR%%/config/realia-strict.conf +%%DATADIR%%/config/realia.conf +%%DATADIR%%/config/realia.words %%DATADIR%%/config/rm-strict.conf %%DATADIR%%/config/rm.conf %%DATADIR%%/config/rm.words @@ -44,11 +49,16 @@ man/man1/cobcrun.1.gz %%DATADIR%%/copy/screenio.cpy %%DATADIR%%/copy/sqlca.cpy %%DATADIR%%/copy/sqlda.cpy +%%DATADIR%%/copy/xfhfcd.cpy +%%DATADIR%%/copy/xfhfcd3.cpy %%NLS%%share/locale/de/LC_MESSAGES/gnucobol.mo %%NLS%%share/locale/en@boldquot/LC_MESSAGES/gnucobol.mo %%NLS%%share/locale/en@quot/LC_MESSAGES/gnucobol.mo %%NLS%%share/locale/es/LC_MESSAGES/gnucobol.mo +%%NLS%%share/locale/fr/LC_MESSAGES/gnucobol.mo %%NLS%%share/locale/it/LC_MESSAGES/gnucobol.mo %%NLS%%share/locale/ja/LC_MESSAGES/gnucobol.mo %%NLS%%share/locale/nl/LC_MESSAGES/gnucobol.mo %%NLS%%share/locale/pt/LC_MESSAGES/gnucobol.mo +%%NLS%%share/locale/sr/LC_MESSAGES/gnucobol.mo +%%NLS%%share/locale/sv/LC_MESSAGES/gnucobol.mo