1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

132 Commits

Author SHA1 Message Date
Wesley Shields
a711bf5911 - Update to 1.7.8.4. 2012-01-23 21:27:55 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Wesley Shields
ec420c8dfd Update to 1.7.8.3.
Changes: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.8.3.txt
2012-01-08 01:42:43 +00:00
Wesley Shields
cf0cd0be41 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
2011-12-30 04:23:59 +00:00
Wesley Shields
12b5ff595b 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)
2011-12-27 15:34:19 +00:00
Wesley Shields
3c4e640d55 - 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
2011-12-25 02:35:55 +00:00
Wesley Shields
9e7372c3b0 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>
2011-12-18 16:17:32 +00:00
Wesley Shields
8b18d34ecb Update to 1.7.8.
Changes: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.8.txt

Feature safe:	yes
2011-12-07 15:53:20 +00:00
Wesley Shields
edbe655ed4 Update to 1.7.7.4.
Changelog: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.7.4.txt

Feature safe:	yes
2011-11-21 18:36:03 +00:00
Wesley Shields
0b2c0031af - Update to 1.7.7.3
Changelog: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.7.3.txt

Feature safe:	yes
2011-11-11 14:46:07 +00:00
Wesley Shields
629d45c5ab - Update to 1.7.7.2
Changelog: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.7.2.txt
2011-11-03 18:15:38 +00:00
Wesley Shields
9f0e85e13c - Update to 1.7.7.1 2011-10-30 14:13:55 +00:00
Wesley Shields
136f970701 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@
2011-10-20 16:00:04 +00:00
Wesley Shields
a8f9d2f998 Remove support for WITH_SVN_FBSD. 2011-10-17 03:52:00 +00:00
Lev A. Serebryakov
4bf1d40623 Remove depndency on devel/subversion-freebsd, as it was removed. 2011-10-16 16:07:41 +00:00
Wesley Shields
f1857b943b - Remove duplicate plist entry. 2011-10-07 12:49:17 +00:00
Wesley Shields
05883c3adc - Update to 1.7.7. 2011-10-05 16:30:35 +00:00
Wesley Shields
cfa1a0edff - Fix MASTER_SITES while kernel.org is down.
Submitted by:	az@, gjb@
2011-09-10 01:56:16 +00:00
Wesley Shields
d3437bb913 - Update to 1.7.6.1.
Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.6.1.txt
2011-09-07 01:21:44 +00:00
Wesley Shields
dfd401b7cb - 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@
2011-08-15 16:29:00 +00:00
Wesley Shields
80c9d14119 - 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@
2011-06-30 22:19:09 +00:00
Wesley Shields
76c39c7435 - Fix build with clang by being specific about pthread library.
Submitted by:	sahil@
2011-06-30 00:16:50 +00:00
Wesley Shields
cfbc0f28de - Add missing file to plist, forgot in the last commit. 2011-06-05 17:04:11 +00:00
Wesley Shields
143c2e1531 - Update to 1.7.5.4.
Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.5.4.txt
2011-06-05 00:13:20 +00:00
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