Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id E794F63D925 for ; Sun, 4 Dec 2011 02:31:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9624C14A1E7; Sun, 4 Dec 2011 02:31:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B912F14A1DB for ; Sun, 4 Dec 2011 02:31:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id G332UY7pDsaf for ; Sun, 4 Dec 2011 02:31:55 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 316F214A1C8 for ; Sun, 4 Dec 2011 02:31:55 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 16987175DD; Sun, 4 Dec 2011 02:31:55 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 4 Dec 2011 02:31:55 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang/ruby193-base To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20111204023155.16987175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Sun Dec 4 02:31:55 UTC 2011 Modified Files: pkgsrc/lang/ruby193-base: Makefile PLIST distinfo pkgsrc/lang/ruby193-base/patches: patch-configure patch-configure.in Added Files: pkgsrc/lang/ruby193-base/patches: patch-defs_default__gems patch-tool_rbinstall.rb Log Message: * Add ${RUBY_VER} under ${GEM_HOME}/gems/*/bin comamnds to avoid conflict with outside gem. * Fix shared library's name on FreeBSD (tested with 8.2-STABLE). Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/ruby193-base/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/lang/ruby193-base/PLIST \ pkgsrc/lang/ruby193-base/distinfo cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/lang/ruby193-base/patches/patch-configure \ pkgsrc/lang/ruby193-base/patches/patch-configure.in cvs rdiff -u -r0 -r1.1 \ pkgsrc/lang/ruby193-base/patches/patch-defs_default__gems \ pkgsrc/lang/ruby193-base/patches/patch-tool_rbinstall.rb Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.