diff options
author | bsam <bsam@FreeBSD.org> | 2011-06-14 20:34:32 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2011-06-14 20:34:32 +0800 |
commit | 854e71b30a0908d81d4376b046036f3c5f6e9855 (patch) | |
tree | a016a56d0ca7a3b12ad8f434f8898c7ee90dab1e /mail/imaptools/Makefile | |
parent | 4d8829a866e9f76cb610d25811c7a3c34a109011 (diff) | |
download | freebsd-ports-gnome-854e71b30a0908d81d4376b046036f3c5f6e9855.tar.gz freebsd-ports-gnome-854e71b30a0908d81d4376b046036f3c5f6e9855.tar.zst freebsd-ports-gnome-854e71b30a0908d81d4376b046036f3c5f6e9855.zip |
Update to version 1.98. Changes:
. imapcopy.pl: Added -a <DD-MMM-YYYY> argument. If specified only messages
after this date will be copied.
PR: ports/157858
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
Diffstat (limited to 'mail/imaptools/Makefile')
-rw-r--r-- | mail/imaptools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/imaptools/Makefile b/mail/imaptools/Makefile index ea57365928ee..1660ab01c759 100644 --- a/mail/imaptools/Makefile +++ b/mail/imaptools/Makefile @@ -6,7 +6,7 @@ # PORTNAME= imaptools -PORTVERSION= 1.92 +PORTVERSION= 1.98 CATEGORIES= mail MASTER_SITES= http://www.athensfbc.com/imap_tools/files/ DISTNAME= imap_tools_V${PORTVERSION} |