Commit graph

158 commits

Author SHA1 Message Date
Wesley Shields
f145c94a25 - Update to 1.7.5.3.
Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.5.3.txt
2011-05-27 20:43:54 +00:00
Wesley Shields
20ac3a1fa4 Update to 1.7.5.2
Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.5.2.txt
2011-05-22 19:31:50 +00:00
Wesley Shields
558cf0f150 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
2011-05-06 15:49:23 +00:00
Wesley Shields
d9df5b3ac5 Update to 1.7.4.5 - purely documentation fixes. 2011-04-21 15:20:54 +00:00
Wesley Shields
9c638c5fe2 Update to 1.7.4.4
Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.4.4.txt
2011-04-17 13:28:35 +00:00
Wesley Shields
758eba9c82 Add OPTION for subversion-freebsd dependency.
PR:		ports/156234
Submitted by:	dougb@
2011-04-07 12:15:19 +00:00
Wesley Shields
f70d46b6f5 Update to 1.7.4.3.
Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.4.3.txt
2011-04-05 23:40:19 +00:00
Wesley Shields
810dd512d7 Update to 1.7.4.2.
Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.4.2.txt
2011-03-29 01:35:04 +00:00
Wesley Shields
3d622c46f3 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
2011-02-14 14:14:20 +00:00
Wesley Shields
7f2516237e Update to 1.7.3.5
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.3.5.txt
2011-01-07 14:05:49 +00:00
Wesley Shields
61b00dc879 Update to 1.7.3.4.
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.3.4.txt
2010-12-19 07:48:18 +00:00
Wesley Shields
bfee677107 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."
2010-12-05 22:49:20 +00:00
Wesley Shields
1d1e512ae9 Update to 1.7.3.2
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.3.2.txt
2010-10-23 15:07:55 +00:00
Wesley Shields
bb66e11bbb Update to 1.7.3.1.
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.3.1.txt
2010-10-14 00:26:22 +00:00
Wesley Shields
4401394917 Update to 1.7.3
Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.3.txt
2010-09-26 23:32:55 +00:00
Wesley Shields
623260c877 Update to 1.7.2.3
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.2.3.txt
2010-09-04 19:45:53 +00:00
Wesley Shields
1d4374a418 Update to 1.7.2.2 2010-08-20 03:01:29 +00:00
Wesley Shields
d0b563983c 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
2010-07-23 00:38:55 +00:00
Wesley Shields
dbebd471ca 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
2010-07-05 23:51:16 +00:00
Wesley Shields
3b9637116b 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
2010-07-04 18:49:43 +00:00
Wesley Shields
6ded77e4cc 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)
2010-05-07 02:43:37 +00:00
Wesley Shields
c94c94b684 Update to 1.7.0.6
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.0.6.txt
2010-04-23 16:44:00 +00:00
Wesley Shields
bf1ec2cf29 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)
2010-04-21 01:24:05 +00:00
Wesley Shields
b4283b48ed - Remove dependencies when HTMLDOCS is selected by using pre-generated
documentation.
- Do not fetch signatures by wrapping them in MAINTAINER_MODE check.
2010-04-07 02:15:39 +00:00
Wesley Shields
00b84257b0 Update to 1.7.0.4
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.0.4.txt
2010-04-05 13:07:39 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Wesley Shields
d78f3973ac Update to 1.7.0.3
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.0.3.txt
2010-03-24 20:22:47 +00:00
Wesley Shields
9d0b79a142 - 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>
2010-03-14 17:00:01 +00:00
Wesley Shields
53357887f4 - 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
2010-03-03 01:43:37 +00:00
Wesley Shields
6b58ab4774 - 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
2010-03-01 01:56:30 +00:00
Wesley Shields
046b45bdba - 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>
2010-02-14 17:06:00 +00:00
Wesley Shields
8a0e20bfcd - Remove OLD_ICONV=yes as it is set in the distribution now. No functional
changes to the package.
2010-01-30 15:09:02 +00:00
Mark Linimon
b93b277e62 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
2010-01-28 04:52:16 +00:00
Wesley Shields
6f1a69040f - Update to 1.6.6.1 2010-01-24 15:22:24 +00:00
Wesley Shields
9ef9d83771 - Install missing gitweb.js if GITWEB option is selected.
Submitted by:	Marc Branchaud (private mail)
2010-01-14 14:28:24 +00:00
Wesley Shields
706e8c1153 - 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
2009-12-28 15:38:37 +00:00
Wesley Shields
aeddfb7a25 - Update to 1.6.5.7
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.7.txt
2009-12-24 19:50:35 +00:00
Wesley Shields
21d453671b - Update to 1.6.5.6
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.6.txt
2009-12-11 15:29:40 +00:00
Wesley Shields
10303a2437 - 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
2009-12-09 18:14:56 +00:00
Wesley Shields
771c359d86 - Update to 1.6.5.3
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.3.txt
2009-11-17 15:54:00 +00:00
Wesley Shields
7bdae62dce - 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>
2009-11-13 01:35:53 +00:00
Wesley Shields
5d93d5a6ee - Update to 1.6.5.1
Changlog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.1.txt
2009-10-23 21:12:06 +00:00
Wesley Shields
8bb26ffaf1 - 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
2009-10-12 18:57:40 +00:00
Wesley Shields
8960d5500b - 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
2009-10-01 15:37:48 +00:00
Wesley Shields
aacc1351d5 - Update to 1.6.4.3
- Flip GUI option to OFF by default

