aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorashish <ashish@FreeBSD.org>2014-06-27 20:34:52 +0800
committerashish <ashish@FreeBSD.org>2014-06-27 20:34:52 +0800
commit0ca659cabd977e0c2f244e209b2e9db039623991 (patch)
tree03e1be8a277142f907e026b09eddcafd8a3ace1e /www
parent592047519f1bdb5d275f77f3448250fcab62a320 (diff)
downloadfreebsd-ports-gnome-0ca659cabd977e0c2f244e209b2e9db039623991.tar.gz
freebsd-ports-gnome-0ca659cabd977e0c2f244e209b2e9db039623991.tar.zst
freebsd-ports-gnome-0ca659cabd977e0c2f244e209b2e9db039623991.zip
- Remove editors/emacs21, and editors/emacs22 as they're no longer maintained
upstream - Also remove dependent ports - Add UPDATING entry informing users of the same - Add MOVED entries Approved by: portmgr (bapt)
Diffstat (limited to 'www')
-rw-r--r--www/Makefile2
-rw-r--r--www/emacs-w3m-emacs21/Makefile11
-rw-r--r--www/emacs-w3m-emacs22/Makefile11
3 files changed, 0 insertions, 24 deletions
diff --git a/www/Makefile b/www/Makefile
index 2249bfb4e0ec..406cda461beb 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -181,8 +181,6 @@
SUBDIR += eliom
SUBDIR += elog
SUBDIR += emacs-w3m
- SUBDIR += emacs-w3m-emacs21
- SUBDIR += emacs-w3m-emacs22
SUBDIR += emacs-w3m-xemacs21-mule
SUBDIR += encode-explorer
SUBDIR += entrans
diff --git a/www/emacs-w3m-emacs21/Makefile b/www/emacs-w3m-emacs21/Makefile
deleted file mode 100644
index 147838dd96b8..000000000000
--- a/www/emacs-w3m-emacs21/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
-# $FreeBSD$
-
-MASTERDIR= ${.CURDIR}/../emacs-w3m
-
-USE_EMACS= yes
-EMACS_PORT_NAME= emacs21
-COMMENT= Simple front-end to w3m for emacs21
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"
diff --git a/www/emacs-w3m-emacs22/Makefile b/www/emacs-w3m-emacs22/Makefile
deleted file mode 100644
index 33444e45eba4..000000000000
--- a/www/emacs-w3m-emacs22/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
-# $FreeBSD$
-
-MASTERDIR= ${.CURDIR}/../emacs-w3m
-
-USE_EMACS= yes
-EMACS_PORT_NAME= emacs22
-COMMENT= Simple front-end to w3m for emacs22
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"