summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2010-05-25 17:02:03 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2010-05-25 17:02:03 +0000
commita9a25cfcbbeae5ddd5f3f122568c206a05f9388c (patch)
treedd4840b155463e862a12da1d2c1ff7b96828bc80 /mail
parentUser is asked to enter Full Name and Email Address prior to reading or (diff)
- Mark DEPRECATED, set EXPIRATION_DATE
Notes
Notes: svn path=/head/; revision=255063
Diffstat (limited to 'mail')
-rw-r--r--mail/squirrelmail-compatibility-plugin1/Makefile3
-rw-r--r--mail/squirrelmail-newuser_wiz-plugin/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/mail/squirrelmail-compatibility-plugin1/Makefile b/mail/squirrelmail-compatibility-plugin1/Makefile
index 5f3408b49a13..489d37b115c0 100644
--- a/mail/squirrelmail-compatibility-plugin1/Makefile
+++ b/mail/squirrelmail-compatibility-plugin1/Makefile
@@ -23,6 +23,9 @@ NO_LATEST_LINK= yes
SQUIRREL_PLUGIN_NAME= ${PORTNAME}
+DEPRECATED= use mail/squirrelmail-compatibility-plugin
+EXPIRATION_DATE= 2010-07-01
+
.ifdef SQUIRRELDIR
PLIST_SUB+= SQUIRRELDIR=${SQUIRRELDIR}
SUB_LIST+= "SQUIRRELDIR=${SQUIRRELDIR}"
diff --git a/mail/squirrelmail-newuser_wiz-plugin/Makefile b/mail/squirrelmail-newuser_wiz-plugin/Makefile
index 28e805fa89f3..3482c5b04b46 100644
--- a/mail/squirrelmail-newuser_wiz-plugin/Makefile
+++ b/mail/squirrelmail-newuser_wiz-plugin/Makefile
@@ -23,6 +23,9 @@ RUN_DEPENDS= ${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail \
SQUIRREL_PLUGIN_NAME= ${PORTNAME}
+DEPRECATED= use mail/squirrelmail-askuserinfo-plugin
+EXPIRATION_DATE= 2010-07-01
+
.ifdef SQUIRRELDIR
PLIST_SUB+= SQUIRRELDIR=${SQUIRRELDIR}
SUB_LIST+= "SQUIRRELDIR=${SQUIRRELDIR}"