Bug 119728 - devel/git: update to 1.5.3.8 and various changes
Summary: devel/git: update to 1.5.3.8 and various changes
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: Eric Anholt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-16 17:30 UTC by Florent Thoumie
Modified: 2008-01-16 23:30 UTC (History)
1 user (show)

See Also:


Attachments
git.diff (14.46 KB, patch)
2008-01-16 17:30 UTC, Florent Thoumie
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!