aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2009-03-09 08:57:57 +0000
committerStanislav Sedov <stas@FreeBSD.org>2009-03-09 08:57:57 +0000
commita5a6220a3b85f48ef1af9092f54609ca0d3d29b6 (patch)
tree32f28a85e6ff1f4715a00dd63dabb230a8d2d702
parentc056f45076ba5b57b539dd5a8d005f5e9bee9a36 (diff)
downloadports-a5a6220a3b85f48ef1af9092f54609ca0d3d29b6.tar.gz
ports-a5a6220a3b85f48ef1af9092f54609ca0d3d29b6.zip
Notes
-rw-r--r--MOVED1
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/ruby-tk/Makefile22
3 files changed, 1 insertions, 23 deletions
diff --git a/MOVED b/MOVED
index 3c745453a7b7..d6ddc1536fd9 100644
--- a/MOVED
+++ b/MOVED
@@ -3840,3 +3840,4 @@ textproc/latte||2009-03-07|Abandoned upstream, requires obsolete version of GCC
textproc/nicetext||2009-03-07|Abandoned upstream, requires obsolete version of GCC
multimedia/libspiff|multimedia/libxspf|2009-03-08|Project renamed
graphics/libgdgeda||2009-03-09|Has expired: is not required anymore
+japanese/ruby-tk||2009-03-09|Has expired: uses old Tk, not required with newer versions
diff --git a/japanese/Makefile b/japanese/Makefile
index 8b0cb6183024..efb14e2db7e2 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -273,7 +273,6 @@
SUBDIR += ruby-refe
SUBDIR += ruby-romkan
SUBDIR += ruby-slang
- SUBDIR += ruby-tk
SUBDIR += ruby-uconv
SUBDIR += ruby-usersguide
SUBDIR += rubygem-jpmobile
diff --git a/japanese/ruby-tk/Makefile b/japanese/ruby-tk/Makefile
deleted file mode 100644
index faf720c002db..000000000000
--- a/japanese/ruby-tk/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: ja-ruby-tk
-# Date created: 15 March 1999
-# Whom: Yasuhiro Fukuma <yasuf@big.or.jp>
-#
-# $FreeBSD$
-#
-
-CATEGORIES= japanese
-
-MAINTAINER= stas@FreeBSD.org
-COMMENT= Ruby interface to the Japanized Tk widget set
-
-TK_VERSION?= 8.0jp
-WITH_TCLTK_JP= yes
-
-MASTERDIR= ${.CURDIR}/../../x11-toolkits/ruby-tk
-
-BROKEN= won't work with current ruby-tk
-DEPRECATED= uses old Tk, not required with newver versions
-EXPIRATION_DATE=2009-02-21
-
-.include "${MASTERDIR}/Makefile"