aboutsummaryrefslogtreecommitdiff
path: root/devel/git
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.6.1.3Wesley Shields2009-02-243-13/+13
| | | | | | | | | | Changelogs: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.1.1.txt http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.1.2.txt http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.1.3.txt Notes: svn path=/head/; revision=229012
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-0/+1
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* - Update to 1.6.1Wesley Shields2009-01-144-17/+32
| | | | | | | Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.1.txt Notes: svn path=/head/; revision=226113
* - Update to 1.6.0.6Wesley Shields2008-12-223-67/+69
| | | | | | | | | | - No longer broken when using HTMLDOCS [1] - Cleanup pkg-plist a bit Submitted by: [1]: Ashish Shukla Notes: svn path=/head/; revision=224580
* - Fix git-p4import so it is not zero size.Wesley Shields2008-12-171-2/+4
| | | | | | | | PR: ports/129689 Submitted by: Evan Powers <evan.powers+bsdbug@gmail.com> Notes: svn path=/head/; revision=224330
* - Update to 1.6.0.5Wesley Shields2008-12-113-10/+12
| | | | | | | - Mark as BROKEN if HTMLDOCS is selected (asciidoc update broke it) Notes: svn path=/head/; revision=224131
* - Update to 1.6.0.4.Wesley Shields2008-11-123-12/+15
| | | | | | | - git-shell and git-cvsserver are now also installed in $PREFIX/bin Notes: svn path=/head/; revision=222758
* Add some missing man pages.Wesley Shields2008-11-051-2/+11
| | | | Notes: svn path=/head/; revision=222431
* - Install git.1 [1]Wesley Shields2008-11-021-3/+5
| | | | | | | | | | - Fix location of git-shell in post-install target. PR: ports/128495 Submitted by: mtbakerguy@yahoo.com [1] Notes: svn path=/head/; revision=222332
* - Update to 1.6.0.3Wesley Shields2008-10-265-29/+408
| | | | | | | | | | | | | | | - Add options to support: - P4 support (on) [1] - CVS support (on) [1] - HTML documentation (off) [2] [1]: Requested privately by multiple people. PR: ports/127754 [2] Submitted by: Ashish Shukla <wahjava@gmail.com> [2] Notes: svn path=/head/; revision=222079
* Remove trailing \.Wesley Shields2008-09-231-1/+1
| | | | | | | Noticed by: rnoland Notes: svn path=/head/; revision=220476
* - Update to 1.6.0.2Wesley Shields2008-09-233-13/+24
| | | | | | | - Restore fix for "git help foo" bug. Notes: svn path=/head/; revision=220463
* Add a verify target to make maintaining easier.Wesley Shields2008-09-052-1/+11
| | | | Notes: svn path=/head/; revision=219876
* - Update to 1.6.0.1Wesley Shields2008-08-275-175/+178
| | | | | | | | | | | | | | | | | | | | | | | | Lots of changes, the most visible of which is: With the default Makefile settings, most of the programs are now installed outside your $PATH, except for "git", "gitk" and some server side programs that need to be accessible for technical reasons. Invoking a git subcommand as "git-xyzzy" from the command line has been deprecated since early 2006 (and officially announced in 1.5.4 release notes); use of them from your scripts after adding output from "git --exec-path" to the $PATH is still supported in this release, but users are again strongly encouraged to adjust their scripts to use "git xyzzy" form, as we will stop installing "git-xyzzy" hardlinks for built-in commands in later releases. The 1.6.0 Release Notes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.txt The 1.6.0.1 Release Notes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.1.txt Notes: svn path=/head/; revision=219342
* - Update to 1.5.6.4Wesley Shields2008-08-052-9/+9
| | | | | | | | | | | | | - Cleanup MAKE_ENV [0] - Switch to devel/cvsps from devel/cvsps-devel (the former is all that is needed and is maintained) [1] - Pick up devel/p5-subversion when SVN is wanted [2] PR: ports/125645 [1] Submitted by: pav [0], Yarema <yds@CoolRat.org> [1], Justin Forest [2] Notes: svn path=/head/; revision=218049
* Update to 1.5.6.2 and add gitweb support[1] (off by default).Wesley Shields2008-07-144-10/+56
| | | | | | | | PR: ports/125441 [1] Submitted by: Martin Sugioarto <martin.sugioarto@udo.edu> Notes: svn path=/head/; revision=216839
* Update to 1.5.6Wesley Shields2008-06-223-10/+11
| | | | | | | | | | Add dependency on net/p5-Net-SMTP-SSL (git send-email was broken without it) Lots of changes in this version: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.6.txt Notes: svn path=/head/; revision=215575
* Take maintainership.Wesley Shields2008-06-161-1/+1
| | | | | | | Approved by: anholt Notes: svn path=/head/; revision=214963
* Update to 1.5.5.4 [1].Wesley Shields2008-06-164-14/+22
| | | | | | | | | | | | | | Fix crash in git-fetch [2]. Don't remove directories listed in BSD.local.dist [3]. Fix "git help foo" bug [4][5]. PR: ports/124559 [1], ports/123369 [2], ports/121869 [3], ports/123318 [4], ports/124301 [5] Submitted by: rea-fbsd@codelabs.ru [1], cokane [2], rafan [3], potatosaladx@gmail.com [4], keramida [5] Notes: svn path=/head/; revision=214961
* Update git to 1.5.5.Eric Anholt2008-04-213-22/+37
| | | | | | | | | | | | | Along with the usual slew of usability and bug fixes, of particular note in this version compared with the previous version we had in the tree is that git-commit and git-checkout have been rewritten in C, and git-commit has experienced performance improvements. PR: ports/122665 Submitted by: Andrew Bennett <potatosaladx+nospam@gmail.com> Notes: svn path=/head/; revision=211734
* Fix USE_RC_SUBR after I renamed the script.Florent Thoumie2008-01-181-1/+1
| | | | | | | | Reported by: pavbot Approved by: anholt (maintainer, implicit) Notes: svn path=/head/; revision=205761
* Rename git-daemon.in to git_daemon.in.Florent Thoumie2008-01-171-0/+0
| | | | | | | | Suggested by: dougb Approved by: anholt (maintainer, implicit) Notes: svn path=/head/; revision=205746
* - Update the port to 1.5.3.8.Florent Thoumie2008-01-165-316/+65
| | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=205733
* - Patch Perl module to install Git.3 in usual directory; fixes packagingPav Lucistnik2007-11-121-1/+3
| | | | | | | | Reported by: pointyhat Approved by: portmgr (hat) Notes: svn path=/head/; revision=202641
* Update git to 1.5.3.2.Eric Anholt2007-10-095-21/+357
| | | | | | | | | | | | | | | This update brings in OPTIONS for GUI tools (on) and dependencies to make the SVN tools work (off). It also should handle the openssl dependency correctly now. Both of these changes are variations I made on the PR submissions for those changes. PR: [1] ports/116521 (1.5.3.2) [2] ports/114472 (openssl issues) Submitted by: [1] Eygene Ryabinkin <rea-fbsd@codelabs.ru> [2] Ed Schouten <ed@fxq.nl> Notes: svn path=/head/; revision=201216
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* git: Update to 1.5.2.1, and use prebuilt manpages instead of asciidoc.Eric Anholt2007-07-092-18/+22
| | | | | | | | PR: ports/113541 Submitted by: Ed Schouten <ed@fxq.nl> Notes: svn path=/head/; revision=195329
* - obey CFLAGSAlexander Botero-Lowry2007-05-274-25/+49
| | | | | | | | | | | - make WITHOUT_GUI work properly PR: 113030 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: anholt (maintainer) Notes: svn path=/head/; revision=192154
* - remove patch I forgot to remove in 1.5.2 updateAlexander Botero-Lowry2007-05-271-118/+0
| | | | Notes: svn path=/head/; revision=191957
* - update to 1.5.2Alexander Botero-Lowry2007-05-273-8/+32
| | | | | | | Approved by: anholt (maintainer) Notes: svn path=/head/; revision=191954
* Update git to 1.5.0.3.Eric Anholt2007-05-254-26/+154
| | | | | | | | | | | | | | | | | This brings some major UI improvements which may surprise users accustomed to the strange old behavior. The 1.5.0 release notes in the tarball cover those changes, and are recommended reading for current git users. This version may expose bugs in curl resulting in crashes when using the http transport. I decided it was more important to get these UI changes out in our packages than to worry about the http transport, which is generally not desired anyway. PR: ports/109495 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Notes: svn path=/head/; revision=191809
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Attempt to fix package cluster build:Eric Anholt2007-02-061-0/+2
| | | | | | | | - Add p5-Error to BUILD_DEPENDS so it's detected during Makefile build. - Add git-runstatus.1 to package. Notes: svn path=/head/; revision=184429
* Update to 1.4.4.4.Eric Anholt2007-02-013-6/+6
| | | | | | | | While here, add dependency on p5-Error, which prevents packaging issues depending on whether you already had p5-Error installed or not. Notes: svn path=/head/; revision=183876
* Restore some pkg-plist contents I removed in the last revision.Eric Anholt2006-11-212-1/+3
| | | | | | | | | My plist generator script told me they were gone, and I naively trusted it. Reported by: kris Notes: svn path=/head/; revision=177756
* [1] Update to 1.4.4Eric Anholt2006-11-153-7/+33
| | | | | | | | | | [2] Add emacs support files. PR: [2] ports/105519 Submitted by: [2] Max N. Boyarov <m.boyarov@bsd.by> Notes: svn path=/head/; revision=177366
* - update to 1.4.3.4Alexander Botero-Lowry2006-11-084-25/+39
| | | | | | | Approved by: anholt Notes: svn path=/head/; revision=176795
* Update to 1.4.1.Eric Anholt2006-07-163-6/+4
| | | | | | | | PR: ports/100336 Submitted by: chinsan <chinsan.tw@gmail.com> Notes: svn path=/head/; revision=167963
* Update to 1.4.0, bringing us git-p4import, along with the usual round of fixes.Eric Anholt2006-07-074-7/+24
| | | | Notes: svn path=/head/; revision=167103
* Update to 1.3.2, adding annotate/blame and a few more commands, along with theEric Anholt2006-05-053-5/+22
| | | | | | | usual bugfixes and UI improvements. Notes: svn path=/head/; revision=161437
* Update to 1.2.6, and tune the cogito CONFLICTS to .10 to .12, since .17.2 willEric Anholt2006-04-092-5/+5
| | | | | | | live side-by-side in harmony. Notes: svn path=/head/; revision=159178
* Update to 1.2.4, and depend on cvsps-devel rather than the stale cvsps port.Eric Anholt2006-03-152-5/+5
| | | | Notes: svn path=/head/; revision=157133
* Update to 1.2.2, and register a RUN_DEPENDS on cvsps, so there's a chance ofEric Anholt2006-02-232-4/+5
| | | | | | | git-cvsimport working (haven't run it myself yet). Notes: svn path=/head/; revision=156740
* Correct the expat shlib version from the update that was before this port wasEric Anholt2006-02-171-1/+1
| | | | | | | | | | even committed. Oops. PR: ports/93436 Submitted by: Kostik Belousov <kostikbel@gmail.com> Notes: svn path=/head/; revision=156198
* Update to 1.2.0, and use the new asciidoc port to generate and install manpages.Eric Anholt2006-02-153-7/+119
| | | | Notes: svn path=/head/; revision=156078
* Register CONFLICTS between ports that install bin/git.Eric Anholt2006-02-141-0/+2
| | | | | | | | PR: ports/93315 Submitted by: John E. Hein <jhein@timing.com> Notes: svn path=/head/; revision=156062
* Add missing LIB_DEPENDS on expat.Eric Anholt2006-02-121-0/+1
| | | | | | | Reported by: pointyhat (via kris) Notes: svn path=/head/; revision=155843
* Fix botched path correction that resulted in merges not working.Eric Anholt2006-02-091-5/+3
| | | | Notes: svn path=/head/; revision=155610
* Add a port for git, a distributed SCM used by the Linux kernel and likely soonEric Anholt2006-02-086-0/+200
many freedesktop.org projects. Notes: svn path=/head/; revision=155490