Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2018 09:36:28 +0100
From:      Matthias Fechner <idefix@fechner.net>
To:        freebsd-ports@freebsd.org
Subject:   Upgrade rubygem port with strange version string
Message-ID:  <43ee6cdf-cb1d-71e2-1b82-ded5700c76e2@fechner.net>

next in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43ee6cdf-cb1d-71e2-1b82-ded5700c76e2>