Date: Wed, 25 Mar 2026 14:43:49 +0000 From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 19b57e294bca - main - devel/global: fix license and remove unnecessary Perl dependency Message-ID: <69c3f4a5.1c8ec.401c06cd@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by tz: URL: https://cgit.FreeBSD.org/ports/commit/?id=19b57e294bca4786ffe4301b6a7915d3e6f1fab4 commit 19b57e294bca4786ffe4301b6a7915d3e6f1fab4 Author: Torsten Zuehlsdorff <tz@FreeBSD.org> AuthorDate: 2026-03-24 22:09:44 +0000 Commit: Torsten Zuehlsdorff <tz@FreeBSD.org> CommitDate: 2026-03-25 14:43:04 +0000 devel/global: fix license and remove unnecessary Perl dependency Fix LICENSE to reflect upstream COPYING file (multi-license: GPLv3+, LGPL20+, LGPL21+, BSD3CLAUSE, BSD4CLAUSE). Remove perl5 from USES as it is only needed by niche scripts not installed by the port. PR: 279142 Submitted by: olce@FreeBSD.org Approved by: sunpoet@FreeBSD.org (maintainer timeout) --- devel/global/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/devel/global/Makefile b/devel/global/Makefile index d245ac809cde..6559ccea9bca 100644 --- a/devel/global/Makefile +++ b/devel/global/Makefile @@ -1,5 +1,6 @@ PORTNAME= global PORTVERSION= 6.6.14 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU @@ -7,10 +8,10 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Source code tag system WWW= https://www.gnu.org/software/global/ -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= GPLv3+ LGPL20+ LGPL21+ BSD3CLAUSE BSD4CLAUSE +LICENSE_COMB= multi -USES= cpe libtool ncurses perl5 shebangfix +USES= cpe libtool ncurses shebangfix CONFIGURE_ARGS= --with-exuberant-ctags=${LOCALBASE}/bin/exctags \ --with-python-interpreter=${LOCALBASE}/bin/python${PYTHON_DEFAULT} \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c3f4a5.1c8ec.401c06cd>
