diff options
author | anders <anders@FreeBSD.org> | 2011-08-22 06:49:21 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2011-08-22 06:49:21 +0800 |
commit | 6aad51f917597123f7d5eb14ebaba1d50be62263 (patch) | |
tree | 8222d0c697f0b02d2cb46661f0210a3482eb31fb /mail/cclient | |
parent | 17c4701b6382654971af7d3181e94880ad709c8d (diff) | |
download | freebsd-ports-gnome-6aad51f917597123f7d5eb14ebaba1d50be62263.tar.gz freebsd-ports-gnome-6aad51f917597123f7d5eb14ebaba1d50be62263.tar.zst freebsd-ports-gnome-6aad51f917597123f7d5eb14ebaba1d50be62263.zip |
Update to 2007f.
Add license info.
Correct path for c-client.cf and inform about configurability.
Diffstat (limited to 'mail/cclient')
-rw-r--r-- | mail/cclient/Makefile | 7 | ||||
-rw-r--r-- | mail/cclient/distinfo | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile index ddfd28ec21d5..b71c5909d9f1 100644 --- a/mail/cclient/Makefile +++ b/mail/cclient/Makefile @@ -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}: \ diff --git a/mail/cclient/distinfo b/mail/cclient/distinfo index c8d41b9da4d7..2970605d3063 100644 --- a/mail/cclient/distinfo +++ b/mail/cclient/distinfo @@ -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 |