Subject: pkg/34920: variables in DESCR is not interpolated
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <kochi@NetBSD.org>
List: pkgsrc-bugs
Date: 10/26/2006 07:40:01
>Number: 34920
>Category: pkg
>Synopsis: variables in DESCR is not interpolated
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Oct 26 07:40:00 +0000 2006
>Originator: Takayoshi Kochi
>Release: 3.1_RC4
>Organization:
>Environment:
NetBSD 3.1_RC4
>Description:
When I type "pkg_info ruby18-base", the following is printed:
...
This package is Ruby ${RUBY_VER} based release.
...
It seems that the $RUBY_VER variable is not interpolated
when the package was built.
>How-To-Repeat:
make the ruby18-base package and see output of pkg_info.
>Fix:
N/A