diff options
author | clement <clement@FreeBSD.org> | 2003-12-19 09:12:43 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2003-12-19 09:12:43 +0000 |
commit | e776d10c2fa2bb093c82736aa91537dda3d1aaf6 (patch) | |
tree | 6be27a65b85c44ed12922b40eed572311e9b70a3 /mail/perdition/Makefile | |
parent | 8fe58c52d6136cf372ac97c305920b048d5da0d0 (diff) | |
download | FreeBSD-ports-e776d10c2fa2bb093c82736aa91537dda3d1aaf6.zip FreeBSD-ports-e776d10c2fa2bb093c82736aa91537dda3d1aaf6.tar.gz |
Update perdition to 1.13.
This fixes a critical bug in 1.12 that prevented the outgoing_server
option from working - perdition would segmentation fault if this
option was selected. Also includes some minor documentation and
build fixes. Users are strongly recomended to upgrade to 1.13 if
they are using 1.12.
Approved by: erwin (mentor)
Diffstat (limited to 'mail/perdition/Makefile')
-rw-r--r-- | mail/perdition/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile index e51b0f8..ab56a4f 100644 --- a/mail/perdition/Makefile +++ b/mail/perdition/Makefile @@ -6,7 +6,7 @@ # PORTNAME= perdition -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= mail net security MASTER_SITES= http://www.vergenet.net/linux/perdition/download/${PORTVERSION}/ |