From owner-freebsd-ruby@FreeBSD.ORG Sun Sep 11 21:18:29 2011 Return-Path: Delivered-To: freebsd-ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 949051065672 for ; Sun, 11 Sep 2011 21:18:29 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from mail01.rise-w.com (mail01.rise-w.com [88.116.105.226]) by mx1.freebsd.org (Postfix) with ESMTP id 5049D8FC12 for ; Sun, 11 Sep 2011 21:18:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail01.rise-w.com (Postfix) with ESMTP id 2219540E10D; Sun, 11 Sep 2011 23:01:09 +0200 (CEST) Received: from [192.168.1.7] (inek.arved.priv.at [78.142.160.182]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.rise-world.com (Postfix) with ESMTPSA id 636B340E10C; Sun, 11 Sep 2011 23:01:08 +0200 (CEST) Message-ID: <4E6D2192.2090905@FreeBSD.org> Date: Sun, 11 Sep 2011 23:01:06 +0200 From: =?UTF-8?B?VGlsbWFuIEtlc2tpbsO2eg==?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2 MIME-Version: 1.0 To: freebsd-ruby@FreeBSD.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: Patching gemspec file X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2011 21:18:29 -0000 Hi, I am trying to create a port from a gem which uses "=" to specify exact versions of its dependencies, which of course don't match the versions in the FreeBSD port. Is there a way to patch the gemspec file without copying the whole bsd.ruby.mk into the port file or rolling out my custom gem? Any ideas?