From owner-svn-ports-all@freebsd.org Mon Dec 25 10:58:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B08BE834A0; Mon, 25 Dec 2017 10:58:42 +0000 (UTC) (envelope-from johans@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 mx1.freebsd.org (Postfix) with ESMTPS id 125C9801B5; Mon, 25 Dec 2017 10:58:41 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBPAwfMx030593; Mon, 25 Dec 2017 10:58:41 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBPAwelb030590; Mon, 25 Dec 2017 10:58:40 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201712251058.vBPAwelb030590@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Mon, 25 Dec 2017 10:58:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457215 - head/lang/gnu-cobol X-SVN-Group: ports-head X-SVN-Commit-Author: johans X-SVN-Commit-Paths: head/lang/gnu-cobol X-SVN-Commit-Revision: 457215 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.25 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: Mon, 25 Dec 2017 10:58:42 -0000 Author: johans Date: Mon Dec 25 10:58:40 2017 New Revision: 457215 URL: https://svnweb.freebsd.org/changeset/ports/457215 Log: - Update to 2.2 - Add LICENSE PR: ports/224494 Submitted by: wen 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 Mon Dec 25 10:37:50 2017 (r457214) +++ head/lang/gnu-cobol/Makefile Mon Dec 25 10:58:40 2017 (r457215) @@ -2,22 +2,27 @@ # $FreeBSD$ PORTNAME= gnu-cobol -PORTVERSION= 1.1 -PORTREVISION= 2 +PORTVERSION= 2.2 CATEGORIES= lang MASTER_SITES= GNU/gnucobol +DISTNAME= gnucobol-${PORTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= Open-source COBOL compiler +LICENSE= GPLv3 LGPL3 +LICENSE_COMB= multi + LIB_DEPENDS= libgmp.so:math/gmp -USES= bdb gmake libtool ncurses +USES= bdb gmake libtool ncurses tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes -INFO= gnu-cobol +INFO= gnucobol +DATADIR= ${PREFIX}/share/gnucobol +INSTALL_TARGET= install-strip CPPFLAGS+= -I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/lang/gnu-cobol/distinfo ============================================================================== --- head/lang/gnu-cobol/distinfo Mon Dec 25 10:37:50 2017 (r457214) +++ head/lang/gnu-cobol/distinfo Mon Dec 25 10:58:40 2017 (r457215) @@ -1,2 +1,3 @@ -SHA256 (gnu-cobol-1.1.tar.gz) = bd319c0d001e85835c8501ad74c9de0052fe82b8a38b4530f41b49b2af028b9d -SIZE (gnu-cobol-1.1.tar.gz) = 1093343 +TIMESTAMP = 1513844573 +SHA256 (gnucobol-2.2.tar.xz) = dc18fc45c269debfe86a4bbe20a7250983cba6238ea1917e135df5926cd024a0 +SIZE (gnucobol-2.2.tar.xz) = 1604648 Modified: head/lang/gnu-cobol/pkg-plist ============================================================================== --- head/lang/gnu-cobol/pkg-plist Mon Dec 25 10:37:50 2017 (r457214) +++ head/lang/gnu-cobol/pkg-plist Mon Dec 25 10:58:40 2017 (r457215) @@ -2,23 +2,53 @@ bin/cob-config bin/cobc bin/cobcrun include/libcob.h -include/libcob/codegen.h +include/libcob/cobgetopt.h include/libcob/common.h include/libcob/exception.def -include/libcob/system.def -lib/gnu-cobol/CBL_OC_DUMP.so +lib/gnucobol/CBL_OC_DUMP.so lib/libcob.a lib/libcob.so -lib/libcob.so.1 -lib/libcob.so.1.0.0 +lib/libcob.so.4 +lib/libcob.so.4.0.0 +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/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/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/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 -%%NLS%%share/locale/en@boldquot/LC_MESSAGES/gnu-cobol.mo -%%NLS%%share/locale/en@quot/LC_MESSAGES/gnu-cobol.mo -%%NLS%%share/locale/ja/LC_MESSAGES/gnu-cobol.mo +%%DATADIR%%/copy/sqlca.cpy +%%DATADIR%%/copy/sqlda.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/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