Update to 1.89. Too many changes since the last version of the package to
list here. See the installed PREFIX/share/doc/chicken/ChangeLog file for a complete list. Closes PR pkg/28980 by Peter Bex.
This commit is contained in:
parent
8bcaa65839
commit
791541537d
3 changed files with 7 additions and 10 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.15 2004/10/03 00:14:59 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2005/01/16 15:11:30 jmmv Exp $
|
||||
#
|
||||
|
||||
DISTNAME= chicken-1.66
|
||||
PKGREVISION= 1
|
||||
DISTNAME= chicken-1.89
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.call-with-current-continuation.org/
|
||||
|
||||
|
@ -12,6 +11,7 @@ COMMENT= Scheme to C compiler, handling R5RS
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BUILDLINK3= yes
|
||||
USE_GNU_TOOLS+= make
|
||||
USE_LIBTOOL= yes
|
||||
TEST_TARGET= test
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.9 2004/09/22 08:09:39 jlam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.10 2005/01/16 15:11:30 jmmv Exp $
|
||||
bin/chicken
|
||||
bin/chicken-config
|
||||
bin/chicken-profile
|
||||
|
@ -29,18 +29,15 @@ share/chicken/chicken-ffi-macros.scm
|
|||
share/chicken/chicken-highlevel-macros.scm
|
||||
share/chicken/chicken-match-macros.scm
|
||||
share/chicken/chicken-more-macros.scm
|
||||
share/chicken/srfi-13-syntax.scm
|
||||
share/chicken/test-infrastructure-hygienic-local.scm
|
||||
share/chicken/test-infrastructure-hygienic.scm
|
||||
share/chicken/test-infrastructure-lowlevel-local.scm
|
||||
share/chicken/test-infrastructure-lowlevel.scm
|
||||
share/chicken/test-infrastructure.scm
|
||||
share/doc/chicken/ChangeLog
|
||||
share/doc/chicken/FAQ.html
|
||||
share/doc/chicken/LICENSE
|
||||
share/doc/chicken/README
|
||||
share/doc/chicken/chicken.html
|
||||
share/doc/chicken/chicken.pdf
|
||||
share/doc/chicken/format.txt
|
||||
@dirrm share/doc/chicken
|
||||
@dirrm share/chicken
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.11 2004/09/05 18:31:59 seb Exp $
|
||||
$NetBSD: distinfo,v 1.12 2005/01/16 15:11:30 jmmv Exp $
|
||||
|
||||
SHA1 (chicken-1.66.tar.gz) = 63846ec90eb08dc2f9d1fd34f7f4278650acc10f
|
||||
Size (chicken-1.66.tar.gz) = 3703678 bytes
|
||||
SHA1 (chicken-1.89.tar.gz) = 3827964c057bb2008ae2e1e8f39b75ba883d862c
|
||||
Size (chicken-1.89.tar.gz) = 3881868 bytes
|
||||
SHA1 (patch-aa) = 52b02ba8ccb2db3117419a1324e56f4cbcb7e577
|
||||
SHA1 (patch-ab) = ccc38246417e0145e3172ba7faf0e22dfffe32f8
|
||||
SHA1 (patch-ac) = 427ea4b8b0cae4bd5852c5fd9e10eeedafee552f
|
||||
|
|
Loading…
Reference in a new issue