diff options
author | nectar <nectar@FreeBSD.org> | 2005-01-09 07:21:35 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2005-01-09 07:21:35 +0800 |
commit | 618a4ba0aeb291f3b24039ecc3b3be3276a1c95f (patch) | |
tree | 26216e048f1f2e0c9bf898c920c78b6da7a84e73 /mail | |
parent | 9af08b2ccebf873e0ff5c2687e72727c303f9d0c (diff) | |
download | freebsd-ports-gnome-618a4ba0aeb291f3b24039ecc3b3be3276a1c95f.tar.gz freebsd-ports-gnome-618a4ba0aeb291f3b24039ecc3b3be3276a1c95f.tar.zst freebsd-ports-gnome-618a4ba0aeb291f3b24039ecc3b3be3276a1c95f.zip |
Use the correct format for EXPIRATION_DATE.
Noticed by: simon
Pointy hat to: nectar
While I'm at it, how about I set the expiration date in
the future? s/2004/2005/
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index 0558fbaaf5fc..d30c42e2b83a 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -24,7 +24,7 @@ FORBIDDEN= http://vuxml.freebsd.org/114d70f3-3d16-11d9-8818-008088034841.html \ http://vuxml.freebsd.org/c0a269d5-3d16-11d9-8818-008088034841.html \ '(security)' DEPRECATED= ${FORBIDDEN} -EXPIRATION_DATE=February 8, 2004 +EXPIRATION_DATE=2005-02-08 CONFLICTS= cyrus-1.* cyrus-imapd-2.[^0].* |