View | Details | Raw Unified | Return to bug 97997 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/home/ler/ports/mail/cone/Makefile (-6 / +6 lines)
Lines 2-19 Link Here
2
# Whom:		Matthias Andree <matthias.andree@gmx.de>
2
# Whom:		Matthias Andree <matthias.andree@gmx.de>
3
# Date created:	2003-06-19
3
# Date created:	2003-06-19
4
#
4
#
5
# $FreeBSD: ports/mail/cone/Makefile,v 1.21 2006/02/18 21:44:08 mnag Exp $
5
# $FreeBSD: ports/mail/cone/Makefile,v 1.20 2006/02/14 08:27:06 lawrance Exp $
6
#
6
#
7
7
8
PORTNAME=	cone
8
PORTNAME=	cone
9
PORTVERSION=	0.66.20060215
9
PORTVERSION=	0.68
10
CATEGORIES=	mail
10
CATEGORIES=	mail
11
# This is for beta versions, leave it in please:
11
# This is for beta versions, leave it in please:
12
MASTER_SITES=	http://www.courier-mta.org/beta/${PORTNAME}/ \
12
#MASTER_SITES=	http://www.courier-mta.org/beta/${PORTNAME}/ \
13
		http://www.lerctr.org/~ler/
13
#		http://www.lerctr.org/~ler/
14
# This is for release versions, leave it in please:
14
# This is for release versions, leave it in please:
15
#MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
15
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
16
#MASTER_SITE_SUBDIR=	courier
16
MASTER_SITE_SUBDIR=	courier
17
17
18
MAINTAINER=	ler@lerctr.org
18
MAINTAINER=	ler@lerctr.org
19
COMMENT=	Console based mail client with POP3/IMAP/SMAP support
19
COMMENT=	Console based mail client with POP3/IMAP/SMAP support
(-)/usr/home/ler/ports/mail/cone/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (cone-0.66.20060215.tar.bz2) = d1f3ae337b41743c1b731afdfa97be8c
1
MD5 (cone-0.68.tar.bz2) = a958de27297b0c867478107ab4407fd6
2
SHA256 (cone-0.66.20060215.tar.bz2) = b6bbb85846646059f72b5a7553c92e48f3f1c1ced62ed36e373ba663e0baa635
2
SHA256 (cone-0.68.tar.bz2) = 5f9ff667a4139dd3dc750cb267354e5108abbec7804a331fd1f7c4196f9505ff
3
SIZE (cone-0.66.20060215.tar.bz2) = 3968583
3
SIZE (cone-0.68.tar.bz2) = 3967630
(-)/usr/home/ler/ports/mail/cone/files/patch-ldapaddressbook__libldapsearch.c (-10 lines)
Lines 1-10 Link Here
1
--- ./ldapaddressbook/libldapsearch.c.orig	Sat Feb 18 16:36:06 2006
2
+++ ./ldapaddressbook/libldapsearch.c	Sat Feb 18 16:36:18 2006
3
@@ -8,6 +8,7 @@
4
 #include "libldapsearch.h"
5
 #include <stdlib.h>
6
 #include <errno.h>
7
+#include <sys/time.h>
8
 
9
 /*
10
 ** Allocate and deallocate the ldapsearch struct.
(-)/usr/home/ler/ports/mail/cone/pkg-plist (-14 / +14 lines)
Lines 327-350 Link Here
327
%%DATADIR%%/rootcerts/verisign-time-stamping-authority.pem
327
%%DATADIR%%/rootcerts/verisign-time-stamping-authority.pem
328
%%DATADIR%%/rootcerts/visa-ecommerce-root.pem
328
%%DATADIR%%/rootcerts/visa-ecommerce-root.pem
329
%%DATADIR%%/rootcerts/xramp-global-certification-authority.pem
329
%%DATADIR%%/rootcerts/xramp-global-certification-authority.pem
330
%%DATADIR%%/c2744.html
331
%%DATADIR%%/c2782.html
332
%%DATADIR%%/cone13ldapaddressbook.html
333
%%DATADIR%%/http.handler
334
%%DATADIR%%/https.handler
335
%%DATADIR%%/search.html
330
%%DATADIR%%/search.html
336
%%DATADIR%%/smap1.html
331
%%DATADIR%%/smap1.html
337
%%DATADIR%%/store.html
332
%%DATADIR%%/store.html
338
%%DATADIR%%/synchronous.html
333
%%DATADIR%%/synchronous.html
339
%%DATADIR%%/x12379.html
334
%%DATADIR%%/http.handler
340
%%DATADIR%%/x12585.html
335
%%DATADIR%%/https.handler
341
%%DATADIR%%/x12921.html
336
%%DATADIR%%/c2752.html
342
%%DATADIR%%/x13192.html
337
%%DATADIR%%/c2790.html
343
%%DATADIR%%/x13435.html
338
%%DATADIR%%/cone13ldapaddressbook.html
344
%%DATADIR%%/x13539.html
339
%%DATADIR%%/x12387.html
345
%%DATADIR%%/x13781.html
340
%%DATADIR%%/x12593.html
346
%%DATADIR%%/x14168.html
341
%%DATADIR%%/x12929.html
347
%%DATADIR%%/x14179.html
342
%%DATADIR%%/x13200.html
343
%%DATADIR%%/x13443.html
344
%%DATADIR%%/x13547.html
345
%%DATADIR%%/x13789.html
346
%%DATADIR%%/x14176.html
347
%%DATADIR%%/x14187.html
348
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
348
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
349
%%PORTDOCS%%@dirrm %%DOCSDIR%%
349
%%PORTDOCS%%@dirrm %%DOCSDIR%%
350
@dirrm %%DATADIR%%/rootcerts
350
@dirrm %%DATADIR%%/rootcerts

Return to bug 97997