diff --git a/lang/gnu-cobol/Makefile b/lang/gnu-cobol/Makefile index 7c882271aa11..8690cf388b63 100644 --- a/lang/gnu-cobol/Makefile +++ b/lang/gnu-cobol/Makefile @@ -1,41 +1,40 @@ PORTNAME= gnucobol -PORTVERSION= 3.1.2 -PORTREVISION= 1 +PORTVERSION= 3.2 CATEGORIES= lang MASTER_SITES= GNU/gnucobol MAINTAINER= wen@FreeBSD.org COMMENT= Free/libre COBOL compiler WWW= https://www.gnu.org/software/gnucobol/ LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi LIB_DEPENDS= libgmp.so:math/gmp \ libcjson.so:devel/libcjson \ libxml2.so:textproc/libxml2 USES= bdb gmake libtool ncurses tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes TEST_TARGET= check TEST_ENV= TESTSUITEFLAGS=--jobs=${MAKE_JOBS_NUMBER} INFO= gnucobol DATADIR= ${PREFIX}/share/gnucobol INSTALL_TARGET= install-strip SSP_CFLAGS?= -fstack-protector # XXX -strong fails to build CPPFLAGS+= -I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE=nls post-patch: @${REINPLACE_CMD} -e 's|-lcurses|-lncurses|g ; \ s|-R$$found_dir|-Wl,-rpath,$$found_dir|g' ${WRKSRC}/configure .include diff --git a/lang/gnu-cobol/distinfo b/lang/gnu-cobol/distinfo index 53ab77664ab9..1afd6a167e6d 100644 --- a/lang/gnu-cobol/distinfo +++ b/lang/gnu-cobol/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609408167 -SHA256 (gnucobol-3.1.2.tar.xz) = 597005d71fd7d65b90cbe42bbfecd5a9ec0445388639404662e70d53ddf22574 -SIZE (gnucobol-3.1.2.tar.xz) = 2198512 +TIMESTAMP = 1690687868 +SHA256 (gnucobol-3.2.tar.xz) = 3bb48af46ced4779facf41fdc2ee60e4ccb86eaa99d010b36685315df39c2ee2 +SIZE (gnucobol-3.2.tar.xz) = 2902828 diff --git a/lang/gnu-cobol/pkg-plist b/lang/gnu-cobol/pkg-plist index 503ffc4283de..abc6a33b7a19 100644 --- a/lang/gnu-cobol/pkg-plist +++ b/lang/gnu-cobol/pkg-plist @@ -1,64 +1,75 @@ bin/cob-config bin/cobc bin/cobcrun include/libcob.h include/libcob/cobgetopt.h include/libcob/common.h include/libcob/exception.def include/libcob/exception-io.def +include/libcob/statement.def +include/libcob/version.h lib/gnucobol/CBL_OC_DUMP.so lib/libcob.a lib/libcob.so lib/libcob.so.4 -lib/libcob.so.4.1.0 +lib/libcob.so.4.2.0 man/man1/cob-config.1.gz man/man1/cobc.1.gz man/man1/cobcrun.1.gz %%DATADIR%%/config/acu-strict.conf %%DATADIR%%/config/acu.conf %%DATADIR%%/config/acu.words +%%DATADIR%%/config/alternate.ttbl %%DATADIR%%/config/bs2000-strict.conf %%DATADIR%%/config/bs2000.conf %%DATADIR%%/config/bs2000.words %%DATADIR%%/config/cobol2002.conf %%DATADIR%%/config/cobol2002.words %%DATADIR%%/config/cobol2014.conf %%DATADIR%%/config/cobol2014.words %%DATADIR%%/config/cobol85.conf %%DATADIR%%/config/cobol85.words %%DATADIR%%/config/default.conf +%%DATADIR%%/config/default.ttbl +%%DATADIR%%/config/ebcdic500_ascii7bit.ttbl +%%DATADIR%%/config/ebcdic500_ascii8bit.ttbl +%%DATADIR%%/config/ebcdic500_latin1.ttbl +%%DATADIR%%/config/gcos-strict.conf +%%DATADIR%%/config/gcos.conf +%%DATADIR%%/config/gcos.words %%DATADIR%%/config/ibm-strict.conf %%DATADIR%%/config/ibm.conf %%DATADIR%%/config/ibm.words %%DATADIR%%/config/lax.conf-inc %%DATADIR%%/config/mf-strict.conf %%DATADIR%%/config/mf.conf %%DATADIR%%/config/mf.words %%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 %%DATADIR%%/config/runtime.cfg %%DATADIR%%/config/runtime_empty.cfg %%DATADIR%%/config/xopen.conf %%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 +%%NLS%%share/locale/tr/LC_MESSAGES/gnucobol.mo