git: 4d3ecb3b8b45 - main - devel/SpecTcl: fixes BROKEN, adds LICENSE, takes MAINTAINER

Li-Wen Hsu lwhsu at FreeBSD.org
Tue May 11 13:36:04 UTC 2021


The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4d3ecb3b8b4598b5152a2b54bcdb6d0700ca0484

commit 4d3ecb3b8b4598b5152a2b54bcdb6d0700ca0484
Author:     Chris Hutchinson <portmaster at bsdforge.com>
AuthorDate: 2021-05-11 13:34:58 +0000
Commit:     Li-Wen Hsu <lwhsu at 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 at FreeBSD.org
+MAINTAINER=	portmaster at 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


More information about the dev-commits-ports-all mailing list