Commit graph

199 commits

Author SHA1 Message Date
Renato Botelho
91e5d6b4f4 Update devel/git to 2.15.1
Sponsored by:	Rubicon communications, LLC (Netgate)
2017-11-29 23:30:43 +00:00
Renato Botelho
a01b3aa0e1 Update devel/git to 2.15.0
Sponsored by:	Rubicon Communiucations, LLC (Netgate)
2017-11-01 08:59:15 +00:00
Renato Botelho
5fa3c6360f Update devel/git to 2.14.3
Sponsored by:	Rubicon Communications, LLC (Netgate)
2017-10-23 11:32:23 +00:00
Adam Weinberger
f043007255 Fix packaging when HTMLDOCS is on.
Pointy hat to:	garga
2017-10-10 01:29:39 +00:00
Mathieu Arnold
d4ad923026 Fix packaging WITH=HTMLDOCS.
Pointy hat:	garga
Sponsored by:	Absolight
2017-08-11 13:40:08 +00:00
Renato Botelho
5519a92529 Update devel/git to 2.14.1
This version fixes a security issue:

A "ssh://..." URL can result in a "ssh" command line with a
hostname that begins with a dash "-", which would cause the "ssh"
command to instead (mis)treat it as an option.  This is now
prevented by forbidding such a hostname (which will not be
necessary in the real world).

MFH:		2017Q3
Sponsored by:	Rubicon Communications, LLC (Netgate)
2017-08-10 20:43:28 +00:00
Renato Botelho
17523307ae Update devel/git to 2.13.4 2017-08-03 12:15:48 +00:00
Renato Botelho
2e50c364c0 - Add diff-highlight back to package when CONTRIB option is set
- While here, remove unnecessary lines from pkg-plist
- Bump PORTREVISION

PR:		220804
Submitted by:	martin@sugioarto.com
Sponsored by:	Rubicon Communications, LLC (Netgate)
2017-07-17 17:33:35 +00:00
Renato Botelho
64eab53c29 Update devel/git to 2.13.3
Sponsored by:	Rubicon Communications, LLC (Netgate)
2017-07-12 23:38:06 +00:00
Renato Botelho
a014051a7b Update devel/git to 2.13.2
Sponsored by:	Rubicon Communications (Netgate)
2017-06-27 13:39:53 +00:00
Renato Botelho
52db309d8e Update devel/git to 2.13.1
Sponsored by:	Rubicon Communications (Netgate)
2017-06-09 15:04:35 +00:00
Renato Botelho
8175733c20 devel/git: Update to 2.13.0
MFH:		2017Q2
Security:	CVE-2017-8386
Sponsored by:	Rubicon Communications (Netgate)
2017-05-10 12:53:21 +00:00
Renato Botelho
32c94c7d25 - Update devel/git to 2.12.1
- Replace git-send-email patch by a version that works [1]

PR:		214335 [1]
Submitted by:	OlivierW <olivierw1+bugzilla-freebsd@hotmail.com> [1]
MFH:		2017Q1
Sponsored by:	Rubicon Communications (Netgate)
2017-03-21 12:28:13 +00:00
Renato Botelho
91657447cc Fix devel/git PLIST when HTMLDOCS is on
Reported by:	dankm on IRC
2017-02-09 19:38:01 +00:00
Renato Botelho
dc0ed96b23 Update devel/git to 2.11.1
Sponsored by:	Rubicon Communications (Netgate)
2017-02-09 16:03:07 +00:00
Renato Botelho
e3024d5a0d When CONTRIB option is ON a good number of extra dependencies is added
(asciidoc, docbook-xml) but they are only used to build git-subtree
manpage and html doc.

Created a new option SUBTREE to make it possible to install all CONTRIB
code except git-subtree and remove extra dependencies from CONTRIB option

PR:		203606
Submitted by:	phk@
2016-12-02 10:35:22 +00:00
Renato Botelho
73dfb6095b Revert part of r427504
Helpers used to access http(s) and ftp(s) were not being built due to an error
on libcurl, then they ended up showing as PLIST errors.

PR:		213971
2016-12-01 19:23:07 +00:00
Renato Botelho
58db8235a2 - Fix build with PERL and non-default LOCALBASE [1]
- Fix build with DEVELOPER=yes [2]
- Do not install ZSH completion [3]
	- ZSH installs a better version itself
- Fix PLIST
- Bump PORTREVISION

PR:		213494 [1]
		214009 [2]
		214870 [3] (based on)
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com> [1] [3]
		Michael Zuo <muh.muhten@gmail.com>
Sponsored by:	Rubicon Communications (Netgate)
2016-12-01 15:24:06 +00:00
Adam Weinberger
a6a9df2514 Update to 2.11.0.
Changes: https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.11.0.txt

PR:		214954
Approved by:	maintainer (garga)
2016-11-30 19:38:13 +00:00
Adam Weinberger
b3ba8995b3 Update to 2.10.2.
PR:		214790
Approved by:	maintainer (garga)
2016-11-25 17:30:16 +00:00
Mathieu Arnold
b58832a54c Split targets so that they use options helpers when possible.
Always install the completions to some useful place. [1]
  if CONTRIB is on, symlink them in the right place.
  if CONTRIB is off, copy the anyway.

PR:		212303
Submitted by:	mat
Reported by:	Aleksander Alekseev [1]
Approved by:	maintainer timeout
Sponsored by:	Absolight
2016-11-15 08:43:10 +00:00
Joseph Mingrone
1e38c86348 devel/git: Do not install elisp files for XEmacs
- XEmacs is no longer in the ports tree, so no need to install these files.
- Remove empty post-stage target.
- Bump PORTREVISION.