Feature safe:	yes
2009-09-16 20:59:10 +00:00
Wesley Shields
56b4fea1a0 - Update to 1.6.4.2
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.4.2.txt
2009-08-31 13:55:03 +00:00
Wesley Shields
ffb0e701f1 - 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>
2009-08-24 19:59:57 +00:00
Wesley Shields
ade2e068ee - 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
2009-08-02 16:00:16 +00:00
Wesley Shields
86559d1229 - Update to 1.6.3.3 - remove now unnecessary patch for DoS issue. 2009-06-23 02:17:37 +00:00
Wesley Shields
99213c253b - Add more HTML documentation by removing an unnecessary part of a patch.
Submitted by:	Mike Harding (private mail)
2009-06-15 23:22:49 +00:00
Wesley Shields
5543089937 - Fix the DoS issue using the patch from upstream.
Security:	d9b01c08-59b3-11de-828e-00e0815b8da8
2009-06-15 13:59:43 +00:00
Wesley Shields
cc4b6e0e8b - 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
2009-06-08 16:31:51 +00:00
Wesley Shields
1b1ee73d94 - Use brand new MASTER_SITE_KERNEL_ORG
PR:		ports/134566
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
2009-06-01 16:01:08 +00:00
Wesley Shields
9a4efa5ceb - 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
2009-05-15 20:52:13 +00:00
Wesley Shields
c6eb35f215 - Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
is MAKE_JOBS_UNSAFE).
2009-05-09 02:46:09 +00:00
Wesley Shields
deb372b177 - 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>
2009-05-05 18:43:57 +00:00
Wesley Shields
443494d58f - [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]
2009-04-27 17:19:22 +00:00
Wesley Shields
1218fca6a7 - Update to 1.6.2.2. 2009-04-11 23:39:57 +00:00
Wesley Shields
48d5b77515 - Switch to USE_TK= 84+
PR:		ports/132386
Submitted by:	"Scot W. Hetzel" <swhetzel@gmail.com>
Approved by:	mm, wxs (maintainer)
2009-03-09 16:08:24 +00:00
Wesley Shields
dd6a416452 - 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
2009-02-24 19:52:39 +00:00
Peter Pentchev
c189a6b2da 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.
2009-01-23 15:43:14 +00:00
Wesley Shields
5d5ea09f19 - Update to 1.6.1
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.1.txt
2009-01-14 19:16:32 +00:00
Wesley Shields
6516c6f790 - Update to 1.6.0.6
- No longer broken when using HTMLDOCS [1]
- Cleanup pkg-plist a bit

Submitted by:	[1]: Ashish Shukla
2008-12-22 17:48:39 +00:00
Wesley Shields
258051cced - Fix git-p4import so it is not zero size.
PR:		ports/129689
Submitted by:	Evan Powers <evan.powers+bsdbug@gmail.com>
2008-12-17 15:42:36 +00:00
Wesley Shields
5bc7f0f8f4 - Update to 1.6.0.5
- Mark as BROKEN if HTMLDOCS is selected (asciidoc update broke it)
2008-12-11 23:34:16 +00:00
Wesley Shields
415da07fcd - Update to 1.6.0.4.
- git-shell and git-cvsserver are now also installed in $PREFIX/bin
2008-11-12 01:06:38 +00:00
Wesley Shields
0736bb5875 Add some missing man pages. 2008-11-05 23:26:04 +00:00
Wesley Shields
52aa4b62a0 - Install git.1 [1]
- Fix location of git-shell in post-install target.

