Bug 125441 - Update port: devel/git gitweb support added.
Summary: Update port: devel/git gitweb support added.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-09 17:00 UTC by Martin Sugioarto
Modified: 2008-07-14 16:30 UTC (History)
0 users

See Also:


Attachments
file.diff (2.50 KB, patch)
2008-07-09 17:00 UTC, Martin Sugioarto
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Sugioarto 2008-07-09 17:00:04 UTC
This fix will allow to use gitweb easier.

The precompiled CGI file and other resources are copied into EXAMPLESDIR/gitweb.
pkg-message explains how to do the simple modifications.

Changes Makefile:
- set revision 1
- gitweb directory copy to EXAMPLESDIR/gitweb
- cat pkg-message to screen after install

Added pkg-message.

Changes pkg-plist:
- gitweb files and directories
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-09 17:00:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-07-14 16:20:48 UTC
wxs         2008-07-14 15:20:39 UTC

  FreeBSD ports repository

  Modified files:
    devel/git            Makefile distinfo pkg-plist 
  Added files:
    devel/git/files      pkg-message.in 
  Log:
  Update to 1.5.6.2 and add gitweb support[1] (off by default).
  
  PR:             ports/125441 [1]
  Submitted by:   Martin Sugioarto <martin.sugioarto@udo.edu>
  
  Revision  Changes    Path
  1.32      +28 -4     ports/devel/git/Makefile
  1.20      +6 -6      ports/devel/git/distinfo
  1.1       +14 -0     ports/devel/git/files/pkg-message.in (new)
  1.18      +8 -0      ports/devel/git/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Wesley Shields freebsd_committer freebsd_triage 2008-07-14 16:20:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!