Bug 123318

Summary: [update+fix] devel/git 1.5.5.1 and manpage directory fix
Product: Ports & Packages Reporter: Andrew Bennett <potatosaladx>
Component: Individual Port(s)Assignee: Eric Anholt <anholt>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Andrew Bennett 2008-05-02 01:50:01 UTC
This patch updates devel/git from 1.5.5 to 1.5.5.1

git 1.5.5 was released April 20, 2008 at http://git.or.cz

Read the release notes here: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.5.1.txt

This patch also fixes the problem where git was unable to find the man pages when using the "--help" switch.  There's an example below.

Fix: The patch changes the $(mandir) variable in the Makefile for git.

Patch attached with submission follows:
How-To-Repeat: Run the following (or any of the git commands followed by --help): 
$ git checkout --help
No manual entry for git-checkout
$ git-checkout --help
No manual entry for git-checkout
$ man git-checkout
(launches the man page as expected)

After applying the patch...

$ git checkout --help
$ git-checkout --help
$ man git-checkout
(all of these launch the man page as expected)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-02 01:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anholt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Wesley Shields freebsd_committer freebsd_triage 2008-06-16 18:36:20 UTC
State Changed
From-To: open->closed

Manpage fixes have been added.  Thanks!