PR:		ports/128495
Submitted by:	mtbakerguy@yahoo.com [1]
2008-11-02 19:09:12 +00:00
Wesley Shields
bfcb4cb85d - 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]
2008-10-26 01:04:36 +00:00
Wesley Shields
278c3f1925 Remove trailing \.
Noticed by: rnoland
2008-09-23 02:42:22 +00:00
Wesley Shields
4ba4c2bb87 - Update to 1.6.0.2
- Restore fix for "git help foo" bug.
2008-09-23 01:32:19 +00:00
Wesley Shields
937f0157ab Add a verify target to make maintaining easier. 2008-09-05 03:24:06 +00:00
Wesley Shields
b3a2bbe8d1 - 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
2008-08-27 22:05:12 +00:00
Wesley Shields
e3b28d09d1 - 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]
2008-08-05 01:18:55 +00:00
Wesley Shields
493d7262ee 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>
2008-07-14 15:20:39 +00:00
Wesley Shields
4a7cd59dfb 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
2008-06-22 23:20:33 +00:00
Wesley Shields
9653cbbe3c Take maintainership.
Approved by:	anholt
2008-06-16 17:52:24 +00:00
Wesley Shields
9c8bf9fa3c 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]
2008-06-16 17:32:57 +00:00
Eric Anholt
2f703c4403 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>
2008-04-21 22:00:14 +00:00
Florent Thoumie
32b3f016a3 Fix USE_RC_SUBR after I renamed the script.
Reported by:	pavbot
Approved by:	anholt (maintainer, implicit)
2008-01-18 01:11:23 +00:00
Florent Thoumie
c3d4fb7e4c Rename git-daemon.in to git_daemon.in.
Suggested by:	dougb
Approved by:	anholt (maintainer, implicit)
2008-01-17 10:25:04 +00:00
Florent Thoumie
c375eaddc0 - 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)
2008-01-16 23:29:11 +00:00
Pav Lucistnik
0fd3449467 - Patch Perl module to install Git.3 in usual directory; fixes packaging
Reported by:	pointyhat
Approved by:	portmgr (hat)
2007-11-12 17:27:12 +00:00
Eric Anholt
6e0e3c8f91 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>
2007-10-09 21:18:06 +00:00
Gabor Kovesdan
42542fb076 - 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)
2007-08-04 11:41:30 +00:00
Eric Anholt
615251cdbe git: Update to 1.5.2.1, and use prebuilt manpages instead of asciidoc.
PR:		ports/113541
Submitted by:	Ed Schouten <ed@fxq.nl>
2007-07-09 20:55:46 +00:00
Alexander Botero-Lowry
6e7faaeeed - obey CFLAGS
- make WITHOUT_GUI work properly

PR:		113030
Submitted by:	Ed Schouten <ed@fxq.nl>
Approved by:	anholt (maintainer)
2007-05-27 23:43:32 +00:00
Alexander Botero-Lowry
136b671b33 - remove patch I forgot to remove in 1.5.2 update 2007-05-27 07:26:46 +00:00
Alexander Botero-Lowry
954fa5222a - update to 1.5.2
Approved by:	anholt (maintainer)
2007-05-27 06:32:25 +00:00
Eric Anholt
d693300227 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>
2007-05-25 17:13:28 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Eric Anholt
742afb2edb 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.
2007-02-06 22:02:26 +00:00
Eric Anholt
2bf1acec1b 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.
2007-02-01 18:57:27 +00:00
Eric Anholt
d9e6c79b87 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
2006-11-21 20:56:49 +00:00
Eric Anholt
be870afa89 [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>
2006-11-15 23:16:33 +00:00
Alexander Botero-Lowry
9a9d970a4e - update to 1.4.3.4
Approved by:	anholt
2006-11-08 05:55:45 +00:00
Eric Anholt
a4900643cc Update to 1.4.1.
PR:		ports/100336
Submitted by:	chinsan <chinsan.tw@gmail.com>
2006-07-16 09:04:36 +00:00
Eric Anholt
a1702324ae Update to 1.4.0, bringing us git-p4import, along with the usual round of fixes. 2006-07-07 00:17:01 +00:00
Eric Anholt
ef1406bc72 Update to 1.3.2, adding annotate/blame and a few more commands, along with the
usual bugfixes and UI improvements.
2006-05-05 18:19:20 +00:00
Eric Anholt
2aef8d55a5 Update to 1.2.6, and tune the cogito CONFLICTS to .10 to .12, since .17.2 will
live side-by-side in harmony.
2006-04-09 00:05:11 +00:00