summaryrefslogtreecommitdiff
path: root/lang/chicken/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-12-07 14:35:04 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-12-07 14:35:04 +0000
commit328cb67cf62333be68bf833b478b8bd4e4744091 (patch)
tree62efb3b6a93002e28c6c8690d2f9e0870a698f8b /lang/chicken/Makefile
parentCGI::Application::Plugin::Authentication adds the ability to authenticate (diff)
- Update to 3.4.0
PR: 128685 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=223941
Diffstat (limited to 'lang/chicken/Makefile')
-rw-r--r--lang/chicken/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile
index ff8e6c80ed1c..d2584a5dc466 100644
--- a/lang/chicken/Makefile
+++ b/lang/chicken/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= chicken
-PORTVERSION= 3.3.0
+PORTVERSION= 3.4.0
CATEGORIES= lang scheme
MASTER_SITES= http://www.call-with-current-continuation.org/ \
http://chicken.wiki.br/releases/${PORTVERSION}/
@@ -47,5 +47,6 @@ post-install:
@${MKDIR} ${EXAMPLESDIR}/benchmarks
${CP} -R ${WRKSRC}/benchmarks/* ${EXAMPLESDIR}/benchmarks/
.endif
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>