diff options
author | roam <roam@FreeBSD.org> | 2008-03-17 17:48:45 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2008-03-17 17:48:45 +0800 |
commit | 45c1f349f77853d610e18eaf307673a8be0b1b85 (patch) | |
tree | 7da720c212f0c066d984a6fb9ef862143607169a /mail/vpopmail/Makefile | |
parent | f7ddd2aebaa25f0bf06670107e80d0a81ad41f82 (diff) | |
download | freebsd-ports-gnome-45c1f349f77853d610e18eaf307673a8be0b1b85.tar.gz freebsd-ports-gnome-45c1f349f77853d610e18eaf307673a8be0b1b85.tar.zst freebsd-ports-gnome-45c1f349f77853d610e18eaf307673a8be0b1b85.zip |
Reinitialize the internal DeleteMail variable for each dot-qmail line
so that all delivery instructions are indeed executed and no messages are
(partially) lost.
Bump PORTREVISION.
Submitted by: Michal Sviba <michal@myserver.cz> in
e-mail message <47DBD588.4000906@myserver.cz>
Diffstat (limited to 'mail/vpopmail/Makefile')
-rw-r--r-- | mail/vpopmail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile index c40438f4abe2..4c8e34e4e704 100644 --- a/mail/vpopmail/Makefile +++ b/mail/vpopmail/Makefile @@ -7,6 +7,7 @@ PORTNAME= vpopmail PORTVERSION= 5.4.26 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |