CVS log for ports/devel/git/Makefile
Up to [FreeBSD] / ports / devel / git
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.129: download - view: text, markup, annotated - select for diffs
Fri Feb 3 20:38:30 2012 UTC (6 days, 18 hours ago) by wxs
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +9 -1 lines
Respect WITHOUT_NLS.
Revision 1.128: download - view: text, markup, annotated - select for diffs
Tue Jan 31 04:42:58 2012 UTC (10 days, 10 hours ago) by wxs
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +8 -2 lines
Update to 1.7.9
Revision 1.127: download - view: text, markup, annotated - select for diffs
Mon Jan 23 21:27:55 2012 UTC (2 weeks, 3 days ago) by wxs
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +1 -1 lines
- Update to 1.7.8.4.
Revision 1.126: download - view: text, markup, annotated - select for diffs
Sun Jan 8 01:42:43 2012 UTC (4 weeks, 5 days ago) by wxs
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +1 -1 lines
Update to 1.7.8.3. Changes: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.8.3.txt
Revision 1.125: download - view: text, markup, annotated - select for diffs
Fri Dec 30 04:23:59 2011 UTC (6 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +2 -15 lines
Update to 1.7.8.2. Appease portlint by moving PROJECTHOST. Since moving to code.google.com the signatures haven't been published. Remove the signature checking for now. Changes: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.8.2.txt
Revision 1.124: download - view: text, markup, annotated - select for diffs
Tue Dec 27 15:34:19 2011 UTC (6 weeks, 3 days ago) by wxs
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +6 -0 lines
Fix an issue where a documentation symlink can be extracted with an incorrect owner. This only happens if the distfile is extracted as a non-root user, which is why nobody has noticed this before (I imagine not many people extract and build as non-root). Because it's not a big deal and not likely to hit the majority of users, I'm not bumping PORTREVISION. Noticed by: Andrzej Tobola (private mail)
Revision 1.123: download - view: text, markup, annotated - select for diffs
Sun Dec 25 02:35:55 2011 UTC (6 weeks, 5 days ago) by wxs
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +2 -3 lines
- Update to 1.7.8.1
- As suggested by crees@, switch to using ${CP} -R to install contrib scripts.
This keeps permissions as they are in the distfile.
Changes: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.8.1.txt
Revision 1.122: download - view: text, markup, annotated - select for diffs
Sun Dec 18 16:17:32 2011 UTC (7 weeks, 4 days ago) by wxs
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +1 -1 lines
Switch to installing contrib files using COPYTREE_BIN instead of COPYTREE_SHARE. The documentation in the hooks says you should set executable permissions on the hook before setting it up in a repository, but if you update git the permissions get reset. Just install the entire contrib directory with executable bit set. What we really need is a "COPYTREE_ASIS" that just leaves the permissions as they are. Note I am intentionally not bumping PORTREVISION as this is a minor change and this port gets updated fairly regularly. PR: ports/163167 Submitted by: Matthias Fechner <idefix@fechner.net>
Revision 1.121: download - view: text, markup, annotated - select for diffs
Wed Dec 7 15:53:20 2011 UTC (2 months ago) by wxs
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +5 -3 lines
Update to 1.7.8. Changes: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.8.txt Feature safe: yes
Revision 1.120: download - view: text, markup, annotated - select for diffs
Mon Nov 21 18:36:03 2011 UTC (2 months, 2 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +1 -1 lines
Update to 1.7.7.4. Changelog: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.7.4.txt Feature safe: yes
Revision 1.119: download - view: text, markup, annotated - select for diffs
Fri Nov 11 14:46:07 2011 UTC (2 months, 4 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +1 -1 lines
- Update to 1.7.7.3 Changelog: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.7.3.txt Feature safe: yes
Revision 1.118: download - view: text, markup, annotated - select for diffs
Thu Nov 3 18:15:38 2011 UTC (3 months, 1 week ago) by wxs
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +1 -1 lines
- Update to 1.7.7.2 Changelog: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.7.2.txt
Revision 1.117: download - view: text, markup, annotated - select for diffs
Sun Oct 30 14:13:55 2011 UTC (3 months, 1 week ago) by wxs
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +1 -2 lines
- Update to 1.7.7.1
Revision 1.116: download - view: text, markup, annotated - select for diffs
Thu Oct 20 16:00:04 2011 UTC (3 months, 3 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +6 -2 lines
Remove dependency upon devel/subversion. We already depend upon devel/p5-subversion which will bring in devel/subversion for us. Furthermore, devel/p5-subversion already honors the WITH_SUBVERSION_VER knob so there is no need to duplicate that functionality here just to pick the correct version of subversion. Discussed with: avg@
Revision 1.115: download - view: text, markup, annotated - select for diffs
Mon Oct 17 03:52:00 2011 UTC (3 months, 3 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +2 -2 lines
Remove support for WITH_SVN_FBSD.
Revision 1.114: download - view: text, markup, annotated - select for diffs
Sun Oct 16 16:07:41 2011 UTC (3 months, 3 weeks ago) by lev
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +1 -6 lines
Remove depndency on devel/subversion-freebsd, as it was removed.
Revision 1.113: download - view: text, markup, annotated - select for diffs
Wed Oct 5 16:30:35 2011 UTC (4 months ago) by wxs
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +7 -11 lines
- Update to 1.7.7.
Revision 1.112: download - view: text, markup, annotated - select for diffs
Sat Sep 10 01:56:16 2011 UTC (5 months ago) by wxs
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +5 -2 lines
- Fix MASTER_SITES while kernel.org is down. Submitted by: az@, gjb@
Revision 1.111: download - view: text, markup, annotated - select for diffs
Wed Sep 7 01:21:44 2011 UTC (5 months ago) by wxs
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +1 -1 lines
- Update to 1.7.6.1. Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.6.1.txt
Revision 1.110: download - view: text, markup, annotated - select for diffs
Mon Aug 15 16:29:00 2011 UTC (5 months, 3 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +17 -13 lines
- Adjust accordingly for the slave port (git-subversion). - Be consistent in whitespace. - Use PLIST_SUB to comment out perl specific options. [1] Noticed by: [1]: bapt@
Revision 1.109: download - view: text, markup, annotated - select for diffs
Thu Jun 30 22:19:09 2011 UTC (7 months, 1 week ago) by wxs
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +5 -2 lines
- Update to 1.7.6. - Remove some of the warnings when building with clang by separating LDFLAGS from CFLAGS. Still some harmless warnings left though.[1] Submitted by: [1]: sahil@
Revision 1.108: download - view: text, markup, annotated - select for diffs
Thu Jun 30 00:16:50 2011 UTC (7 months, 1 week ago) by wxs
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +2 -0 lines
- Fix build with clang by being specific about pthread library. Submitted by: sahil@
Revision 1.107: download - view: text, markup, annotated - select for diffs
Sun Jun 5 00:13:20 2011 UTC (8 months, 1 week ago) by wxs
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +1 -1 lines
- Update to 1.7.5.4. Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.5.4.txt
Revision 1.106: download - view: text, markup, annotated - select for diffs
Fri May 27 20:43:54 2011 UTC (8 months, 2 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +1 -1 lines
- Update to 1.7.5.3. Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.5.3.txt
Revision 1.105: download - view: text, markup, annotated - select for diffs
Sun May 22 19:31:50 2011 UTC (8 months, 2 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +1 -1 lines
Update to 1.7.5.2 Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.5.2.txt
Revision 1.104: download - view: text, markup, annotated - select for diffs
Fri May 6 15:49:23 2011 UTC (9 months ago) by wxs
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +1 -1 lines
Update to 1.7.5.1. Changelogs: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.5.1.txt http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.5.txt
Revision 1.103: download - view: text, markup, annotated - select for diffs
Thu Apr 21 15:20:54 2011 UTC (9 months, 3 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +1 -1 lines
Update to 1.7.4.5 - purely documentation fixes.
Revision 1.102: download - view: text, markup, annotated - select for diffs
Sun Apr 17 13:28:35 2011 UTC (9 months, 3 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +1 -1 lines
Update to 1.7.4.4 Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.4.4.txt
Revision 1.101: download - view: text, markup, annotated - select for diffs
Thu Apr 7 12:15:19 2011 UTC (10 months ago) by wxs
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +8 -3 lines
Add OPTION for subversion-freebsd dependency. PR: ports/156234 Submitted by: dougb@
Revision 1.100: download - view: text, markup, annotated - select for diffs
Tue Apr 5 23:40:19 2011 UTC (10 months ago) by wxs
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +1 -1 lines
Update to 1.7.4.3. Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.4.3.txt
Revision 1.99: download - view: text, markup, annotated - select for diffs
Tue Mar 29 01:35:03 2011 UTC (10 months, 2 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +1 -1 lines
Update to 1.7.4.2. Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.4.2.txt
Revision 1.98: download - view: text, markup, annotated - select for diffs
Mon Feb 14 14:14:20 2011 UTC (11 months, 3 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +3 -1 lines
Update to 1.7.4.1. Changelogs: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.4.txt http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.4.1.txt
Revision 1.97: download - view: text, markup, annotated - select for diffs
Fri Jan 7 14:05:49 2011 UTC (13 months ago) by wxs
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +1 -1 lines
Update to 1.7.3.5 Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.3.5.txt
Revision 1.96: download - view: text, markup, annotated - select for diffs
Sun Dec 19 07:48:18 2010 UTC (13 months, 3 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +1 -1 lines
Update to 1.7.3.4. Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.3.4.txt
Revision 1.95: download - view: text, markup, annotated - select for diffs
Sun Dec 5 22:49:20 2010 UTC (14 months ago) by wxs
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +1 -1 lines
Update to 1.7.3.3 Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.3.3.txt Specifically, this is important: "In addition to the usual fixes, this release also includes support for the new "add.ignoreErrors" name given to the existing "add.ignore-errors" configuration variable. The next version, Git 1.7.4, and future versions, will support both old and incorrect name and the new corrected name, but without this backport, users who want to use the new name "add.ignoreErrors" in their repositories cannot use older versions of Git."
Revision 1.94: download - view: text, markup, annotated - select for diffs
Sat Oct 23 15:07:55 2010 UTC (15 months, 2 weeks ago) by wxs
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +1 -1 lines
Update to 1.7.3.2 Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.3.2.txt
Revision 1.93: download - view: text, markup, annotated - select for diffs
Thu Oct 14 00:26:22 2010 UTC (15 months, 4 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +1 -1 lines
Update to 1.7.3.1. Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.3.1.txt
Revision 1.92: download - view: text, markup, annotated - select for diffs
Sun Sep 26 23:32:55 2010 UTC (16 months, 2 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +1 -1 lines
Update to 1.7.3 Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.3.txt
Revision 1.91: download - view: text, markup, annotated - select for diffs
Sat Sep 4 19:45:53 2010 UTC (17 months ago) by wxs
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +1 -1 lines
Update to 1.7.2.3 Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.2.3.txt
Revision 1.90: download - view: text, markup, annotated - select for diffs
Fri Aug 20 03:01:29 2010 UTC (17 months, 3 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +6 -11 lines
Update to 1.7.2.2
Revision 1.89: download - view: text, markup, annotated - select for diffs
Fri Jul 23 00:38:55 2010 UTC (18 months, 2 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +1 -0 lines
Address buffer overflow vulnerability. This is a patch pulled from upstream until 1.7.2 is release real soon now. Security: 827bc2b7-95ed-11df-9160-00e0815b8da8
Revision 1.88: download - view: text, markup, annotated - select for diffs
Mon Jul 5 23:51:16 2010 UTC (19 months ago) by wxs
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +11 -3 lines
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
Revision 1.87: download - view: text, markup, annotated - select for diffs
Sun Jul 4 18:49:43 2010 UTC (19 months, 1 week ago) by wxs
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +16 -6 lines
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
Revision 1.86: download - view: text, markup, annotated - select for diffs
Fri May 7 02:43:37 2010 UTC (21 months ago) by wxs
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +30 -17 lines
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)
Revision 1.85: download - view: text, markup, annotated - select for diffs
Fri Apr 23 16:44:00 2010 UTC (21 months, 2 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +1 -1 lines
Update to 1.7.0.6 Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.0.6.txt
Revision 1.84: download - view: text, markup, annotated - select for diffs
Wed Apr 21 01:24:05 2010 UTC (21 months, 3 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +34 -28 lines
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)
Revision 1.83: download - view: text, markup, annotated - select for diffs
Wed Apr 7 02:15:39 2010 UTC (22 months ago) by wxs
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +26 -10 lines
- Remove dependencies when HTMLDOCS is selected by using pre-generated documentation. - Do not fetch signatures by wrapping them in MAINTAINER_MODE check.
Revision 1.82: download - view: text, markup, annotated - select for diffs
Mon Apr 5 13:07:39 2010 UTC (22 months ago) by wxs
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +1 -1 lines
Update to 1.7.0.4 Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.0.4.txt
Revision 1.81: download - view: text, markup, annotated - select for diffs
Wed Mar 24 20:22:47 2010 UTC (22 months, 2 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +1 -1 lines
Update to 1.7.0.3 Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.0.3.txt
Revision 1.80: download - view: text, markup, annotated - select for diffs
Sun Mar 14 17:00:00 2010 UTC (22 months, 4 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +3 -2 lines
- 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>
Revision 1.79: download - view: text, markup, annotated - select for diffs
Wed Mar 3 01:43:37 2010 UTC (23 months, 1 week ago) by wxs
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +1 -1 lines
- 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
Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon Mar 1 01:56:30 2010 UTC (23 months, 1 week ago) by wxs
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +5 -8 lines
- 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
Revision 1.77: download - view: text, markup, annotated - select for diffs
Sun Feb 14 17:06:00 2010 UTC (23 months, 3 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +3 -3 lines
- 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>
Revision 1.76: download - view: text, markup, annotated - select for diffs
Sat Jan 30 15:09:02 2010 UTC (2 years ago) by wxs
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +0 -1 lines
- Remove OLD_ICONV=yes as it is set in the distribution now. No functional changes to the package.
Revision 1.75: download - view: text, markup, annotated - select for diffs
Thu Jan 28 04:52:16 2010 UTC (2 years ago) by linimon
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -0 lines
At some point in the future, the inclusion of bsd.perl.mk will be conditional, rather than unconditional as it is right now. Therefore, if a port is going to use it, it must declare that somehow before the inclusion of bsd.port.pre.mk. Hat: portmgr
Revision 1.74: download - view: text, markup, annotated - select for diffs
Sun Jan 24 15:22:24 2010 UTC (2 years ago) by wxs
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -1 lines
- Update to 1.6.6.1
Revision 1.73: download - view: text, markup, annotated - select for diffs
Thu Jan 14 14:28:23 2010 UTC (2 years ago) by wxs
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -0 lines
- Install missing gitweb.js if GITWEB option is selected. Submitted by: Marc Branchaud (private mail)
Revision 1.72: download - view: text, markup, annotated - select for diffs
Mon Dec 28 15:38:37 2009 UTC (2 years, 1 month ago) by wxs
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -1 lines
- 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
Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Dec 24 19:50:35 2009 UTC (2 years, 1 month ago) by wxs
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -1 lines
- Update to 1.6.5.7 Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.7.txt
Revision 1.70: download - view: text, markup, annotated - select for diffs
Fri Dec 11 15:29:40 2009 UTC (2 years, 2 months ago) by wxs
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +1 -1 lines
- Update to 1.6.5.6 Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.6.txt
Revision 1.69: download - view: text, markup, annotated - select for diffs
Wed Dec 9 18:14:56 2009 UTC (2 years, 2 months ago) by wxs
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -1 lines
- 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
Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Nov 17 15:54:00 2009 UTC (2 years, 2 months ago) by wxs
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -1 lines
- Update to 1.6.5.3 Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.3.txt
Revision 1.67: download - view: text, markup, annotated - select for diffs
Fri Nov 13 01:35:53 2009 UTC (2 years, 2 months ago) by wxs
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +43 -18 lines
- 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>
Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Oct 23 21:12:06 2009 UTC (2 years, 3 months ago) by wxs
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -1 lines
- Update to 1.6.5.1 Changlog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.1.txt
Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Oct 12 18:57:40 2009 UTC (2 years, 3 months ago) by wxs
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +6 -4 lines
- 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
Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Oct 1 15:37:48 2009 UTC (2 years, 4 months ago) by wxs
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -1 lines
- 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
Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed Sep 16 20:59:10 2009 UTC (2 years, 4 months ago) by wxs
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +3 -3 lines
- Update to 1.6.4.3 - Flip GUI option to OFF by default Feature safe: yes
Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon Aug 31 13:55:03 2009 UTC (2 years, 5 months ago) by wxs
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -1 lines
- Update to 1.6.4.2 Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.4.2.txt
Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Aug 24 19:59:57 2009 UTC (2 years, 5 months ago) by wxs
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -1 lines
- 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>
Revision 1.60: download - view: text, markup, annotated - select for diffs
Sun Aug 2 16:00:15 2009 UTC (2 years, 6 months ago) by wxs
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
- 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
Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue Jun 23 02:17:37 2009 UTC (2 years, 7 months ago) by wxs
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -2 lines
- Update to 1.6.3.3 - remove now unnecessary patch for DoS issue.
Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Jun 15 13:59:42 2009 UTC (2 years, 7 months ago) by wxs
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -0 lines
- Fix the DoS issue using the patch from upstream. Security: d9b01c08-59b3-11de-828e-00e0815b8da8
Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Jun 8 17:08:11 2009 UTC (2 years, 8 months ago) by wxs
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +0 -0 lines
- Forced commit to note that previous update was to version 1.6.3.2. Noticed by: garga
Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Jun 8 16:31:51 2009 UTC (2 years, 8 months ago) by wxs
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
- 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
Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Jun 1 16:01:08 2009 UTC (2 years, 8 months ago) by wxs
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -1 lines
- Use brand new MASTER_SITE_KERNEL_ORG PR: ports/134566 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri May 15 20:52:13 2009 UTC (2 years, 8 months ago) by wxs
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
- 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
Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat May 9 02:46:05 2009 UTC (2 years, 9 months ago) by wxs
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -0 lines
- Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which is MAKE_JOBS_UNSAFE).
Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue May 5 18:43:57 2009 UTC (2 years, 9 months ago) by wxs
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -1 lines
- 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>
Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Apr 27 17:19:22 2009 UTC (2 years, 9 months ago) by wxs
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -2 lines
- [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]
Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Apr 11 23:39:57 2009 UTC (2 years, 10 months ago) by wxs
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +4 -4 lines
- Update to 1.6.2.2.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Mon Mar 9 16:08:24 2009 UTC (2 years, 11 months ago) by wxs
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -2 lines
- Switch to USE_TK= 84+ PR: ports/132386 Submitted by: "Scot W. Hetzel" <swhetzel@gmail.com> Approved by: mm, wxs (maintainer)
Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Feb 24 19:59:43 2009 UTC (2 years, 11 months ago) by wxs
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +0 -0 lines
- Forced commit to note that CONFLICTS was also removed: devel/cogito was retired and misc/git is no longer in conflict.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Feb 24 19:52:39 2009 UTC (2 years, 11 months ago) by wxs
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -4 lines
- 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
Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Jan 23 15:42:39 2009 UTC (3 years ago) by roam
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -0 lines
Bump the version of the curl shared library after the ftp/curl update 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.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Jan 14 19:16:32 2009 UTC (3 years ago) by wxs
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
- Update to 1.6.1 Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.1.txt
Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Dec 22 17:48:39 2008 UTC (3 years, 1 month ago) by wxs
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -3 lines
- Update to 1.6.0.6 - No longer broken when using HTMLDOCS [1] - Cleanup pkg-plist a bit Submitted by: [1]: Ashish Shukla
Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Dec 17 15:42:36 2008 UTC (3 years, 1 month ago) by wxs
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +4 -2 lines
- Fix git-p4import so it is not zero size. PR: ports/129689 Submitted by: Evan Powers <evan.powers+bsdbug@gmail.com>
Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Dec 11 23:34:16 2008 UTC (3 years, 1 month ago) by wxs
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -1 lines
- Update to 1.6.0.5 - Mark as BROKEN if HTMLDOCS is selected (asciidoc update broke it)
Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Nov 12 01:06:38 2008 UTC (3 years, 2 months ago) by wxs
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -3 lines
- Update to 1.6.0.4. - git-shell and git-cvsserver are now also installed in $PREFIX/bin
Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Nov 5 23:26:04 2008 UTC (3 years, 3 months ago) by wxs
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +11 -2 lines
Add some missing man pages.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Nov 2 19:09:12 2008 UTC (3 years, 3 months ago) by wxs
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +5 -3 lines
- Install git.1 [1] - Fix location of git-shell in post-install target. PR: ports/128495 Submitted by: mtbakerguy@yahoo.com [1]
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Oct 26 01:04:35 2008 UTC (3 years, 3 months ago) by wxs
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +58 -10 lines
- 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]
Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Sep 23 02:42:22 2008 UTC (3 years, 4 months ago) by wxs
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Remove trailing \. Noticed by: rnoland
Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Sep 23 01:32:19 2008 UTC (3 years, 4 months ago) by wxs
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
- Update to 1.6.0.2 - Restore fix for "git help foo" bug.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Sep 5 03:24:06 2008 UTC (3 years, 5 months ago) by wxs
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +8 -1 lines
Add a verify target to make maintaining easier.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Aug 27 22:05:12 2008 UTC (3 years, 5 months ago) by wxs
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -4 lines
- 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
Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Aug 5 01:18:55 2008 UTC (3 years, 6 months ago) by wxs
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3 lines
- Update to 1.5.6.4 - 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]
Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Jul 14 15:20:38 2008 UTC (3 years, 6 months ago) by wxs
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +28 -4 lines
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>
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Jun 22 23:20:33 2008 UTC (3 years, 7 months ago) by wxs
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -4 lines
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
Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Jun 16 17:52:24 2008 UTC (3 years, 7 months ago) by wxs
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Take maintainership. Approved by: anholt
Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Jun 16 17:32:57 2008 UTC (3 years, 7 months ago) by wxs
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
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]
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Apr 21 22:00:14 2008 UTC (3 years, 9 months ago) by anholt
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +5 -7 lines
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>
Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Jan 18 01:11:23 2008 UTC (4 years ago) by flz
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
Fix USE_RC_SUBR after I renamed the script. Reported by: pavbot Approved by: anholt (maintainer, implicit)
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Jan 16 23:29:10 2008 UTC (4 years ago) by flz
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +28 -12 lines
- 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 1.25: download - view: text, markup, annotated - select for diffs
Mon Nov 12 17:27:12 2007 UTC (4 years, 2 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -1 lines
- Patch Perl module to install Git.3 in usual directory; fixes packaging Reported by: pointyhat Approved by: portmgr (hat)
Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Oct 9 21:18:06 2007 UTC (4 years, 4 months ago) by anholt
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +30 -9 lines
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>
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Aug 4 11:40:47 2007 UTC (4 years, 6 months ago) by gabor
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
- Remove the DESTDIR modifications from individual ports as we have a new, fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Jul 9 20:55:46 2007 UTC (4 years, 7 months ago) by anholt
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +16 -15 lines
git: Update to 1.5.2.1, and use prebuilt manpages instead of asciidoc. PR: ports/113541 Submitted by: Ed Schouten <ed@fxq.nl>
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun May 27 23:43:32 2007 UTC (4 years, 8 months ago) by alexbl
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +14 -14 lines
- obey CFLAGS - make WITHOUT_GUI work properly PR: 113030 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: anholt (maintainer)
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun May 27 06:32:24 2007 UTC (4 years, 8 months ago) by alexbl
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +5 -3 lines
- update to 1.5.2 Approved by: anholt (maintainer)
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri May 25 17:13:27 2007 UTC (4 years, 8 months ago) by anholt
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +29 -4 lines
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>
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat May 19 20:02:35 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Feb 6 22:02:26 2007 UTC (5 years ago) by anholt
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -0 lines
Attempt to fix package cluster build: - Add p5-Error to BUILD_DEPENDS so it's detected during Makefile build. - Add git-runstatus.1 to package.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Feb 1 18:57:27 2007 UTC (5 years ago) by anholt
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -2 lines
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.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Nov 21 20:56:49 2006 UTC (5 years, 2 months ago) by anholt
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
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
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Nov 15 23:16:33 2006 UTC (5 years, 2 months ago) by anholt
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +17 -2 lines
[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>
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Nov 8 05:55:45 2006 UTC (5 years, 3 months ago) by alexbl
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +9 -3 lines
- update to 1.4.3.4 Approved by: anholt
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Jul 16 09:04:36 2006 UTC (5 years, 6 months ago) by anholt
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -2 lines
Update to 1.4.1. PR: ports/100336 Submitted by: chinsan <chinsan.tw@gmail.com>
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jul 7 00:17:00 2006 UTC (5 years, 7 months ago) by anholt
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -1 lines
Update to 1.4.0, bringing us git-p4import, along with the usual round of fixes.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri May 5 18:19:20 2006 UTC (5 years, 9 months ago) by anholt
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +10 -2 lines
Update to 1.3.2, adding annotate/blame and a few more commands, along with the usual bugfixes and UI improvements.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Apr 9 00:05:11 2006 UTC (5 years, 10 months ago) by anholt
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Update to 1.2.6, and tune the cogito CONFLICTS to .10 to .12, since .17.2 will live side-by-side in harmony.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Mar 15 06:39:07 2006 UTC (5 years, 10 months ago) by anholt
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Update to 1.2.4, and depend on cvsps-devel rather than the stale cvsps port.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Feb 23 07:58:37 2006 UTC (5 years, 11 months ago) by anholt
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
Update to 1.2.2, and register a RUN_DEPENDS on cvsps, so there's a chance of git-cvsimport working (haven't run it myself yet).
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Feb 17 01:17:27 2006 UTC (5 years, 11 months ago) by anholt
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Correct the expat shlib version from the update that was before this port was even committed. Oops. PR: ports/93436 Submitted by: Kostik Belousov <kostikbel@gmail.com>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Feb 15 02:30:03 2006 UTC (5 years, 11 months ago) by anholt
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +114 -3 lines
Update to 1.2.0, and use the new asciidoc port to generate and install manpages.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Feb 14 21:17:02 2006 UTC (5 years, 11 months ago) by anholt
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -0 lines
Register CONFLICTS between ports that install bin/git. PR: ports/93315 Submitted by: John E. Hein <jhein@timing.com>
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Feb 12 20:06:30 2006 UTC (5 years, 11 months ago) by anholt
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
Add missing LIB_DEPENDS on expat. Reported by: pointyhat (via kris)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Feb 9 22:28:57 2006 UTC (6 years ago) by anholt
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -5 lines
Fix botched path correction that resulted in merges not working.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Feb 8 08:30:38 2006 UTC (6 years ago) by anholt
Branches: MAIN
Add a port for git, a distributed SCM used by the Linux kernel and likely soon many freedesktop.org projects.
