From owner-cvs-ports@FreeBSD.ORG Sun Apr 29 13:14:02 2007 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E091916A406; Sun, 29 Apr 2007 13:14:02 +0000 (UTC) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A7EE013C484; Sun, 29 Apr 2007 13:14:02 +0000 (UTC) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3TDE2HU046513; Sun, 29 Apr 2007 13:14:02 GMT (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3TDE1NG046512; Sun, 29 Apr 2007 13:14:01 GMT (envelope-from matusita) Message-Id: <200704291314.l3TDE1NG046512@repoman.freebsd.org> From: Makoto Matsushita Date: Sun, 29 Apr 2007 13:14:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/aswiki Makefile ports/www/aswiki/files patch-2chbbs.rb X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Apr 2007 13:14:03 -0000 matusita 2007-04-29 13:14:01 UTC FreeBSD ports repository Modified files: www/aswiki Makefile www/aswiki/files patch-2chbbs.rb Log: Yet another ruby-1.8.6's broken backward compatibility fix. I dunno why, but array data cannot be (implicitly) converted to string data, so covert the array data explicitly with 'to_s'. Bump PORTREVISION as usual. Please note that I'll report all the patches to the aswiki author iff I've confirmed that aswiki works well on ruby-1.8.6. Revision Changes Path 1.12 +1 -1 ports/www/aswiki/Makefile 1.2 +10 -1 ports/www/aswiki/files/patch-2chbbs.rb