aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2018-10-03 02:59:25 +0800
committerrene <rene@FreeBSD.org>2018-10-03 02:59:25 +0800
commit2ad4cee9994b70cd3e78fe9ca22db111afadcb82 (patch)
treea43b1dfb8079758d89e8def7011a7108b6525662 /mail
parentdb99056f840c0fc6812c3d0c7b96b2cc616e48a4 (diff)
downloadfreebsd-ports-gnome-2ad4cee9994b70cd3e78fe9ca22db111afadcb82.tar.gz
freebsd-ports-gnome-2ad4cee9994b70cd3e78fe9ca22db111afadcb82.tar.zst
freebsd-ports-gnome-2ad4cee9994b70cd3e78fe9ca22db111afadcb82.zip
Remove expired ports:
2018-10-01 devel/erlang-protobuffs: upstream deprecated 2018-10-01 comms/wsjt: replace with wsjtx upstream no longer maintained 2018-10-01 comms/wspr: replace with wsjtx upstream no longer maintained 2018-10-01 comms/kvasd: use wsjtx- kvasd is not needed by wsjtx and no longer maintained 2018-10-01 mail/mutt-lite: For a lite version of mutt build mail/mutt with less (or zero) options
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/mutt-lite/Makefile15
2 files changed, 0 insertions, 16 deletions
diff --git a/mail/Makefile b/mail/Makefile
index aca7e4fb5878..ecc1ef59c2ed 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -261,7 +261,6 @@
SUBDIR += mu4e-maildirs
SUBDIR += mulberry
SUBDIR += mutt
- SUBDIR += mutt-lite
SUBDIR += mutt_vc_query
SUBDIR += muttils
SUBDIR += nbsmtp
diff --git a/mail/mutt-lite/Makefile b/mail/mutt-lite/Makefile
deleted file mode 100644
index 55cf710d3ba2..000000000000
--- a/mail/mutt-lite/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# Created by: Udo Schweigert <udo.schweigert@siemens.com>
-# $FreeBSD$
-
-# Just to get a mutt-devel-lite pkg on pkg cluster
-MASTERDIR= ${.CURDIR}/../mutt
-
-DEPRECATED= For a lite version of mutt build mail/mutt with less (or zero) options
-EXPIRATION_DATE= 2018-10-01
-COMMENT= The Mongrel of Mail User Agents (development version, lite package)
-
-CONFLICTS= ja-mutt-[0-9]* ja-mutt-devel-[0-9]* mutt-[0-9]* mutt-devel-[0-9]* mutt-lite-1.4* zh-mutt-devel-[0-9]*
-
-MUTT_LITE= yes
-
-.include "${MASTERDIR}/Makefile"