diff options
author | petef <petef@FreeBSD.org> | 2002-06-08 13:32:07 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-06-08 13:32:07 +0000 |
commit | 6901dac068d5f258b13893977565e5da62ede405 (patch) | |
tree | dfba168892153378f25488db75c535ce0a0e246b /mail/asmail/Makefile | |
parent | 724c34e57ecfbb967cd083060e681325f484d164 (diff) | |
download | FreeBSD-ports-6901dac068d5f258b13893977565e5da62ede405.zip FreeBSD-ports-6901dac068d5f258b13893977565e5da62ede405.tar.gz |
Fix a bug where asmail wouldn't correctly parse the imap4 port number
correctly.
PR: 34804
Submitted by: Fuyuhiko Maruyama <fuyuhik8@is.titech.ac.jp>
Approved by: maintainer timeout
Diffstat (limited to 'mail/asmail/Makefile')
-rw-r--r-- | mail/asmail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/asmail/Makefile b/mail/asmail/Makefile index 28a910b..8cce777 100644 --- a/mail/asmail/Makefile +++ b/mail/asmail/Makefile @@ -7,6 +7,7 @@ PORTNAME= asmail PORTVERSION= 0.56 +PORTREVISION= 1 CATEGORIES= mail afterstep MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://gates.enemy.at/pub/ |