diff options
author | edwin <edwin@FreeBSD.org> | 2003-12-29 04:27:22 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-12-29 04:27:22 +0000 |
commit | 03d6bbb96fba856a74f55b68cb62feca6bb32a07 (patch) | |
tree | c97f153414f2b165f7a30c8dd392a868857dd02d /mail/ecartis/Makefile | |
parent | f5c9f270d55b98778d456eed8c1d0148340419ad (diff) | |
download | FreeBSD-ports-03d6bbb96fba856a74f55b68cb62feca6bb32a07.zip FreeBSD-ports-03d6bbb96fba856a74f55b68cb62feca6bb32a07.tar.gz |
several major and minor bugs in ecartis have been fixed
several bugs including one that causes large lists to hang
while being sent have been fixed.
PR: ports/60666
Submitted by: Trish Lynch <trish@bsdunix.net>
Diffstat (limited to 'mail/ecartis/Makefile')
-rw-r--r-- | mail/ecartis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/ecartis/Makefile b/mail/ecartis/Makefile index e8e76e3..1484335 100644 --- a/mail/ecartis/Makefile +++ b/mail/ecartis/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ecartis -PORTVERSION= 1.0.0.s20030814 +PORTVERSION= 1.0.0.s20031228 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.ecartis.org/pub/ecartis/snapshots/tar/ |