diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-06 19:30:54 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-06 19:30:54 +0000 |
commit | 8e16c9bdbfb26d27641ad04919ccaf5685fe19ea (patch) | |
tree | f4cc709333ec98ebd2ef3f55a90e7778abbd0095 | |
parent | 53ef374db72b7f7380ca273f1928e69443270d04 (diff) |
Notes
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/py31-tkinter/Makefile | 13 |
3 files changed, 1 insertions, 14 deletions
@@ -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 <daichi@FreeBSD.org> -# $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" |