git: bf2a7a422920 - main - x11-toolkits/tix: add LICENSE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Jul 2024 18:30:22 UTC
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf2a7a4229207335b8910c60e33deda71f7e9022 commit bf2a7a4229207335b8910c60e33deda71f7e9022 Author: Chris Hutchinson <portmaster@bsdforge.com> AuthorDate: 2024-07-14 18:27:09 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-07-14 18:29:35 +0000 x11-toolkits/tix: add LICENSE Switch to DISTVERSION. PR: 279099 Approved by: Daniel O'Connor <darius@dons.net.au> (maintainer) --- x11-toolkits/tix/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile index c0edb80fe772..3c6c9e1e2002 100644 --- a/x11-toolkits/tix/Makefile +++ b/x11-toolkits/tix/Makefile @@ -1,6 +1,6 @@ PORTNAME= tix -PORTVERSION= 8.4.3 -PORTREVISION= 2 +DISTVERSION= 8.4.3 +PORTREVISION= 3 CATEGORIES= x11-toolkits tk MASTER_SITES= SF DISTNAME= Tix${DISTVERSION}-src${DISTVERSIONSUFFIX} @@ -9,6 +9,11 @@ MAINTAINER= doconnor@gsoft.com.au COMMENT= Extension to the Tk toolkit WWW= https://tix.sourceforge.net/ +LICENSE= TclTk +LICENSE_NAME= Tcl/Tk License +LICENSE_FILE= ${WRKSRC}/docs/license.tcltk +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + USES= tk:tea USE_LDCONFIG= yes