diff options
author | pav <pav@FreeBSD.org> | 2005-12-09 16:41:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-12-09 16:41:11 +0800 |
commit | 48875f68dcd66401e0e7e40799390363fb3d037e (patch) | |
tree | fdfa8a4dcb570d8c0931f1ec7dc203e7814f41f3 /mail | |
parent | d12afa7b8db8757a18038b30925f9e8b76731e06 (diff) | |
download | freebsd-ports-gnome-48875f68dcd66401e0e7e40799390363fb3d037e.tar.gz freebsd-ports-gnome-48875f68dcd66401e0e7e40799390363fb3d037e.tar.zst freebsd-ports-gnome-48875f68dcd66401e0e7e40799390363fb3d037e.zip |
- Fix runtime crash
PR: ports/90106
Submitted by: Divacky Roman <xdivac02@stud.fit.vutbr.cz>
Approved by: Robin Breathe <robin@isometry.net> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/dovecot/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot-devel/Makefile b/mail/dovecot-devel/Makefile index 494e1aadc0af..5b09fc0cb769 100644 --- a/mail/dovecot-devel/Makefile +++ b/mail/dovecot-devel/Makefile @@ -8,7 +8,7 @@ PORTNAME= dovecot DISTVERSION= 1.0.alpha4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/ diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 494e1aadc0af..5b09fc0cb769 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -8,7 +8,7 @@ PORTNAME= dovecot DISTVERSION= 1.0.alpha4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/ |