diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-10-29 18:45:50 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-10-29 18:45:50 +0000 |
commit | e404b4361e024a64728e27ea6055e073eb9437be (patch) | |
tree | 8cd1e98c46a49871fccbdb3a4b9a6c43aadfc0e5 /lang | |
parent | 16fd870df03ef5e83c0b30dc9c739dc831f9f928 (diff) | |
download | ports-e404b4361e024a64728e27ea6055e073eb9437be.tar.gz ports-e404b4361e024a64728e27ea6055e073eb9437be.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/chicken5/Makefile | 4 | ||||
-rw-r--r-- | lang/chicken5/distinfo | 6 | ||||
-rw-r--r-- | lang/chicken5/pkg-plist | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/lang/chicken5/Makefile b/lang/chicken5/Makefile index 7743dd2bdee8..3577506ba199 100644 --- a/lang/chicken5/Makefile +++ b/lang/chicken5/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= chicken -DISTVERSION= 5.0.0rc3 +DISTVERSION= 5.0.0rc4 CATEGORIES= lang scheme -MASTER_SITES= https://code.call-cc.org/dev-snapshots/2018/10/08/ +MASTER_SITES= https://code.call-cc.org/dev-snapshots/2018/10/29/ PKGNAMESUFFIX= 5 MAINTAINER= tobik@FreeBSD.org diff --git a/lang/chicken5/distinfo b/lang/chicken5/distinfo index e79761d39e92..9095f79acdfd 100644 --- a/lang/chicken5/distinfo +++ b/lang/chicken5/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1539062658 -SHA256 (chicken-5.0.0rc3.tar.gz) = 5df783518467d5166d64078baaf3ee17a23950e97e5e4957584fdd068a34dc46 -SIZE (chicken-5.0.0rc3.tar.gz) = 4002579 +TIMESTAMP = 1540837819 +SHA256 (chicken-5.0.0rc4.tar.gz) = 90dbd9d2ff7e95aa369a9ba3bb00ef849f5509fc6547861136359f22500d8cd9 +SIZE (chicken-5.0.0rc4.tar.gz) = 4004528 diff --git a/lang/chicken5/pkg-plist b/lang/chicken5/pkg-plist index 43c280bdd840..9a8c07646228 100644 --- a/lang/chicken5/pkg-plist +++ b/lang/chicken5/pkg-plist @@ -56,6 +56,7 @@ lib/chicken%%SUFFIX%%/9/types.db lib/libchicken%%SUFFIX%%.a lib/libchicken%%SUFFIX%%.so lib/libchicken%%SUFFIX%%.so.9 +man/man1/chicken-do%%SUFFIX%%.1.gz man/man1/chicken-install%%SUFFIX%%.1.gz man/man1/chicken-profile%%SUFFIX%%.1.gz man/man1/chicken-status%%SUFFIX%%.1.gz |