diff options
author | Anders Nordby <anders@FreeBSD.org> | 2003-06-01 20:49:37 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2003-06-01 20:49:37 +0000 |
commit | 58547ee7291811c88ba47705465b1f72a497cf45 (patch) | |
tree | b1ccc0aab3344b130a613e0a6d783ee090354e59 /mail/cclient | |
parent | Correct a make patch error. (diff) |
Correct PAM service name for ipop3d to pop3 instead of pop like we've
used to have it for a long time.
Update PAM info to reflect that the session service is now used.
Bump PORTREVISION as this affects ipop3d runtime usage (need to do it on
cclient as well since we expect their versions to match exactly).
PR: ports/52798
Notes
Notes:
svn path=/head/; revision=81928
Diffstat (limited to 'mail/cclient')
-rw-r--r-- | mail/cclient/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile index 25b6fb514af9..bcfd3723ec36 100644 --- a/mail/cclient/Makefile +++ b/mail/cclient/Makefile @@ -7,6 +7,7 @@ PORTNAME= cclient PORTVERSION= 2002c1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail devel MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \ |