From owner-freebsd-ports@freebsd.org Sun Feb 11 08:36:53 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7F75F0113F for ; Sun, 11 Feb 2018 08:36:52 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 858296C83F for ; Sun, 11 Feb 2018 08:36:52 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (117-057-210-188.ip-addr.inexio.net [188.210.57.117]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 67741B7660B for ; Sun, 11 Feb 2018 09:36:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1518338211; bh=HcZrdFFDp7fwvYoWD8R7j6fCTX/8Fcvp+03fu0v98rs=; h=To:From:Subject:Date; b=caCjJwRQKb9BpLRCK0n/Mdf4BmQYRh/+bZ7YQWWz0G6hKRkvNrNPIcyY3hqteVw6A qAxyVbumoM/5nPzbhBcmqBGnGMvKFcMwngnd/sUXFedehGysV6Ybqx8xzwW0cSoy95 MSkNKL+IrbVNYBDPDBXWsspysJETezJU2cHfvEGI= Received: from [192.168.0.151] (117-057-210-188.ip-addr.inexio.net [188.210.57.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id B96C912202AC for ; Sun, 11 Feb 2018 09:36:50 +0100 (CET) To: freebsd-ports@freebsd.org From: Matthias Fechner Subject: Upgrade rubygem port with strange version string Message-ID: <43ee6cdf-cb1d-71e2-1b82-ded5700c76e2@fechner.net> Date: Sun, 11 Feb 2018 09:36:28 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: en-US X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Feb 2018 08:36:53 -0000 Dear all, I need to update a rubygem port to version 5.1.0.4.gd5fbb PORTNAME=3D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 unicorn PORTVERSION=3D=C2=A0=C2=A0=C2=A0 5.1.0 CATEGORIES=3D=C2=A0=C2=A0=C2=A0=C2=A0 www rubygems I tested it with: PORTNAME=3D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 unicorn PORTVERSION=3D=C2=A0=C2=A0 5.1.0.4 DISTNAME=3D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ${PORTNAME}-${PORTVERSION}.gd5f= bb CATEGORIES=3D=C2=A0=C2=A0=C2=A0=C2=A0 www rubygems which fetches the correct version. But it installs the version into port: /usr/local/lib/ruby/gems/2.4/gems/unicorn-5.1.0.4.gd5fbb which causes problems. What is here the best way to make sure it will be installed into: /usr/local/lib/ruby/gems/2.4/gems/unicorn-5.1.0.4 Thanks a lot! Gru=C3=9F Matthias --=20 "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook