diff options
author | delphij <delphij@FreeBSD.org> | 2008-04-26 02:53:50 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2008-04-26 02:53:50 +0800 |
commit | 0f6ff0ab5960b176746fa659503be7f0ff6c425d (patch) | |
tree | 800aa926cf058683c7673ffd3be5248818ebf367 /mail/extmail/Makefile | |
parent | 0a447dc60566d773195695c3729f75b9e2e04729 (diff) | |
download | freebsd-ports-gnome-0f6ff0ab5960b176746fa659503be7f0ff6c425d.tar.gz freebsd-ports-gnome-0f6ff0ab5960b176746fa659503be7f0ff6c425d.tar.zst freebsd-ports-gnome-0f6ff0ab5960b176746fa659503be7f0ff6c425d.zip |
extmail authors rerolled the tarball for the following reasons:
* Fix purge mail js and code bugs.
* Correct address book updates.
* Correct JavaScript bug in adding filtering rules.
Bump PORTREVISION because of this change has altered the contents
that would be installed. For previous 1.0.4 users, this update
should be considered as an mandatory update.
PR: ports/123040
Submitted by: maintainer
Verified by: delphij
Diffstat (limited to 'mail/extmail/Makefile')
-rw-r--r-- | mail/extmail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/extmail/Makefile b/mail/extmail/Makefile index 7da4fe14748a..6bc846e613bc 100644 --- a/mail/extmail/Makefile +++ b/mail/extmail/Makefile @@ -7,6 +7,7 @@ PORTNAME= extmail PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.chifeng.name/dist/extmail/ \ http://mirror3.extmail.net/dist/ |