Update to 2007f.
Add license info. Correct path for c-client.cf and inform about configurability.
This commit is contained in:
parent
45eddd17c9
commit
eff47be7db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280138
5 changed files with 21 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= cclient
|
||||
PORTVERSION= 2007e
|
||||
PORTVERSION= 2007f
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= mail devel ipv6
|
||||
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \
|
||||
|
@ -19,6 +19,9 @@ DISTNAME= imap-${PORTVERSION}
|
|||
MAINTAINER= anders@FreeBSD.org
|
||||
COMMENT= Mark Crispin's C-client mail access routines
|
||||
|
||||
LICENSE= ASL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
OPTIONS= SSL "Compile with SSL support" on \
|
||||
SSL_AND_PLAINTEXT "Allow plain text passwords and SSL" off \
|
||||
IPV6 "Support IPv6" on \
|
||||
|
@ -60,6 +63,8 @@ post-patch:
|
|||
.endfor
|
||||
@${REINPLACE_CMD} -e "s:/etc/ssl/certs:${PREFIX}/certs:g; \
|
||||
s:/etc/ssl/private:${PREFIX}/certs:g" ${WRKSRC}/Makefile
|
||||
@${REINPLACE_CMD} -e "s:/etc/c-client.cf:${PREFIX}/etc/c-client.cf:" \
|
||||
${WRKSRC}/src/osdep/unix/env_unix.h
|
||||
.if ! defined(WITHOUT_SSL)
|
||||
@${REINPLACE_CMD} -e " \
|
||||
s:SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib:SSLINCLUDE=${OPENSSLINC} SSLLIB=${OPENSSLLIB}: \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (imap-2007e.tar.gz) = 4b1137b87249782496ec3eeacaf83bbf09312a7d2ae3aead262179041b55565f
|
||||
SIZE (imap-2007e.tar.gz) = 1991389
|
||||
SHA256 (imap-2007f.tar.gz) = 53e15a2b5c1bc80161d42e9f69792a3fa18332b7b771910131004eb520004a28
|
||||
SIZE (imap-2007f.tar.gz) = 1990304
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= imap
|
||||
PORTVERSION= 2007e
|
||||
PORTVERSION= 2007f
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \
|
||||
|
@ -19,6 +19,9 @@ PKGNAMESUFFIX= -uw
|
|||
MAINTAINER= anders@FreeBSD.org
|
||||
COMMENT= University of Washington IMAP4rev1/POP2/POP3 mail servers
|
||||
|
||||
LICENSE= ASL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
LIB_DEPENDS= c-client4.9:${PORTSDIR}/mail/cclient
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
|
||||
|
@ -62,6 +65,11 @@ MAKE_ARGS+= WITH_NETSCAPE_BRAIN_DAMAGE=yes
|
|||
# See src/imapd/Makefile for more information about these three options.
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s:/etc/c-client.cf:${PREFIX}/etc/c-client.cf:" \
|
||||
${WRKSRC}/docs/imaprc.txt
|
||||
@${RM} ${WRKSRC}/docs/imaprc.txt.bak
|
||||
|
||||
pre-build:
|
||||
@${SH} ${PKGREQ}.rev ${LOCALBASE}/include/c-client/portrevision.h ${PORTVERSION}
|
||||
.if !defined(WITHOUT_SSL)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (imap-2007e.tar.gz) = 4b1137b87249782496ec3eeacaf83bbf09312a7d2ae3aead262179041b55565f
|
||||
SIZE (imap-2007e.tar.gz) = 1991389
|
||||
SHA256 (imap-2007f.tar.gz) = 53e15a2b5c1bc80161d42e9f69792a3fa18332b7b771910131004eb520004a28
|
||||
SIZE (imap-2007f.tar.gz) = 1990304
|
||||
|
|
|
@ -19,6 +19,8 @@ pop3 session required pam_unix.so
|
|||
The pam_unix module does not have session support, so we do not use it for
|
||||
session management. Be sure to read up on pam.conf(5).
|
||||
|
||||
To configure imap-uw read %%DOCSDIR%%/imaprc.txt.
|
||||
|
||||
===> NB: IMAP-UW now rejects non-encrypted logins by default. To change this
|
||||
===> behaviour, recompile and reinstall cclient and imap-uw ports with one of
|
||||
===> the following make variables defined:
|
||||
|
|
Loading…
Reference in a new issue