non port: devel/git/pkg-plist |
SVNWeb
|
Number of commits found: 258 (showing only 58 on this page) |
Mon, 5 Jul 2010
|
[ 23:51 wxs ]
Make modification of /etc/shells optional (default to on). No need to
bump PORTREVISION for this as there is no functional change.
PR: ports/146605
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
Feature safe: yes
|
Sun, 4 Jul 2010
|
[ 18:49 wxs ]
Update to 1.7.1.1
Conditionally depend on python now. Earlier releases required python, this
release does not. [1]
Strip binaries before install. [2]
Add ${PREFIX}/libexec/git-core to rc script PATH. Not having this causes
git-daemon to be unable to exec upload-pack. Users always had to restart
the RC script once the box was booted in order to fix this. [3]
Properly fix bug when using gitk that "wish" is not found. [4]
Changelog for 1.7.1.1:
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.1.1.txt
PR: [1]: ports/146605
[2]: ports/146961
[3]: ports/148337
Submitted by: [1]: Alex Kozlov <spam@rm-rf.kiev.ua>
[2]: Anonymous <swell.k@gmail.com>
[3]: Marin Atanasov Nikolov <dnaeon@gmail.com>
[4]: N.J. Thomas (private mail)
Feature safe: yes
|
Fri, 7 May 2010
|
[ 02:43 wxs ]
Update to 1.7.1.
[1]: Fix gitk to exec wish8.5 and not wish.
[2]: Add a CONTRIB knob, default to on, which installs contrib scripts.
Use COPYTREE_SHARE for installing GITWEB stuff.
Whitespace cleanup in P4 OPTION definition and installation.
Note CONTRIB information in pkg-message.
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.1.txt
PR: [1]: ports/146016
Submitted by: [1]: Bruce Cran <bruce@cran.org.uk>
[2]: Martin Sugioarto (based upon a patch via private mail)
|
Fri, 23 Apr 2010
|
[ 16:44 wxs ]
Update to 1.7.0.6
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.0.6.txt
|
Wed, 21 Apr 2010
|
[ 01:24 wxs ]
Update to 1.7.0.5
Rework manpages so it's harder to miss when new ones are added
General cleanup of Makefile
[1]: Fix a bug when trying to read/write a 2GB+ file
[2]: Properly daemonize git-daemon
Submitted by: [1]: Artem Belevich (private mail)
[2]: ed@ (private mail)
|
Mon, 5 Apr 2010
|
[ 13:07 wxs ]
Update to 1.7.0.4
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.0.4.txt
|
Wed, 24 Mar 2010
|
[ 20:22 wxs ]
Update to 1.7.0.3
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.0.3.txt
|
Sun, 14 Mar 2010
|
[ 17:00 wxs ]
- Update to 1.7.0.2
- [1]: Add a dependency on textproc/docbook-xsl. The port used to fetch files
during build if HTMLDOCS was selected. This eliminates the need to do that.
PR: ports/143483
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
|
Wed, 3 Mar 2010
|
[ 01:43 wxs ]
- Update to 1.7.0.1
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.0.1.txt
Feature safe: yes
|
Mon, 1 Mar 2010
|
[ 01:56 wxs ]
- Update to 1.7.0
Note: There are significant behavior changes in this release. Please see
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.0.txt for more
information.
Feature safe: yes
|
Sun, 14 Feb 2010
|
[ 17:06 wxs ]
- Update to 1.6.6.2
- Switch to including bsd.port.options.mk
- Don't link with libiconv when the option is not selected [1]
- Add --reuseaddr to git_daemon_flags [2]
PR: [1]: ports/143683
[2]: ports/143275
Submitted by: [1]: Stef Walter <stef@memberwebs.com>
[2]: Philippe Pepiot <phil@philpep.org>
|
Sun, 24 Jan 2010
|
[ 15:22 wxs ]
- Update to 1.6.6.1
|
Thu, 14 Jan 2010
|
[ 14:28 wxs ]
- Install missing gitweb.js if GITWEB option is selected.
Submitted by: Marc Branchaud (private mail)
|
Mon, 28 Dec 2009
|
[ 15:38 wxs ]
- Update to 1.6.6
- Please be aware of the changes to git-fsck taking longer than before. Also
note that 1.7.0 will have significant behavior changes that will break
backwards compatability.
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.6.txt
|
Thu, 24 Dec 2009
|
[ 19:50 wxs ]
- Update to 1.6.5.7
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.7.txt
|
Fri, 11 Dec 2009
|
[ 15:29 wxs ]
- Update to 1.6.5.6
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.6.txt
|
Wed, 9 Dec 2009
|
[ 18:14 wxs ]
- Update to 1.6.5.5
Changelogs:
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.4.txt
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.5.txt
|
Tue, 17 Nov 2009
|
[ 15:54 wxs ]
- Update to 1.6.5.3
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.3.txt
|
Fri, 13 Nov 2009
|
[ 01:35 wxs ]
- Update to 1.6.5.2 [1]
- Add PERL, ICONV and CURL options (all on by default). [2]
Note that GITWEB requires PERL.
PR: [1]: ports/140001
[2]: ports/139993
Submitted by: [1]: Sylvio Cesar <scjamorim@bsd.com.br>
[2]: Stef Walter <stef@memberwebs.com>
|
Fri, 23 Oct 2009
|
[ 21:12 wxs ]
- Update to 1.6.5.1
Changlog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.1.txt
|
Mon, 12 Oct 2009
|
[ 18:57 wxs ]
- Update to 1.6.5
- Add V=1 to MAKE_ENV (I like to actually see what's going on in the build,
and it results in useful build logs when it fails)
- Silence the verify target
|
Thu, 1 Oct 2009
|
[ 15:37 wxs ]
- Update to 1.6.4.4
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.4.4.txt
Feature safe: yes
|
Wed, 16 Sep 2009
|
[ 20:59 wxs ]
- Update to 1.6.4.3
- Flip GUI option to OFF by default
Feature safe: yes
|
Mon, 31 Aug 2009
|
[ 13:55 wxs ]
- Update to 1.6.4.2
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.4.2.txt
|
Mon, 24 Aug 2009
|
[ 19:59 wxs ]
- Update to 1.6.4.1
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.4.1.txt
PR: ports/138102
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
|
Sun, 2 Aug 2009
|
[ 16:00 wxs ]
- Update to 1.6.4
Changelogs:
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.3.4.txt
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.4.txt
|
Tue, 23 Jun 2009
|
[ 02:17 wxs ]
- Update to 1.6.3.3 - remove now unnecessary patch for DoS issue.
|
Mon, 15 Jun 2009
|
[ 23:22 wxs ]
- Add more HTML documentation by removing an unnecessary part of a patch.
Submitted by: Mike Harding (private mail)
|
Mon, 8 Jun 2009
|
[ 16:31 wxs ]
- Update to 1.3.6.2.
Changelog is available at:
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.3.2.txt
|
Fri, 15 May 2009
|
[ 20:52 wxs ]
- Update to 1.6.3.1.
Changelogs at:
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.3.txt
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.3.1.txt
|
Tue, 5 May 2009
|
[ 18:43 wxs ]
- Update to 1.6.2.5
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.2.5.txt
PR: ports/134232
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
|
Mon, 27 Apr 2009
|
[ 17:19 wxs ]
- [1]: Update to 1.6.2.4
- [2]: Respect WITHOUT_X11 along with WITHOUT_GUI
Changelogs between old version and 1.6.2.4 are at:
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.2.3.txt
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.2.4.txt
PR: ports/133925 [1], private mail [2]
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> [1]
Dmitry Morozovsky <marck@rinet.ru> [2]
|
Sat, 11 Apr 2009
|
[ 23:39 wxs ]
- Update to 1.6.2.2.
|
Tue, 24 Feb 2009
|
[ 19:52 wxs ]
- Update to 1.6.1.3
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
|
Wed, 14 Jan 2009
|
[ 19:16 wxs ]
- Update to 1.6.1
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.1.txt
|
Mon, 22 Dec 2008
|
[ 17:48 wxs ]
- Update to 1.6.0.6
- No longer broken when using HTMLDOCS [1]
- Cleanup pkg-plist a bit
Submitted by: [1]: Ashish Shukla
|
Thu, 11 Dec 2008
|
[ 23:34 wxs ]
- Update to 1.6.0.5
- Mark as BROKEN if HTMLDOCS is selected (asciidoc update broke it)
|
Wed, 12 Nov 2008
|
[ 01:06 wxs ]
- Update to 1.6.0.4.
- git-shell and git-cvsserver are now also installed in $PREFIX/bin
|
Sun, 26 Oct 2008
|
[ 01:04 wxs ]
- Update to 1.6.0.3
- 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]
|
Wed, 27 Aug 2008
|
[ 22:05 wxs ]
- Update to 1.6.0.1
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
|
Mon, 14 Jul 2008
|
[ 15:20 wxs ]
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>
|
Sun, 22 Jun 2008
|
[ 23:20 wxs ]
Update to 1.5.6
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
|
Mon, 16 Jun 2008
|
[ 17:32 wxs ]
Update to 1.5.5.4 [1].
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]
|
Mon, 21 Apr 2008
|
[ 22:00 anholt ]
Update git to 1.5.5.
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>
|
Wed, 16 Jan 2008
|
[ 23:29 flz ]
- 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)
|
Tue, 9 Oct 2007
|
[ 21:18 anholt ]
Update git to 1.5.3.2.
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>
|
Sun, 27 May 2007
|
[ 23:43 alexbl ]
- obey CFLAGS
- make WITHOUT_GUI work properly
PR: 113030
Submitted by: Ed Schouten <ed@fxq.nl>
Approved by: anholt (maintainer)
|
[ 06:32 alexbl ]
- update to 1.5.2
Approved by: anholt (maintainer)
|
Fri, 25 May 2007
|
[ 17:13 anholt ]
Update git to 1.5.0.3.
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>
|
Thu, 1 Feb 2007
|
[ 18:57 anholt ]
Update to 1.4.4.4.
While here, add dependency on p5-Error, which prevents packaging issues
depending on whether you already had p5-Error installed or not.
|
Tue, 21 Nov 2006
|
[ 20:56 anholt ]
Restore some pkg-plist contents I removed in the last revision.
My plist generator script told me they were gone, and I naively trusted it.
Reported by: kris
|
Wed, 15 Nov 2006
|
[ 23:16 anholt ]
[1] Update to 1.4.4
[2] Add emacs support files.
PR: [2] ports/105519
Submitted by: [2] Max N. Boyarov <m.boyarov@bsd.by>
|
Wed, 8 Nov 2006
|
[ 05:55 alexbl ]
- update to 1.4.3.4
Approved by: anholt
|
Sun, 16 Jul 2006
|
[ 09:04 anholt ]
Update to 1.4.1.
PR: ports/100336
Submitted by: chinsan <chinsan.tw@gmail.com>
|
Fri, 7 Jul 2006
|
[ 00:17 anholt ]
Update to 1.4.0, bringing us git-p4import, along with the usual round of fixes.
|
Fri, 5 May 2006
|
[ 18:19 anholt ]
Update to 1.3.2, adding annotate/blame and a few more commands, along with the
usual bugfixes and UI improvements.
|
Wed, 15 Feb 2006
|
[ 02:30 anholt ]
Update to 1.2.0, and use the new asciidoc port to generate and install manpages.
|
Wed, 8 Feb 2006
|
[ 08:30 anholt ]
Add a port for git, a distributed SCM used by the Linux kernel and likely soon
many freedesktop.org projects.
|
Number of commits found: 258 (showing only 58 on this page) |