diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-07-27 11:40:01 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-07-27 11:40:01 +0000 |
commit | fc3566d988f055824bda9555742eb05b0084549b (patch) | |
tree | bd28d2ec5856879a0b7a391db0ca0306d19dfda7 /mail/sylpheed | |
parent | 58f36de34f4f6cd397e67493510dd22f2598c371 (diff) |
Mark DEPRECATED with an expiration time of one month.
Notes
Notes:
svn path=/head/; revision=278405
Diffstat (limited to 'mail/sylpheed')
-rw-r--r-- | mail/sylpheed/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 2357300df04e..07d5dcdfcafa 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v1.0/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A lightweight, featureful, and fast GTK+ based e-mail client +DEPRECATED= Use mail/sylpheed3 instead +EXPIRATION_DATE= 2011-08-27 + RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support USE_BZIP2= yes |