aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-09-26 20:44:06 +0800
committerbapt <bapt@FreeBSD.org>2015-09-26 20:44:06 +0800
commitb07d8a9f805f87e39ddda10f11109f7226a9cebc (patch)
tree95807c5d63f6291f833ed6122e6874ed0a9bddfb
parente2d05a7e9c8c5cf0b84ced73baf9e87734f9ad42 (diff)
downloadfreebsd-ports-graphics-b07d8a9f805f87e39ddda10f11109f7226a9cebc.tar.gz
freebsd-ports-graphics-b07d8a9f805f87e39ddda10f11109f7226a9cebc.tar.zst
freebsd-ports-graphics-b07d8a9f805f87e39ddda10f11109f7226a9cebc.zip
Remove the chinese specific version of joe's editor
The regular editors/joe now support chinese
-rw-r--r--MOVED1
-rw-r--r--chinese/Makefile1
-rw-r--r--chinese/joe/Makefile17
3 files changed, 1 insertions, 18 deletions
diff --git a/MOVED b/MOVED
index 509de462915..836ed55439d 100644
--- a/MOVED
+++ b/MOVED
@@ -7884,3 +7884,4 @@ japanese/kappa20|japanese/font-kappa20|2015-09-25|Renamed
japanese/mikachan-ttfonts|japanese/font-mikachan|2015-09-25|Renamed
japanese/monafonts-ttf|japanese/font-mona-ttf|2015-09-25|Renamed
japanese/monafonts|japanese/font-mona|2015-09-25|Renamed
+chinese/joe|editors/joe||2015-09-26|Regular joe's editor now support chinese
diff --git a/chinese/Makefile b/chinese/Makefile
index 24a099decd9..13b4dfa6ce9 100644
--- a/chinese/Makefile
+++ b/chinese/Makefile
@@ -61,7 +61,6 @@
SUBDIR += ibus-table-chinese
SUBDIR += irssi
SUBDIR += jis2gb
- SUBDIR += joe
SUBDIR += kcfonts
SUBDIR += kde4-l10n-zh_CN
SUBDIR += kde4-l10n-zh_TW
diff --git a/chinese/joe/Makefile b/chinese/joe/Makefile
deleted file mode 100644
index 9a960854746..00000000000
--- a/chinese/joe/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Created by: Shen Chuan-Hsing <statue@mail.elife.idv.tw>
-# $FreeBSD$
-
-CATEGORIES= chinese
-
-PATCH_SITES= LOCAL/chinsan/patch
-PATCHFILES= zh-joe-3.7.diff
-PATCH_DIST_STRIP= -p1
-
-MAINTAINER= ports@FreeBSD.org
-
-DEPRECATED= The difference with editors/joe is too trivial to warrant a separate port
-EXPIRATION_DATE=2015-09-27
-
-MASTERDIR= ${.CURDIR}/../../editors/joe
-
-.include "${MASTERDIR}/Makefile"