View | Details | Raw Unified | Return to bug 83479
Collapse All | Expand All

(-)cone/Makefile (-4 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	cone
8
PORTNAME=	cone
9
PORTVERSION=	0.64
9
PORTVERSION=	0.65
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}/
Lines 17-30 Link Here
17
MAINTAINER=	ports@FreeBSD.org
17
MAINTAINER=	ports@FreeBSD.org
18
COMMENT=	Console based mail client with POP3/IMAP/SMAP support
18
COMMENT=	Console based mail client with POP3/IMAP/SMAP support
19
19
20
LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2 \
20
LIB_DEPENDS=	aspell.16:${PORTSDIR}/textproc/aspell
21
		aspell.16:${PORTSDIR}/textproc/aspell
22
BUILD_DEPENDS=	gpg:${PORTSDIR}/security/gnupg
21
BUILD_DEPENDS=	gpg:${PORTSDIR}/security/gnupg
23
RUN_DEPENDS=	${BUILD_DEPENDS}
22
RUN_DEPENDS=	${BUILD_DEPENDS}
24
23
25
USE_FAM=	yes
24
USE_FAM=	yes
26
USE_GETTEXT=	yes
25
USE_GETTEXT=	yes
27
USE_ICONV=	yes
26
USE_ICONV=	yes
27
USE_GNOME=	libxml2
28
28
29
USE_BZIP2=	yes
29
USE_BZIP2=	yes
30
USE_PERL5=	yes
30
USE_PERL5=	yes
Lines 50-56 Link Here
50
.include <bsd.port.pre.mk>
50
.include <bsd.port.pre.mk>
51
51
52
.if ${OSVERSION} < 502010
52
.if ${OSVERSION} < 502010
53
IGNORE=		"port not supported on FreeBSD versions before 5.2.1-RELEASE"
53
IGNORE=		Port not supported on FreeBSD versions before 5.2.1-RELEASE
54
.endif
54
.endif
55
55
56
.include <bsd.port.post.mk>
56
.include <bsd.port.post.mk>
(-)cone/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (cone-0.64.tar.bz2) = 0375a938da6347e42afd76135f334a6d
1
MD5 (cone-0.65.tar.bz2) = 73ac17422c2dcf7a0a864b99fe786092
2
SIZE (cone-0.64.tar.bz2) = 3569902
2
SIZE (cone-0.65.tar.bz2) = 3703374
(-)cone/pkg-plist (-11 / +13 lines)
Lines 47-54 Link Here
47
%%DATADIR%%/address.html
47
%%DATADIR%%/address.html
48
%%DATADIR%%/attributes.html
48
%%DATADIR%%/attributes.html
49
%%DATADIR%%/book.html
49
%%DATADIR%%/book.html
50
%%DATADIR%%/c2646.html
51
%%DATADIR%%/c2684.html
52
%%DATADIR%%/cone.hlp
50
%%DATADIR%%/cone.hlp
53
%%DATADIR%%/cone.html
51
%%DATADIR%%/cone.html
54
%%DATADIR%%/cone00index.html
52
%%DATADIR%%/cone00index.html
Lines 325-339 Link Here
325
%%DATADIR%%/smap1.html
323
%%DATADIR%%/smap1.html
326
%%DATADIR%%/store.html
324
%%DATADIR%%/store.html
327
%%DATADIR%%/synchronous.html
325
%%DATADIR%%/synchronous.html
328
%%DATADIR%%/x12281.html
326
%%DATADIR%%/c2708.html
329
%%DATADIR%%/x12487.html
327
%%DATADIR%%/c2746.html
330
%%DATADIR%%/x12823.html
328
%%DATADIR%%/http.handler
331
%%DATADIR%%/x13094.html
329
%%DATADIR%%/https.handler
332
%%DATADIR%%/x13337.html
330
%%DATADIR%%/x12343.html
333
%%DATADIR%%/x13441.html
331
%%DATADIR%%/x12549.html
334
%%DATADIR%%/x13683.html
332
%%DATADIR%%/x12885.html
335
%%DATADIR%%/x14057.html
333
%%DATADIR%%/x13156.html
336
%%DATADIR%%/x14068.html
334
%%DATADIR%%/x13399.html
335
%%DATADIR%%/x13503.html
336
%%DATADIR%%/x13745.html
337
%%DATADIR%%/x14119.html
338
%%DATADIR%%/x14130.html
337
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
339
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
338
%%PORTDOCS%%@dirrm %%DOCSDIR%%
340
%%PORTDOCS%%@dirrm %%DOCSDIR%%
339
@dirrm %%DATADIR%%/rootcerts
341
@dirrm %%DATADIR%%/rootcerts

Return to bug 83479