git: c7c4c9e9543d - main - devel/bison: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Jul 2024 05:01:34 UTC
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/