Date: Sun, 13 Jul 2008 23:40:44 +0900 From: Hirohisa Yamaguchi <umq@ueo.co.jp> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/125568: [patch] lang/chicken update to 3.3.0 Message-ID: <86wsjpvocz.wl%umq@ueo.co.jp> Resent-Message-ID: <200807131450.m6DEo1SB071089@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 125568 >Category: ports >Synopsis: [patch] lang/chicken update to 3.3.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 13 14:50:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Hirohisa Yamaguchi >Release: FreeBSD 8.0-CURRENT amd64 >Organization: <organization of PR author (multiple lines)> >Environment: System: FreeBSD calliope.****.org 8.0-CURRENT FreeBSD 8.0-CURRENT #17: Thu Jul 10 06:27:38 JST 2008 root@calliope.****.org:/usr/obj/usr/src/sys/CALLIOPE64 amd64 >Description: The new version of lang/chicken 3.3.0 has been released. http://chicken.wiki.br/releases/ >How-To-Repeat: N/A >Fix: The patch follows cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/chicken/Makefile,v retrieving revision 1.36 diff -p -u -r1.36 Makefile --- Makefile 28 Jun 2008 00:09:16 -0000 1.36 +++ Makefile 13 Jul 2008 14:39:06 -0000 @@ -6,7 +6,7 @@ # PORTNAME= chicken -PORTVERSION= 3.2.0 +PORTVERSION= 3.3.0 CATEGORIES= lang scheme MASTER_SITES= http://www.call-with-current-continuation.org/ \ http://chicken.wiki.br/releases/${PORTVERSION}/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/lang/chicken/distinfo,v retrieving revision 1.18 diff -p -u -r1.18 distinfo --- distinfo 27 Jun 2008 23:20:26 -0000 1.18 +++ distinfo 13 Jul 2008 14:39:06 -0000 @@ -1,3 +1,3 @@ -MD5 (chicken-3.2.0.tar.gz) = 94e518fe97f75c111cc700711de009d1 -SHA256 (chicken-3.2.0.tar.gz) = ab8c5b9c11c169e03762af11c1938edc05bd437b6197c674e3cdbcff82d1a22a -SIZE (chicken-3.2.0.tar.gz) = 3165645 +MD5 (chicken-3.3.0.tar.gz) = 835401781fb606741ba3606fa3e89b78 +SHA256 (chicken-3.3.0.tar.gz) = 5ce2519bac9956de5700a5777b2bbc2cd89202ef2d2252a40a0d1e8c9854bec6 +SIZE (chicken-3.3.0.tar.gz) = 4228441 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/lang/chicken/pkg-plist,v retrieving revision 1.18 diff -p -u -r1.18 pkg-plist --- pkg-plist 27 Jun 2008 23:20:26 -0000 1.18 +++ pkg-plist 13 Jul 2008 14:39:06 -0000 @@ -19,6 +19,7 @@ lib/libuchicken.so %%DATADIR%%/extras.exports %%DATADIR%%/library.exports %%DATADIR%%/lolevel.exports +%%DATADIR%%/ports.exports %%DATADIR%%/posix.exports %%DATADIR%%/regex.exports %%DATADIR%%/scheduler.exports @@ -32,6 +33,7 @@ lib/libuchicken.so %%DATADIR%%/utils.exports %%DATADIR%%/doc/LICENSE %%DATADIR%%/doc/README +%%DATADIR%%/doc/chicken.pdf %%DATADIR%%/doc/html/accessing-external-objects.html %%DATADIR%%/doc/html/acknowledgements.html %%DATADIR%%/doc/html/basic-mode-of-operation.html @@ -63,6 +65,7 @@ lib/libuchicken.so %%DATADIR%%/doc/html/unit-library.html %%DATADIR%%/doc/html/unit-lolevel.html %%DATADIR%%/doc/html/unit-match.html +%%DATADIR%%/doc/html/unit-ports.html %%DATADIR%%/doc/html/unit-posix.html %%DATADIR%%/doc/html/unit-regex.html %%DATADIR%%/doc/html/unit-srfi-1.html >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86wsjpvocz.wl%umq>