Ticket #23511 (closed defect: fixed)
git-core: gitweb variant missing gitweb.js
| Reported by: | garnier@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.2 |
| Keywords: | haspatch | Cc: | maccheck@…, bryan@… |
| Port: | git-core |
Description (last modified by jmr@…) (diff)
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
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