Approved by:	garga (maintainer) swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8247
2016-10-26 21:32:06 +00:00
Jung-uk Kim
fb3049dea6 Fix plist when NLS option is unset. 2016-10-13 20:17:31 +00:00
Mathieu Arnold
0908d1d1a9 Update to 2.10.1.
Hook up to the test framework.

Sort the plist the same way make makeplist does, so that next updates
are easier to work on.

PR:		213417
Submitted by:	mat
Approved by:	maintainer
Sponsored by:	Absolight
2016-10-13 14:28:48 +00:00
Renato Botelho
f51dd7630b Update devel/git to 2.9.2
Sponsored by:	Rubicon Communications (Netgate)
2016-07-18 13:54:26 +00:00
Renato Botelho
47a6d54a54 Update devel/git to 2.9.0
Sponsored by:	Rubicon Communications (Netgate)
2016-06-14 14:52:40 +00:00
Renato Botelho
fe8308e039 Update devel/git to 2.8.4
Sponsored by:	Rubicon Communications (Netgate)
2016-06-11 15:25:38 +00:00
Renato Botelho
f04eff82b6 - Update devel/git to 2.8.1
- Remove ETCSHELLS option and use @shell in pkg-plist [1]

Submitted by:	bapt [1]
Sponsored by:	Rubicon Communications (Netgate)
Differential Revision:	https://reviews.freebsd.org/D5899 [1]
2016-04-11 13:08:42 +00:00
Renato Botelho
173673ceeb Update devel/git to 2.7.4
MFH:		2016Q1
Security:	CVE-2016-2324
Sponsored by:	Rubicon Communications (Netgate)
2016-03-18 11:29:28 +00:00
Raphael Kubo da Costa
311c24f4bc Fix plist with NLS on after r409422. 2016-02-23 15:55:35 +00:00
Renato Botelho
d3a3f17938 Update devel/git to 2.7.2 2016-02-23 11:19:31 +00:00
Adam Weinberger
89b1573c9f Lighten up the Perl dependencies.
git uses Perl for two things: Perl hooks into git, and the
git-send-email(1) script.

The Perl hooks only use p5-Error. The other modules dependencies,
p5-Authen-SASL and p5-Net-SMTP-SSL (which bring in a number of other
perl module dependencies) are only required for git-send-email(1).

This commit adds a SEND_EMAIL option, defaulted to on, that auto-enables
the PERL option and installs the git-send-email(1) script with the
extra perl modules.

With the PERL option on and SEND_EMAIL off, only the p5-Error module
is required.

No PORTREVISION bump as the default dependencies and plist haven't changed.

PR:		206901
Approved by:	garga (maintainer)
Differential Revision:	https://reviews.freebsd.org/D5179
2016-02-04 17:33:13 +00:00
Renato Botelho
c791985560 Update devel/git to 2.7.0 2016-01-06 11:56:25 +00:00
Renato Botelho
105783abd5 Update devel/git to 2.6.4 2015-12-09 09:55:50 +00:00
Renato Botelho
c98c8d7092 Update devel/git to 2.6.3 2015-11-09 17:51:05 +00:00
Renato Botelho
d2f9170a42 Update devel/git to 2.6.2
PR:		203878
Submitted by:	Wendell Borges <wendell@bsd.com.br>
2015-10-20 08:52:14 +00:00
Renato Botelho
6fd70aa659 Update devel/git to 2.6.1
MFH:		2015Q4
2015-10-05 21:44:03 +00:00
Renato Botelho
c4dda6a7c1 - Update devel/git to 2.6.0
- Use DISTVERSION instead of PORTVERSION to make it easy to test new version
  RCs when they are available
2015-09-30 18:58:23 +00:00
Renato Botelho
859f178260 Update devel/git to 2.5.3 2015-09-18 12:44:31 +00:00
Renato Botelho
5d2c50292c Update to 2.5.2 2015-09-11 14:29:25 +00:00
Renato Botelho
287e08ff2d - Update to 2.5.1
- Fix build with NO_PERL set backporting a commit from git repo (82aec45)
- Add git-submodile, git-am and git-request-pull to the list of commands
  that doesn't work without perl
2015-09-03 22:00:03 +00:00
Renato Botelho
f92f9fedc2 - Update git to 2.4.6
- Regenerate patches with make makepatch to silence portlint
- Change CONFLICTS to CONFLICTS_INSTALL
2015-07-17 13:02:48 +00:00
Renato Botelho
e426eec655 Update to 2.4.5 2015-06-26 11:11:51 +00:00
Renato Botelho
4a40436cd9 Update to 2.4.2 2015-05-27 11:23:31 +00:00
Renato Botelho
74bcaba896 Update to 2.4.1 2015-05-14 16:03:26 +00:00
Renato Botelho
9656a414f5 Update to 2.4.0
PR:		199881 (based on)
Submitted by:	pi@
2015-05-04 18:28:15 +00:00
Renato Botelho
e6ae101fda Update to 2.3.7 2015-04-28 10:06:36 +00:00
Renato Botelho
e4ddef3565 Update to 2.3.6 2015-04-22 00:43:00 +00:00
Renato Botelho
99e2309045 Update to 2.3.5 2015-04-01 11:14:39 +00:00
Renato Botelho
877e69d900 Update to 2.3.4 2015-03-24 10:32:51 +00:00