Bug 119728

Summary: devel/git: update to 1.5.3.8 and various changes
Product: Ports & Packages Reporter: Florent Thoumie <flz>
Component: Individual Port(s)Assignee: Eric Anholt <anholt>
Status: Closed FIXED    
Severity: Affects Only Me CC: anholt
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
git.diff none

Description Florent Thoumie freebsd_committer freebsd_triage 2008-01-16 17:30:02 UTC
- Update the port to 1.5.3.8.
- Fix handling of OPTIONS as WITHOUT_GUI wouldn trigger the dependency on Tk.
- Add some more manpages, and install GUI-related manpages only when necessary.
- Silence some commands.
- Install git-daemon rc script.
- Add git-shell to /etc/shells.

It should be noted that in modules, git refers to misc/git which has its
LATEST_LINK set to gnu_git to avoid the conflict with devel/git. Currently
the modules entry for devel/git is devel_git. I propose that devel_git
becomes git and the other git is renamed to gnu_git.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-01-16 17:30:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anholt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-16 23:29:17 UTC
flz         2008-01-16 23:29:11 UTC

  FreeBSD ports repository

  Modified files:
    devel/git            Makefile distinfo pkg-plist 
  Added files:
    devel/git/files      git-daemon.in 
  Removed files:
    devel/git/files      patch-while-case 
  Log:
  - Update the port to 1.5.3.8.
  - Fix handling of OPTIONS as WITHOUT_GUI wouldn trigger the dependency on Tk.
  - Add some more manpages, and install GUI-related manpages only when necessary.
  - Silence some commands.
  - Install git-daemon rc script.
  - Add git-shell to /etc/shells.
  
  PR:             ports/119728
  Submitted by:   flz
  Approved by:    anholt (maintainer)
  
  Revision  Changes    Path
  1.26      +28 -12    ports/devel/git/Makefile
  1.16      +6 -6      ports/devel/git/distinfo
  1.1       +29 -0     ports/devel/git/files/git-daemon.in (new)
  1.2       +0 -298    ports/devel/git/files/patch-while-case (dead)
  1.14      +2 -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 Florent Thoumie freebsd_committer freebsd_triage 2008-01-16 23:29:35 UTC
State Changed
From-To: open->closed

Committed. Thanks!