git: 8209d19cb869 - main - lang/gnu-cobol: Add missing DEPENDS

From: Wen Heping <wen_at_FreeBSD.org>
Date: Fri, 08 Jul 2022 00:46:53 UTC
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8209d19cb869df85c4f7df3e17736da7e203ed09

commit 8209d19cb869df85c4f7df3e17736da7e203ed09
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2022-07-08 00:43:41 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2022-07-08 00:43:41 +0000

    lang/gnu-cobol: Add missing DEPENDS
    
    Update PORTNAME
    Update WWW
    Update COMMENT
    Reported by:    Simon Sobisch<simonsobisch@gnu.org>(via email)
---
 lang/gnu-cobol/Makefile  | 10 ++++++----
 lang/gnu-cobol/pkg-descr |  2 +-
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/lang/gnu-cobol/Makefile b/lang/gnu-cobol/Makefile
index 8add4f447b8a..5a075500ac73 100644
--- a/lang/gnu-cobol/Makefile
+++ b/lang/gnu-cobol/Makefile
@@ -1,18 +1,20 @@
 # Created by: ijliao
 
-PORTNAME=	gnu-cobol
+PORTNAME=	gnucobol
 PORTVERSION=	3.1.2
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	GNU/gnucobol
-DISTNAME=	gnucobol-${PORTVERSION}
 
 MAINTAINER=	wen@FreeBSD.org
-COMMENT=	Open-source COBOL compiler
+COMMENT=	Free/libre COBOL compiler
 
 LICENSE=	GPLv3 LGPL3
 LICENSE_COMB=	multi
 
-LIB_DEPENDS=	libgmp.so:math/gmp
+LIB_DEPENDS=	libgmp.so:math/gmp \
+		libcjson.so:devel/libcjson \
+		libxml2.so:textproc/libxml2
 
 USES=		bdb gmake libtool ncurses tar:xz
 USE_LDCONFIG=	yes
diff --git a/lang/gnu-cobol/pkg-descr b/lang/gnu-cobol/pkg-descr
index 8599ce3931f2..1264415df755 100644
--- a/lang/gnu-cobol/pkg-descr
+++ b/lang/gnu-cobol/pkg-descr
@@ -1,4 +1,4 @@
 GNU COBOL, formerly known as Open-COBOL, is an open-source COBOL compiler,
 which translates COBOL programs to C code and compiles it using GCC.
 
-WWW: https://savannah.gnu.org/projects/gnucobol
+WWW: https://www.gnu.org/software/gnucobol/