diff options
author | leeym <leeym@FreeBSD.org> | 2002-11-28 11:12:52 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2002-11-28 11:12:52 +0800 |
commit | 26c5f89ef930e876eb72f1004ca3575cd0e75d1b (patch) | |
tree | 2a8e20b2dc1e281fdb0ac3ec54c2ba94910263bb /mail/openwebmail/Makefile | |
parent | bb9aa265c222d9c163616b751db3312a2cefa546 (diff) | |
download | freebsd-ports-gnome-26c5f89ef930e876eb72f1004ca3575cd0e75d1b.tar.gz freebsd-ports-gnome-26c5f89ef930e876eb72f1004ca3575cd0e75d1b.tar.zst freebsd-ports-gnome-26c5f89ef930e876eb72f1004ca3575cd0e75d1b.zip |
upgrade to openwebmail-1.80, fix a serious bug under perl-5.8 which will
cause users lost all their mail.
Reviewed by: portmgr
Approved by: kris (portmgr)
Diffstat (limited to 'mail/openwebmail/Makefile')
-rw-r--r-- | mail/openwebmail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index c11907a0d8fc..586ff74fa2f8 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -6,8 +6,7 @@ # PORTNAME= openwebmail -PORTVERSION= 1.80 -PORTREVISION= 1 +PORTVERSION= 1.81 CATEGORIES= mail MASTER_SITES= http://openwebmail.org/openwebmail/download/ \ http://turtle.ee.ncku.edu.tw/openwebmail/download/ |