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

Collapse All | Expand All

(-)Makefile (-1 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	chicken
8
PORTNAME=	chicken
9
PORTVERSION=	3.3.0
9
PORTVERSION=	3.4.0
10
CATEGORIES=	lang scheme
10
CATEGORIES=	lang scheme
11
MASTER_SITES=	http://www.call-with-current-continuation.org/ \
11
MASTER_SITES=	http://www.call-with-current-continuation.org/ \
12
		http://chicken.wiki.br/releases/${PORTVERSION}/
12
		http://chicken.wiki.br/releases/${PORTVERSION}/
Lines 48-51 Link Here
48
	${CP} -R ${WRKSRC}/benchmarks/* ${EXAMPLESDIR}/benchmarks/
48
	${CP} -R ${WRKSRC}/benchmarks/* ${EXAMPLESDIR}/benchmarks/
49
.endif
49
.endif
50
50
51
	@${CAT} ${PKGMESSAGE}
52
51
.include <bsd.port.post.mk>
53
.include <bsd.port.post.mk>

Return to bug 128685