summaryrefslogtreecommitdiff
path: root/lang/chicken/Makefile
diff options
context:
space:
mode:
authorahoka <ahoka@pkgsrc.org>2008-10-07 15:28:44 +0000
committerahoka <ahoka@pkgsrc.org>2008-10-07 15:28:44 +0000
commit425057caa40aebf992e9e3a7326cab0c484f65dc (patch)
treead486f245d6c8282dcde4f7df13fc797e279060a /lang/chicken/Makefile
parentc29c21fef82cbb6a14dd5459c3f39566aee1babc (diff)
downloadpkgsrc-425057caa40aebf992e9e3a7326cab0c484f65dc.tar.gz
Update chicken to 3.4.0.
Changes between 3.3.0 and 3.4.0: - Fixes to the MinGW build. - PCRE 7.7 - Bug fix for bitwise-or use [Joerg Wittenberger] - Bug fix in thread-terminate! [thanks to Joerg Wittenberger] - Cygwin build patched to put the runtime libraries in the right place. [thanks to Nathan Thern] - added support for out-of-tree compilation (via the SRCDIR variable) [thanks to Ivan Shmakov] - bug fix for (string->number "/") - support for selective procedure profiling in the compiler - unit utils: moved file- and pathname-related procedures to unit files - new unit files
Diffstat (limited to 'lang/chicken/Makefile')
-rw-r--r--lang/chicken/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile
index 3ee4361976e..9598b181a26 100644
--- a/lang/chicken/Makefile
+++ b/lang/chicken/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2008/08/02 10:06:46 tnn Exp $
+# $NetBSD: Makefile,v 1.37 2008/10/07 15:28:44 ahoka Exp $
#
-DISTNAME= chicken-3.3.0
+DISTNAME= chicken-3.4.0
CATEGORIES= lang
MASTER_SITES= http://chicken.wiki.br/releases/${PKGVERSION_NOREV}/