Date: Fri, 07 Nov 2008 16:20:00 -0800 From: Timothy Beyer <beyert@cs.ucr.edu> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Timothy Beyer <beyert@cs.ucr.edu> Subject: ports/128685: update port: lang/chicken to version 3.4.0 Message-ID: <87skq35arz.wl%beyert@cs.ucr.edu> Resent-Message-ID: <200811080020.mA80K1Mq050723@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128685 >Category: ports >Synopsis: update port: lang/chicken to version 3.4.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Nov 08 00:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Timothy Beyer >Release: FreeBSD 7.0-RELEASE-p5 i386 >Organization: no organization >Environment: FreeBSD aeonserv.aeonnet 7.0-RELEASE-p5 FreeBSD 7.0-RELEASE-p5 #0: Wed Oct 2 2 15:53:57 PDT 2008 root@aeonserv.aeonnet:/usr/src/sys/i386/compile/CUSTOM i386 >Description: This patch makes the following changes: -Update chicken to the latest version -Makes according changes to Makfile, distinfo, pkg-plist -Adds pkg-message to warn users about possible need for TZ environment variable >How-To-Repeat: Apply the patches >Fix: The included patches --- Makefile.diff begins here --- --- Makefile.orig 2008-07-18 03:30:50.000000000 -0700 +++ Makefile 2008-11-07 16:11:30.000000000 -0800 @@ -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}/ @@ -48,4 +48,6 @@ ${CP} -R ${WRKSRC}/benchmarks/* ${EXAMPLESDIR}/benchmarks/ .endif + @${CAT} ${PKGMESSAGE} + .include <bsd.port.post.mk> --- Makefile.diff ends here --- --- distinfo.diff begins here --- --- distinfo.orig 2008-07-18 03:30:50.000000000 -0700 +++ distinfo 2008-11-07 14:34:16.000000000 -0800 @@ -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 --- distinfo.diff ends here --- --- pkg-message.diff begins here --- --- pkg-message.orig 1969-12-31 16:00:00.000000000 -0800 +++ pkg-message 2008-11-07 16:09:27.000000000 -0800 @@ -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 +=============================================================================== --- pkg-message.diff ends here --- --- pkg-plist.diff begins here --- --- pkg-plist.orig 2008-07-18 03:30:50.000000000 -0700 +++ pkg-plist 2008-11-07 14:43:59.000000000 -0800 @@ -17,6 +17,7 @@ %%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 @@ %%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 --- pkg-plist.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87skq35arz.wl%beyert>