Opened 15 years ago

Last modified 15 years ago

#23511 closed defect

git-core 1.6.6.1 - gitweb varient missing gitweb.js — at Initial Version

Reported by: dgarnier (reinrag1a) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: haspatch Cc:
Port: git-core

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

Change History (1)

Changed 15 years ago by dgarnier (reinrag1a)

Attachment: git-core.patch added

patch file for git-core/Portfile

Note: See TracTickets for help on using tickets.