diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2005-04-26 21:25:18 +0800 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2005-04-26 21:25:18 +0800 |
commit | 10baee1330cb57d8766895d59ab8e872f1be8191 (patch) | |
tree | 825d2b3ee1655b750b0e1dd69257eccff3b933a1 /mail/maildrop/Makefile | |
parent | e85b061286028bae4cd946816303711592ead155 (diff) | |
download | freebsd-ports-gnome-10baee1330cb57d8766895d59ab8e872f1be8191.tar.gz freebsd-ports-gnome-10baee1330cb57d8766895d59ab8e872f1be8191.tar.zst freebsd-ports-gnome-10baee1330cb57d8766895d59ab8e872f1be8191.zip |
- Add patch to work around the problem where maildrop exits with
"flock() failed" error when an attempting to route messages to /dev/null.
Patch is submitted upstream.
- Bump PORTREVISION
PR: ports/80106
Submitted by: David Lay <dsl@webize.com.au>
Diffstat (limited to 'mail/maildrop/Makefile')
-rw-r--r-- | mail/maildrop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index e9bb820b88dd..25de11834c73 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -17,7 +17,7 @@ PORTNAME= maildrop PORTVERSION= 1.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= courier |