diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-07-23 02:53:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-07-23 02:53:43 +0000 |
commit | 0d8f47d8f738a5a2acfff16702a824e5e1deed7e (patch) | |
tree | 1059becd0160fb62849327119f17f1d079c33846 /mail | |
parent | 59e3d86a5b3f0b55a8a4d6dbe3befdb596c6b8c1 (diff) | |
download | ports-0d8f47d8f738a5a2acfff16702a824e5e1deed7e.tar.gz ports-0d8f47d8f738a5a2acfff16702a824e5e1deed7e.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dcc-dccd/Makefile | 2 | ||||
-rw-r--r-- | mail/exim-monitor/Makefile | 2 | ||||
-rw-r--r-- | mail/mailsync/Makefile | 2 | ||||
-rw-r--r-- | mail/mew-mule/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/mail/dcc-dccd/Makefile b/mail/dcc-dccd/Makefile index 599ac2adc3d1..54f55979ae6f 100644 --- a/mail/dcc-dccd/Makefile +++ b/mail/dcc-dccd/Makefile @@ -17,6 +17,8 @@ MAINTAINER= dean@odyssey.apana.org.au COMMENT= Distributed Checksum Clearinghouse procmail, sendmail support BROKEN= Incomplete pkg-plist +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 USE_REINPLACE= yes HAS_CONFIGURE= yes diff --git a/mail/exim-monitor/Makefile b/mail/exim-monitor/Makefile index c40f63664769..87254273fde6 100644 --- a/mail/exim-monitor/Makefile +++ b/mail/exim-monitor/Makefile @@ -13,6 +13,8 @@ MASTERDIR= ${.CURDIR}/../exim PKGDIR= ${.CURDIR} BROKEN= Incomplete pkg-plist +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 EXIMON_ONLY= yes diff --git a/mail/mailsync/Makefile b/mail/mailsync/Makefile index df5cdd090642..57321f79fd9d 100644 --- a/mail/mailsync/Makefile +++ b/mail/mailsync/Makefile @@ -18,6 +18,8 @@ COMMENT= Mailsync is a way of keeping a collection of mailboxes synchronized LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient BROKEN= Configure fails +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes diff --git a/mail/mew-mule/Makefile b/mail/mew-mule/Makefile index 049276e4df2b..2602853fe155 100644 --- a/mail/mew-mule/Makefile +++ b/mail/mew-mule/Makefile @@ -12,6 +12,8 @@ COMMENT= Message interface to Emacs Window for mule MASTERDIR= ${.CURDIR}/../mew BROKEN= "Incorrect pkg-plist (removes directories not installed by this port)" +DEPRECATED= "${BROKEN}" +EXPIRATION_DATE=2005-09-22 # set emacs port EMACS_PORT_NAME=mule |