[Bug 258555] www/rt44: Latest update to 4.4.5 has invalid plist entry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Sep 2021 06:59:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258555
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
-%%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=2.4 is in SUB_LIST. With the
SPAWN_FCGI option selected for the WEB group, it is not, exposing the bug.
--
You are receiving this mail because:
You are the assignee for the bug.