Date: Tue, 11 May 2021 13:36:04 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4d3ecb3b8b45 - main - devel/SpecTcl: fixes BROKEN, adds LICENSE, takes MAINTAINER Message-ID: <202105111336.14BDa45T029218@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d3ecb3b8b4598b5152a2b54bcdb6d0700ca0484 commit 4d3ecb3b8b4598b5152a2b54bcdb6d0700ca0484 Author: Chris Hutchinson <portmaster@bsdforge.com> AuthorDate: 2021-05-11 13:34:58 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2021-05-11 13:35:36 +0000 devel/SpecTcl: fixes BROKEN, adds LICENSE, takes MAINTAINER PR: 255623 --- devel/SpecTcl/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/devel/SpecTcl/Makefile b/devel/SpecTcl/Makefile index 25d99f05763e..d6611f51ff45 100644 --- a/devel/SpecTcl/Makefile +++ b/devel/SpecTcl/Makefile @@ -7,12 +7,17 @@ MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME} DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Free drag-and-drop GUI builder for Tk and Java from Sun -NO_BUILD= yes +LICENSE= SUN +LICENSE_NAME= SUN +LICENSE_FILE= ${WRKSRC}/license.terms +LICENSE_PERMS= auto-accept + +USES= tk -USES+= tk:85 +NO_BUILD= yes post-patch: .for file in specJava specTcl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105111336.14BDa45T029218>