From 8e16c9bdbfb26d27641ad04919ccaf5685fe19ea Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Thu, 6 Mar 2014 19:30:54 +0000 Subject: [PATCH] Unbreak INDEX by removing deprecated py31-tkinter 2014-03-06 x11-toolkits/py31-tkinter: Depends on expiring lang/python31 With hat: portmgr --- MOVED | 1 + x11-toolkits/Makefile | 1 - x11-toolkits/py31-tkinter/Makefile | 13 ------------- 3 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 x11-toolkits/py31-tkinter/Makefile diff --git a/MOVED b/MOVED index 5dc921e25aee..1e0150d6e328 100644 --- a/MOVED +++ b/MOVED @@ -5602,3 +5602,4 @@ audio/bmp-crossfade|multimedia/audacious|2014-03-06|Has expired: Abandonware, pl audio/bmp-scrobbler|multimedia/audacious|2014-03-06|Has expired: Abandonware, please consider using multimedia/audacious instead shells/wapsh||2014-03-06|Broken and abandonware shells/zoidberg||2014-03-06|Broken and abandonware +x11-toolkits/py31-tkinter|x11-toolkits/py-tkinter|2014-03-06|Has expired: Depends on expiring lang/python31 diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 0a2fb3021ea6..525f413f636d 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -209,7 +209,6 @@ SUBDIR += py-wxPython28-common SUBDIR += py-wxPython28-unicode SUBDIR += py-xlib - SUBDIR += py31-tkinter SUBDIR += qt4-declarative SUBDIR += qt4-gui SUBDIR += qt4pas diff --git a/x11-toolkits/py31-tkinter/Makefile b/x11-toolkits/py31-tkinter/Makefile deleted file mode 100644 index 33c802b94452..000000000000 --- a/x11-toolkits/py31-tkinter/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# Created by: Daichi GOTO -# $FreeBSD$ - -MASTERDIR= ${.CURDIR}/../py-tkinter - -MAINTAINER= daichi@FreeBSD.org - -PYTHON_VERSION= python3.1 - -DEPRECATED= Depends on expiring lang/python31 -EXPIRATION_DATE= 2014-06-01 -NO_STAGE= yes -.include "${MASTERDIR}/Makefile"