Dear all,

I need to update a rubygem port to version 5.1.0.4.gd5fbb
PORTNAME=       unicorn
PORTVERSION=    5.1.0
CATEGORIES=     www rubygems

I tested it with:

PORTNAME=       unicorn
PORTVERSION=   5.1.0.4
DISTNAME=      ${PORTNAME}-${PORTVERSION}.gd5fbb
CATEGORIES=     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ß
Matthias

-- 

"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


_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to