diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2003-06-24 12:56:12 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2003-06-24 12:56:12 +0000 |
commit | d24202a838d8beb97290096868a954a4e944f953 (patch) | |
tree | f051efd5d8327aed9759da0dcdcce22011a2282b /mail/popd/Makefile | |
parent | 017fec64625e9091c111535539ccc9fe74853ec9 (diff) |
Fix a bug in UIDL handling for maildir boxes, which could lead to clients
receiving duplicated messages.
Submitted by: author
Notes
Notes:
svn path=/head/; revision=83531
Diffstat (limited to 'mail/popd/Makefile')
-rw-r--r-- | mail/popd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/popd/Makefile b/mail/popd/Makefile index 5d376953bca9..75610c17dc99 100644 --- a/mail/popd/Makefile +++ b/mail/popd/Makefile @@ -7,6 +7,7 @@ PORTNAME= popd PORTVERSION= 2.2.2a +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp3.za.freebsd.org/pub/popd/ |