[MacPorts] #23511: git-core 1.6.6.1 - gitweb varient missing gitweb.js
MacPorts
noreply at macports.org
Mon Feb 1 10:34:20 PST 2010
#23511: git-core 1.6.6.1 - gitweb varient missing gitweb.js
-----------------------------+----------------------------------------------
Reporter: garnier@… | Owner: bryan@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.2
Keywords: haspatch | Port: git-core
-----------------------------+----------------------------------------------
Changes (by jmr@…):
* cc: maccheck@… (added)
* keywords: => haspatch
* port: => git-core
* owner: macports-tickets@… => bryan@…
Old description:
> At some point, gitweb added a gitweb.js for client side enhancements...
> The server complains the file is missing. Simple one line add of
> "gitweb.js" to the portfile.
>
> --- Portfile.old 2010-02-01 13:19:26.000000000 -0500
> +++ Portfile 2010-02-01 13:26:40.000000000 -0500
> @@ -106,6 +106,7 @@
> xinstall -m 444 -W ${worksrcpath}/gitweb \
> gitweb.cgi \
> gitweb.css \
> + gitweb.js \
> git-favicon.png \
> git-logo.png \
> ${destroot}${prefix}/share/${name}/gitweb
New description:
At some point, gitweb added a gitweb.js for client side enhancements...
The server complains the file is missing. Simple one line add of
"gitweb.js" to the portfile.
{{{
--- Portfile.old 2010-02-01 13:19:26.000000000 -0500
+++ Portfile 2010-02-01 13:26:40.000000000 -0500
@@ -106,6 +106,7 @@
xinstall -m 444 -W ${worksrcpath}/gitweb \
gitweb.cgi \
gitweb.css \
+ gitweb.js \
git-favicon.png \
git-logo.png \
${destroot}${prefix}/share/${name}/gitweb
}}}
--
Comment:
Please remember to preview and use WikiFormatting, fill in the Port field,
and cc the maintainers.
--
Ticket URL: <http://trac.macports.org/ticket/23511#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list