diff options
-rw-r--r-- | lang/chicken/Makefile | 5 | ||||
-rw-r--r-- | lang/chicken/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index 71ca78e5d723..d824844fcc66 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= chicken -PORTVERSION= 4.10.0.r4 +PORTVERSION= 4.10.0 PORTEPOCH= 1 CATEGORIES= lang scheme -MASTER_SITES= http://code.call-cc.org/dev-snapshots/2015/07/24/ -DISTNAME= ${PORTNAME}-${PORTVERSION:.r4=rc4} +MASTER_SITES= http://code.call-cc.org/releases/${PORTVERSION}/ MAINTAINER= vmagerya@gmail.com COMMENT= Scheme-to-C compiler diff --git a/lang/chicken/distinfo b/lang/chicken/distinfo index 565090bc8c24..b92824e1f2e2 100644 --- a/lang/chicken/distinfo +++ b/lang/chicken/distinfo @@ -1,2 +1,2 @@ -SHA256 (chicken-4.10.0rc4.tar.gz) = 8b20fbe77a47a04417eaada3a8ef2218e51dabf919957f7059f4d60ddb6e2ad5 -SIZE (chicken-4.10.0rc4.tar.gz) = 4025925 +SHA256 (chicken-4.10.0.tar.gz) = 0e07f5abcd11961986950dbeaa5a40db415f8a1b65daff9c300e9b05b334899b +SIZE (chicken-4.10.0.tar.gz) = 4020442 |