Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Sep 2021 06:59:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 258555] www/rt44: Latest update to 4.4.5 has invalid plist entry
Message-ID:  <bug-258555-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258555

            Bug ID: 258555
           Summary: www/rt44: Latest update to 4.4.5 has invalid plist
                    entry
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: mikael@FreeBSD.org
          Reporter: chris@chrullrich.net
          Assignee: mikael@FreeBSD.org
             Flags: maintainer-feedback?(mikael@FreeBSD.org)

The recent update of www/rt44 to version 4.4.5 introduced a plist entry that
uses the %%APACHE_VERSION%% substitution. This change is a mistake caused by
replacing "2.4" with the variable, including in=20

-%%DATADIR%%/static/js/jquery-1.12.4p1.min.js
+%%DATADIR%%/static/js/jquery-1.1%%APACHE_VERSION%%p1.min.js

The ports builds by accident if APACHE_VERSION=3D2.4 is in SUB_LIST. With t=
he
SPAWN_FCGI option selected for the WEB group, it is not, exposing the bug.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258555-7788>