diff options
author | Anders Nordby <anders@FreeBSD.org> | 2011-08-21 22:49:21 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2011-08-21 22:49:21 +0000 |
commit | eff47be7db9cac185dff7d2000066eaa46a44980 (patch) | |
tree | 19b97596bf2ceaa40c0737907f6435b0e31c4fd2 /mail/cclient | |
parent | 45eddd17c9165cbf63fb8bf49aaaea2594bdafc0 (diff) | |
download | ports-eff47be7db9cac185dff7d2000066eaa46a44980.tar.gz ports-eff47be7db9cac185dff7d2000066eaa46a44980.zip |
Notes
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 |