diff options
author | erwin <erwin@FreeBSD.org> | 2003-06-23 11:08:24 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-06-23 11:08:24 +0000 |
commit | ac4a032c1bdbfc4cec3b2cc42b3f42a200c979ba (patch) | |
tree | b43464a5b9358b4aec1c74c0c5cc16104fc29d60 /mail/asmail/Makefile | |
parent | 756809b75690b6b18a5f2bc1130491032eff952e (diff) | |
download | FreeBSD-ports-ac4a032c1bdbfc4cec3b2cc42b3f42a200c979ba.zip FreeBSD-ports-ac4a032c1bdbfc4cec3b2cc42b3f42a200c979ba.tar.gz |
- Update mail/asmail: 1.5 -> 1.6 [1]
A fix for Notes servers
Persistent connections for IMAP servers
- While I'm here, fix a whitespce nit [2]
PR: 53629 [1]
Submitted by: Kirill Ponomarew <ponomarew@oberon.net> [1], portlint [2]
Diffstat (limited to 'mail/asmail/Makefile')
-rw-r--r-- | mail/asmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/asmail/Makefile b/mail/asmail/Makefile index 7703f3c..b85cd94 100644 --- a/mail/asmail/Makefile +++ b/mail/asmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asmail -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= mail afterstep MASTER_SITES= http://www.tigr.net/afterstep/download/asmail/ MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,7 +21,7 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shaping -MAN1= asmail.1x +MAN1= asmail.1x MAN5= asmailrc.5x post-patch: |