diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-02-22 23:51:45 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-02-22 23:51:45 +0800 |
commit | 667f7aece5f3acfc6ca96552ad768674016c5251 (patch) | |
tree | c51d08e3df5779119acd74cd3d347c9e229f0ed1 /x11-toolkits | |
parent | ca856f8c6faa31f0df3d8b896397379893783bc6 (diff) | |
download | freebsd-ports-gnome-667f7aece5f3acfc6ca96552ad768674016c5251.tar.gz freebsd-ports-gnome-667f7aece5f3acfc6ca96552ad768674016c5251.tar.zst freebsd-ports-gnome-667f7aece5f3acfc6ca96552ad768674016c5251.zip |
- take maintainership
- remove DEPRECATED
Approved by: mm (Martin Matuska)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tk82/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/tk83/Makefile | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/x11-toolkits/tk82/Makefile b/x11-toolkits/tk82/Makefile index b80117a89a0f..22d46d3b4722 100644 --- a/x11-toolkits/tk82/Makefile +++ b/x11-toolkits/tk82/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_TCLTK} MASTER_SITE_SUBDIR= tcl8_2 DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= mm@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= Graphical toolkit for TCL USE_TCL= 82 @@ -37,9 +37,6 @@ MANCOMPRESSED= no OPTIONS= TK82_MAN "Install tk 8.2 manpages" off -DEPRECATED= tcl82 support is going to be dropped -EXPIRATION_DATE= 2009-04-22 - .include <bsd.port.pre.mk> .if !defined(NO_INSTALL_MANPAGES) && defined(WITH_TK82_MAN) diff --git a/x11-toolkits/tk83/Makefile b/x11-toolkits/tk83/Makefile index 495141e2d4b2..f6b9e29fe473 100644 --- a/x11-toolkits/tk83/Makefile +++ b/x11-toolkits/tk83/Makefile @@ -13,15 +13,12 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tcl DISTNAME= ${PORTNAME}${PORTVERSION}-src -MAINTAINER= mm@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= Graphical toolkit for TCL USE_TCL= 83 USE_TCL_BUILD= 83 -DEPRECATED= tcl8.3 support is going to be dropped -EXPIRATION_DATE= 2009-05-22 - PORTSCOUT= skipv:8.3b1,8.3b2,8.4.0 LATEST_LINK= tk83 |