diff options
author | madpilot <madpilot@FreeBSD.org> | 2018-10-10 19:54:58 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2018-10-10 19:54:58 +0800 |
commit | 77471eee19ef41d57510037c70192f8cedda4bd5 (patch) | |
tree | 399643d696effabc6158bcdd3a279dcc7c81ba32 /net | |
parent | 206c81999f7f15168079563adad3e2bf2545faaa (diff) | |
download | freebsd-ports-gnome-77471eee19ef41d57510037c70192f8cedda4bd5.tar.gz freebsd-ports-gnome-77471eee19ef41d57510037c70192f8cedda4bd5.tar.zst freebsd-ports-gnome-77471eee19ef41d57510037c70192f8cedda4bd5.zip |
- Update devel/courier-unicode to 2.1
- Convert to USES localbase
- Update mail/cone to 1.0 [1]
- Update mail/courier-imap to 5.0.0
- Add LICENSE
- Update mail/maildrop to 3.0.0
- Remove IDN option since it's now mandatory
- Update mail/sqwebmail to 6.0.0 [2]
- Update security/courier-authlib to 0.69.0
- Add note to UPDATING
- Silence some portlint warnings
PR: 231471 [1]
Submitted by: me
Approved by: Maintainer timeout [1],
oliver@ [2]
Differential Revision: https://reviews.freebsd.org/D17234
Diffstat (limited to 'net')
-rw-r--r-- | net/courier-authlib-ldap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/courier-authlib-ldap/Makefile b/net/courier-authlib-ldap/Makefile index 3bce294e5334..989261c60d3c 100644 --- a/net/courier-authlib-ldap/Makefile +++ b/net/courier-authlib-ldap/Makefile @@ -1,7 +1,7 @@ # Created by: Yarema <yds@CoolRat.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= -ldap COMMENT= LDAP support for the Courier authentication library |