Date: Thu, 12 Nov 2020 08:04:36 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554935 - head/lang/gnu-cobol Message-ID: <202011120804.0AC84aVK022186@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011120804.0AC84aVK022186>