svn commit: r311628 - in head: lang/tcl83 x11-toolkits/tk83

Pietro Cerutti gahr at FreeBSD.org
Mon Feb 4 15:28:17 UTC 2013


Author: gahr
Date: Mon Feb  4 15:28:16 2013
New Revision: 311628
URL: http://svnweb.freebsd.org/changeset/ports/311628

Log:
  - Mark lang/tcl83 and x11-toolkits/tk83 as DEPRECATED, to expire in 2 months
  
    Tcl/Tk 8.3 has been long unmaintained upstream, with the last release almost
    10 years ago.

Modified:
  head/lang/tcl83/Makefile
  head/x11-toolkits/tk83/Makefile

Modified: head/lang/tcl83/Makefile
==============================================================================
--- head/lang/tcl83/Makefile	Mon Feb  4 15:24:20 2013	(r311627)
+++ head/lang/tcl83/Makefile	Mon Feb  4 15:28:16 2013	(r311628)
@@ -11,6 +11,9 @@ DISTNAME=	${PORTNAME}${PORTVERSION}-src
 MAINTAINER=	tcltk at FreeBSD.org
 COMMENT=	Tool Command Language
 
+DEPRECATED=	No longer maintained upstream
+EXPIRATION_DATE=2013-04-04
+
 PORTSCOUT=	limit:^8\.3\.
 
 LATEST_LINK=	tcl83

Modified: head/x11-toolkits/tk83/Makefile
==============================================================================
--- head/x11-toolkits/tk83/Makefile	Mon Feb  4 15:24:20 2013	(r311627)
+++ head/x11-toolkits/tk83/Makefile	Mon Feb  4 15:28:16 2013	(r311628)
@@ -11,6 +11,9 @@ DISTNAME=	${PORTNAME}${PORTVERSION}-src
 MAINTAINER=	tcltk at FreeBSD.org
 COMMENT=	Graphical toolkit for TCL
 
+DEPRECATED=	No longer maintained upstream
+EXPIRATION_DATE=2013-04-04
+
 USE_TCL=	83
 USE_TCL_BUILD=	83
 


More information about the svn-ports-head mailing list