[Bug 267910] www/tomcat*: add variable substitution support for ${tomcat_classpath}

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 21 Nov 2022 22:32:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267910

            Bug ID: 267910
           Summary: www/tomcat*: add variable substitution support for
                    ${tomcat_classpath}
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: michael.osipov@siemens.com

I'd like to do the following:
> myinstance_classpath=":\${_tomcat_catalina_home}/bin/activedirectory-dns-locato
    r-0.4.0.jar"

This unfortunately does not work because in
https://github.com/freebsd/freebsd-ports/blob/main/www/tomcat85/files/tomcat85.in#L131

The value is surrounded by single quotes. When changed to double quotes then
substitution works intended.

Can you make this simple change happen?

-- 
You are receiving this mail because:
You are the assignee for the bug.