Date: Wed, 10 Jul 2024 05:01:34 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c7c4c9e9543d - main - devel/bison: Update WWW and clean up pkg-descr Message-ID: <202407100501.46A51Ybq039956@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c7c4c9e9543d40ba5c1e4324e9bc247df5c166b0 commit c7c4c9e9543d40ba5c1e4324e9bc247df5c166b0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-10 04:57:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-10 04:57:24 +0000 devel/bison: Update WWW and clean up pkg-descr --- devel/bison/Makefile | 3 ++- devel/bison/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/bison/Makefile b/devel/bison/Makefile index a06534ba1e73..b9d76bb07800 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -7,7 +7,8 @@ MASTER_SITES= GNU MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parser generator from FSF, (mostly) compatible with Yacc -WWW= https://savannah.gnu.org/projects/bison/ +WWW= https://www.gnu.org/software/bison/ \ + https://savannah.gnu.org/projects/bison/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/devel/bison/pkg-descr b/devel/bison/pkg-descr index 15afeadcd333..71d97b89c0bc 100644 --- a/devel/bison/pkg-descr +++ b/devel/bison/pkg-descr @@ -9,5 +9,3 @@ Bison is upward compatible with Yacc: all properly-written Yacc grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with little trouble. You need to be fluent in C or C++ programming in order to use Bison. Java is also supported as an experimental feature. - -See also: https://www.gnu.org/software/bison/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407100501.46A51Ybq039956>