diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-07 14:35:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-07 14:35:04 +0000 |
commit | 328cb67cf62333be68bf833b478b8bd4e4744091 (patch) | |
tree | 62efb3b6a93002e28c6c8690d2f9e0870a698f8b /lang | |
parent | 9a88eab332b297e9d86a0ff67ee4a19b8ee67ed0 (diff) | |
download | ports-328cb67cf62333be68bf833b478b8bd4e4744091.tar.gz ports-328cb67cf62333be68bf833b478b8bd4e4744091.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/chicken/Makefile | 3 | ||||
-rw-r--r-- | lang/chicken/distinfo | 6 | ||||
-rw-r--r-- | lang/chicken/pkg-message | 8 | ||||
-rw-r--r-- | lang/chicken/pkg-plist | 2 |
4 files changed, 15 insertions, 4 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> diff --git a/lang/chicken/distinfo b/lang/chicken/distinfo index 09ee170be128..982287f689e9 100644 --- a/lang/chicken/distinfo +++ b/lang/chicken/distinfo @@ -1,3 +1,3 @@ -MD5 (chicken-3.3.0.tar.gz) = 835401781fb606741ba3606fa3e89b78 -SHA256 (chicken-3.3.0.tar.gz) = 5ce2519bac9956de5700a5777b2bbc2cd89202ef2d2252a40a0d1e8c9854bec6 -SIZE (chicken-3.3.0.tar.gz) = 4228441 +MD5 (chicken-3.4.0.tar.gz) = 9299e9daa9c39cbd391975ce5e5aa7d9 +SHA256 (chicken-3.4.0.tar.gz) = adf19b15d3f9a21bc9f30704208e1dd6e1714182623541c1f52fa0b7a5dafa51 +SIZE (chicken-3.4.0.tar.gz) = 4242443 diff --git a/lang/chicken/pkg-message b/lang/chicken/pkg-message new file mode 100644 index 000000000000..60318e176774 --- /dev/null +++ b/lang/chicken/pkg-message @@ -0,0 +1,8 @@ +=============================================================================== +Note that some chicken "eggs" require the environment variable TZ to be set in +order to function properly. + +To set the timezone to Greenwich Mean Time in [t]csh, the command would be: + +> setenv TZ GMT +=============================================================================== diff --git a/lang/chicken/pkg-plist b/lang/chicken/pkg-plist index e73054735f0b..8dbde8477dc7 100644 --- a/lang/chicken/pkg-plist +++ b/lang/chicken/pkg-plist @@ -17,6 +17,7 @@ lib/libuchicken.so %%DATADIR%%/data-structures.exports %%DATADIR%%/eval.exports %%DATADIR%%/extras.exports +%%DATADIR%%/files.exports %%DATADIR%%/library.exports %%DATADIR%%/lolevel.exports %%DATADIR%%/ports.exports @@ -62,6 +63,7 @@ lib/libuchicken.so %%DATADIR%%/doc/html/unit-data-structures.html %%DATADIR%%/doc/html/unit-eval.html %%DATADIR%%/doc/html/unit-extras.html +%%DATADIR%%/doc/html/unit-files.html %%DATADIR%%/doc/html/unit-library.html %%DATADIR%%/doc/html/unit-lolevel.html %%DATADIR%%/doc/html/unit-match.html |