svn commit: r307788 - in head: lang/tcl82 x11-toolkits/tk82

Pietro Cerutti gahr at FreeBSD.org
Mon Nov 26 15:49:08 UTC 2012


Author: gahr
Date: Mon Nov 26 15:49:08 2012
New Revision: 307788
URL: http://svnweb.freebsd.org/changeset/ports/307788

Log:
  - mark as deprecated, they're going to be killed as soon as last consumer
    (deskutils/abacus) has gone. This will be 2012-12-01
  - assign to TclTk@ in the meanwhile
  
  Feature safe:	yes

Modified:
  head/lang/tcl82/Makefile   (contents, props changed)
  head/x11-toolkits/tk82/Makefile   (contents, props changed)

Modified: head/lang/tcl82/Makefile
==============================================================================
--- head/lang/tcl82/Makefile	Mon Nov 26 15:17:46 2012	(r307787)
+++ head/lang/tcl82/Makefile	Mon Nov 26 15:49:08 2012	(r307788)
@@ -9,9 +9,12 @@ MASTER_SITES=	${MASTER_SITE_TCLTK}
 MASTER_SITE_SUBDIR=	tcl8_2
 DISTNAME=	${PORTNAME}${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	TclTk at FreeBSD.org
 COMMENT=	Tool Command Language
 
+DEPRECATED=	no longer maintained upstream
+EXPIRATION_DATE=2012-12-01
+
 PORTSCOUT=	limit:^8\.2\.
 
 LATEST_LINK=	tcl82

Modified: head/x11-toolkits/tk82/Makefile
==============================================================================
--- head/x11-toolkits/tk82/Makefile	Mon Nov 26 15:17:46 2012	(r307787)
+++ head/x11-toolkits/tk82/Makefile	Mon Nov 26 15:49:08 2012	(r307788)
@@ -9,9 +9,12 @@ MASTER_SITES=	${MASTER_SITE_TCLTK}
 MASTER_SITE_SUBDIR=	tcl8_2
 DISTNAME=	${PORTNAME}${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	TclTk at FreeBSD.org
 COMMENT=	Graphical toolkit for TCL
 
+DEPRECATED=	no longer maintained upstream
+EXPIRATION_DATE=2012-12-01
+
 USE_TCL=	82
 USE_TCL_BUILD=	82
 


More information about the svn-ports-all mailing list