Commit graph

92 commits

Author SHA1 Message Date
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
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
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