git — Commit History
showing 420 stored commits — full history at freebsd-ports on GitHub
| Commit | Credits | Log message |
|---|---|---|
|
2.54.0
b63bd55825
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.54.0
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.53.0
d60b7d7d60
files touched
|
Evgenii Khramtsov (2khramtsov) |
devel/git: update to 2.53.0
RelNotes: https://github.com/git/git/blob/v2.53.0/Documentation/RelNotes/2.53.0.adoc PR: 292899 Reported by: LWN.net |
|
2.52.0
2d9474d7ed
files touched
|
Yasuhiro Kimura (yasu) |
devel/git: Update to 2.52.0
ReleseNotes: https://github.com/git/git/blob/v2.52.0/Documentation/RelNotes/2.52.0.adoc
PR: 291110
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.51.2
094d106459
files touched
|
Yasuhiro Kimura (yasu) |
devel/git: Update to 2.51.2
ReleaseNotes: https://github.com/git/git/blob/v2.51.2/Documentation/RelNotes/2.51.2.adoc PR: 290926 Approved by: garga (maintainer) |
|
2.51.1
2240ab90cc
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.51.1
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.51.0
c045e02c43
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.51.0
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.50.1
d3f6c42d2f
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.50.1
Security: CVE-2025-27613
Security: CVE-2025-27614
Security: CVE-2025-46835
Security: CVE-2025-48384
Security: CVE-2025-48385
Security: CVE-2025-48386
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.50.0
5b6183a160
files touched
|
Renato Botelho (garga) |
devel/git: Handle libsysinfo properly
git 2.50.0 was failing to build when libsysinfo was installed and, to
workaround this issue, an option LIBSYSINFO was added to the port and a
small change made on configure.ac to make it possible to disable this
knob.
After some discussion with git developers they prpoposed a different
approach to just ignore libsysinfo if it's installed because git should
never use it on FreeBSD. It should use BSD_SYSCTL option instead.
This change removes the LIBSYSINFO option and properly change
configure.ac to ignore LIBSYSINFO when HAVE_BSD_SYSCTL is set. This way
git will build exactly the same when libsysinfo is or not installed.
Obtained from: https://lore.kernel.org/git/b57b1418-2179-480c-92a3-a107388d71f2@gentoo.org/T/#ma65c83afdc1918ffdb18c9cae9ead29db4738b0f
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.50.0
4c0966afb8
files touched
|
Vladimir Druzenko (vvd) |
devel/git: Fix build if devel/libsysinfo is installed
Add option SYSINFO - default off.
While here fix warning:
Warning: www/p5-CGI was in Perl CORE. Check with `corelist CGI 0`
and `corelist -a CGI` if it should be conditionally added depending
on PERL_LEVEL
PR: 287680
Approved by: garga (maintainer)
|
|
2.50.0
62359964c4
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.50.0
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.49.0
a4ac5a4c35
files touched
|
Michael Osipov (michaelo) |
devel/git: Rename HTMLDOCS option into canonical DOCS option
Let users globally decide whether they want to have these docs in their ports. This change has also discovered a bug where parts of the documentation where not installed at all. Approved by: otis (mentor), garga (maintainer) Differential Revision: https://reviews.freebsd.org/D50776 |
|
2.49.0
031e35aaee
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.49.0
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.48.1
b72f69790b
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.48.1
MFH: 2025Q1
Security: CVE-2024-50349
CVE-2024-52006
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.48.0
150cc0fdd0
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.48.0
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.47.1
ecb3f318d5
files touched
|
Renato Botelho (garga) |
devel/git: Cleanup SHEBANG_FILES
Remove obsoleted entries and sort remaining. No functional changes
intended
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.47.1
695b5b4a31
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.47.1
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.47.0
2af1c61bab
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.47.0
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.46.2
0e483327bf
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.46.2
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.46.1
7a39acf768
files touched
|
Yasuhiro Kimura (yasu) |
devel/git: Update to 2.46.1
ReleaseNotes: https://github.com/git/git/blob/v2.46.1/Documentation/RelNotes/2.46.1.txt PR: 281502 Approved by: garga (maintainer) |
|
2.46.0
f55e174e41
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.46.0
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.45.2
bc5cba2753
files touched
|
Renato Botelho (garga) |
devel/git: Fix build using SETENVI and WRK_ENV
Followup needed changes after 572f23616926 and call upstream build
scripts properly
PR: 279527
Reported by: O. Hartmann <ohartmann@walstatt.org>
MFH: 2024Q2
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.45.2
3e70297b14
files touched
|
Yasuhiro Kimura (yasu) |
devel/git: Update to 2.45.2
ReleaseNotes: https://raw.githubusercontent.com/git/git/v2.45.2/Documentation/RelNotes/2.45.2.txt PR: 279484 Approved by: maintainer |
|
2.45.1
11601920e6
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.45.1
Security: CVE-2024-32002
CVE-2024-32004
CVE-2024-32020
CVE-2024-32021
CVE-2024-32465
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.45.0
94c34dda53
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.45.0
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.44.0
a99af2ec54
files touched
|
Yasuhiro Kimura (yasu) |
devel/git: Update to 2.44.0
ReleaseNotes: https://raw.githubusercontent.com/git/git/v2.44.0/Documentation/RelNotes/2.44.0.txt PR: 277327 Approved by: maintainer |
|
2.43.2
18f11552c6
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.43.2
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.43.1
d1122e0685
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.43.1
Import a patch applied on git main branch after 2.43.1 was released to
fix build without CURL.
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.43.0
1e37b5fca9
files touched
|
Renato Botelho (garga) |
devel/git*: Update manpages path
Move manpages to ${PREFIX}/share/man
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.43.0
811994a585
files touched
|
Renato Botelho (garga) |
*/*: Eliminate use of MANPREFIX
Follow bapt and remove any usage of MANPREFIX from ports I maintain. No functional changes intended. |
|
2.43.0
fcc7b77697
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.43.0
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.42.1
3d67f95ab3
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.42.1
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.42.0
0184fe6e01
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.42.0
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.41.0
f6891ac5c1
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.41.0
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.40.1
4cbd1498a2
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.40.1
Security: CVE-2023-25652
CVE-2023-25815
CVE-2023-29007
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.40.0
d3a5eb641d
files touched
|
Cy Schubert (cy) |
devel/git: Update to 2.4.0
Changelog at https://github.com/git/git/blob/master/Documentation/RelNotes/2.4.0.txt. This update fixes a long-standing problem with git rebase of some (but not all) merges from the vendor branch, resulting in subsequently rebased files being placed into the root of the repo tree. PR: 270222 Submitted by: cy Reported by: cy Approved by: garga |
|
2.39.2
0230589442
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.39.2
Security: CVE-2023-22490
CVE-2023-23946
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.39.1
acd6144c48
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.39.1
Security: CVE-2022-41903
CVE-2022-23521
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.39.0
eb7ecd38d8
files touched
|
Yasuhiro Kimura (yasu) |
devel/git: Update to 2.39.0
PR: 268324
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.38.1
52fafafdc0
files touched
|
Dmitry Marakasov (amdmi3) |
devel/git: remove no longer needed third party patches
- This reverts 57d9640f3c3669d318865222a743652a6952ba2d PR: 267792, 263867 Approved by: garga (maintainer) |
|
2.38.1
24f11ded59
files touched
|
Yasuhiro Kimura (yasu) |
devel/git: Fix plist when HTMLDOCS option is enabled
PR: 267663 Approved by: garga (maintainer) |
|
2.38.1
04877b9103
files touched
|
Renato Botelho (garga) |
devel/git: Bump PORTREVISION
To prevent port version going backward, bump PORTREVISION after reverting commit 0b7192bd7c4f8e4c05e0a9cefcae347606ebadd1 |
|
2.38.1
f8de24dec5
files touched
|
Renato Botelho (garga) |
Revert "devel/git: Make PCRE2 dependency mandatory"
As pointed out by jbeich, old PCRE support was already removed and git can be built without any PCRE support. This reverts commit 0b7192bd7c4f8e4c05e0a9cefcae347606ebadd1. Pointy-hat to: garga |
|
2.38.1
0b7192bd7c
files touched
|
Michael Osipov (michael.osipov) |
devel/git: Make PCRE2 dependency mandatory
According to project website, pcre 8.45 was the latest version of old pcre, which is now deprecated, and it must be replaced by pcre2. Remove OPTION and change port to depend of pcre2. PR: 267185 |
|
2.38.1
3c43070a34
files touched
|
Renato Botelho (garga) |
devel/git: Fix plist
Restore 2.38.0 relnotes accidentally removed during upgrade to 2.38.1 |
|
2.38.1
da372a849a
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.38.1
Security: CVE-2022-39253
CVE-2022-39260
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.38.0
4807b6c44b
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.38.0
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.37.3
fb16dfecae
files touched
|
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner) |
|
2.37.3
b7f05445c0
files touched
|
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner) |
|
2.37.3
d1b5bac3a6
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.37.3
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.37.2
82c314474f
files touched
|
Renato Botelho (garga) |
devel/git: Fix 'git maintenance start'
Add a patch from upstream to fix 'git maintenance start'. Here follow
upstream commit message:
While cron is specified by POSIX, there are a wide variety of
implementations in use. On FreeBSD, the cron implementation requires a
file name argument: if the user wants to edit standard input, they must
specify "-". However, this notation is not specified by POSIX, allowing
the possibility that making such a change may break other, less common
implementations.
Since POSIX tells us that cron must accept a file name argument, let's
solve this problem by specifying a temporary file instead. This will
ensure that we work with the vast majority of implementations.
Note that because delete_tempfile closes the file for us, we should not
call fclose here on the handle, since doing so will introduce a double
free.
PR: 260746
Reported by: Mark Waite <mark.earl.waite@gmail.com>
Obtained from: https://lore.kernel.org/git/1dd29f43-1a8e-eb69-3320-7f5140a0e18e@github.com/T/#me47087c1f9034c82da8eae83db18cc6114c2c1e5
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.37.2
ecf2cf5e2d
files touched
|
Renato Botelho (garga) |
devel/git: Fix patches download URL
Reported by: George L. Yermulnik <yz@yz.kiev.ua>
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.37.2
364a61ac81
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.37.2
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.37.1
aa6eefd5e6
files touched
|
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports: * "Waitman Gobble" <uzimac@da3m0n8t3r.com> * <jkoshy@FreeBSD.org> * Aaron Dalton <aaron@FreeBSD.org> * Aaron Dalton <aaron@daltons.ca> * Aaron H. K. Diep <ahkdiep@gmail.com> * Aaron Hurt <ahurt@anbcs.com> * Abel Chow <abel_chow@yahoo.com> * Adam McLaurin * Adam Saponara <as@php.net> * Adam Weinberger <adamw@FreeBSD.org> * Ade Lovett <ade@FreeBSD.org> * Ade Lovett <ade@lovett.com> * Akinori MUSHA aka knu <knu@idaemons.org> * Alan Eldridge <alane@geeksrus.net> * Alan Somers <asomers@FreeBSD.org> * Aldis Berjoza <aldis@bsdroot.lv> * Alessando Sagratini <ale_sagra@hotmail.com> * Alessandro Sagratini <ale_sagra@hotmail.com> * Alex Bakhtin <Alex.Bakhtin@gmail.com> * Alex Dupre <ale@FreeBSD.org> * Alex Kapranoff <alex@kapranoff.ru> * Alex Kapranoff <ka@nadoby.ru> * Alex Kapranoff <kappa@FreeBSD.org.ua> * Alex Kapranoff <kappa@rambler-co.ru> * Alex Kapranoff <kapr@crosswinds.net> * Alex Miller (<asm@asm.kiev.ua>) * Alex Pesternikov <apesternikov@page2rss.com> * Alex Semenyaka <alex@rinet.ru> * Alex Varju <freebsd-ports@varju.ca> * Alexander Botero-Lowry <alex@foxybanana.com> * Alexander Botero-Lowry <alexbl@FreeBSD.org> * Alexander Churannov <churanov.port.maintainer@gmail.com> * Alexander Churanov <churanov.port.maintainer@gmail.com> * Alexander Leidinger <netchild@FreeBSD.org> * Alexander Logvinov <avl@FreeBSD.org> * Alexander Logvinov <ports@logvinov.com> * Alexander Nedotsukov <bland@FreeBSD.org> * Alexander Nedotsukov <bland@mail.ru> * Alexander Novitsky <alecn2002@yandex.ru> * Alexander Nusov <alexander.nusov@nfvexpress.com> * Alexandros Kosiaris <akosiaris+ports@gmail.com> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alexey Dokuchaev <danfe@regency.nsu.ru> * Alexey V. Antipovsky <kemm@in-line.ru> * Alexey V. Degtyarev * Alexey V. Degtyarev <alexey@renatasystems.org> * Alfred Perlstein <alfred@FreeBSD.org> * Alfred Perlstein <alfred@freebsd.org> * Alistair King <alistair@caida.org> * Alonso Cardenas Marquez <acm@FreeBSD.org> * Anatoliy Dmytriyev * Anatoliy Dmytriyev <tolid@plab.ku.dk> * Anatoliy Dmytriyev <tolid@tolid.eu.org> * Andre Rikkert de Koe - ARK-ICT <andre@ark-ict.nl> * Andreas Klemm <andreas@klemm.gtn.com> * Andreas Kohn * Andreas Kohn <andreas@syndrom23.de> * Andreas Kohout <shanee@augusta.de> * Andreev Maxim <andreevmaxim@gmail.com> * Andrej Ebert <andrej@ebert.su> * Andrew Baznikin <dikiy@scn.ru> * Andrew Elble <aweits@rit.edu> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Andrew Turner <andrew+ports@fubar.geek.nz> * Andrew Wingorodov <mail@andr.ru> * Andrey <gugu@zoo.rambler.ru> * Andrey Chernov <ache@FreeBSD.org> * Andrey Ignatov <rdna@rdna.ru> * Andrey Kostenko <andrey@kostenko.name> * Andrey V. Elsukov <bu7cher@yandex.ru> * Andrey Zakhvatov * Andrey Zonov <andrey@zonov.org> * Andriy Gapon * Andriy Pylypenko <bamby@sippysoft.com> * Anes Muhametov <anes@anes.su> * Anes Mukhametov <anes@anes.su> * Anish Mistry (<amistry@am-productions.biz>) * Anish Mistry <amistry@am-productions.biz> * Antoine Brodin <antoine@FreeBSD.org> * Anton Berezin * Anton Berezin <tobez@FreeBSD.org> * Anton Berezin <tobez@tobez.org> * Anton Tornqvist <antont@inbox.lv> * Anton tornqvist <antont@inbox.lv> * Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) * Antonio Carlos Venancio Junior (<antonio@php.net>) * Archie Cobbs * Armin Pirkovitsch <armin@frozen-zone.org> * Arun Sharma <arun@sharma-home.net> * Ashish SHUKLA <ashish@FreeBSD.org> * Ashish SHUKLA <wahjava@gmail.com> * Autrijus Tang <autrijus@autrijus.org> * Axel Rau <axel.rau@chaos1.de> * Babak Farrokhi <farrokhi@FreeBSD.org> * Balwinder S "bsd" Dheeman <bsd@rubyforge.org> * Balwinder S Dheeman <bdheeman@gmail.com> * Baptiste Daroussin * Bartek Rutkowski <ports@robakdesign.com> * Bartek Rutkowski <robak@FreeBSD.org> * Ben Haga <tuximus@tuximus.mine.nu> * Ben Woods <woodsb02@FreeBSD.org> * Bill Brinzer <bill.brinzer@gmail.com> * Bill Fumerola <billf@chc-chimes.com> * Björn König <bkoenig@alpha-tierchen.de> * Boris B. Samorodov <bsam@ipt.ru> * Boris Samorodov <bsam@FreeBSD.org> * Brad Davis <brd@FreeBSD.org> * Brad Hendrickse <bradh@uunet.co.za> * Brad Jones <brad@kazrak.com> * Brendan Molloy <brendan+freebsd@bbqsrc.net> * Brian Dean <bsd@FreeBSD.org> * Brian Minard <bminard@flatfoot.ca> * Brian Skrab <brian@quynh-and-brian.org> * Brooks Davis * Bruce M Simpson * Bruce M Simpson <bms@spc.org> * Bruce M. Simpson * Bruce M. Simpson <bms@FreeBSD.org> * Bruce Simpson * Bryan Drewery <bryan@shatow.net> * Carlo Strub * Carlo Strub <cs@FreeBSD.org> * Carlos A M dos Santos <unixmania@gmail.com> * Carlos J Puga Medina <cpm@fbsd.es> * Carlos J. Puga Medina <cpm@FreeBSD.org> * Cezary Morga <cm@therek.net> * Charlie & <root@meatwad.mouf.net> * Cheng-Lung Sung * Cheng-Lung Sung <clsung@FreeBSD.org> * Cheng-Lung Sung <clsung@dragon2.net> * Choe, Cheng-Dae * Chris D. Faulhaber <jedgar@fxp.org> * Chris St Denis <chris@ctgameinfo.com> * Chris St Denis <chris@smartt.com> * Christer Edwards <christer.edwards@gmail.com> * Christian Geier <geier@lostpackets.de> * Christoph Kick * Christoph Mallon <christoph.mallon@gmx.de> * Christoph Moench-Tegeder <cmt@burggraben.net> * Christopher Boumenot <boumenot@gmail.com> * Christopher Elkins <chrise@scardini.com> * Christopher Key <cjk32@cam.ac.uk> * Christopher Nehren <apeiron+ports@coitusmentis.info> * Christopher Nehren <apeiron@coitusmentis.info> * Christopher Nehren <apeiron@comcast.net> * Chuck Swiger <chuck@pkix.net> * Conrad Meyer <cem@FreeBSD.org> * Cory R. King <coryking@mozimedia.com> * Cory R. King <coryking@mozimediacom> * Craig Leres <leres@FreeBSD.org> * Craig Leres <leres@freebsd.org> * Craig Manley * Cristiano Rolim Pereira <cristianorolim@hotmail.com> * Cristiano Rolim Pereira <cristianorolim@outlook.com> * Cyrille Lefevre <clefevre@citeweb.net> * D'Arcy J.M. Cain <darcy@druid.net> * Daichi GOTO <daichi@FreeBSD.org> * Dan Langille * Dan Langille <dvl@FreeBSD.org> * Dan Rench <citric@cubicone.tmetic.com> * Daniel Gerzo <danger@FreeBSD.org> * Daniel Roethlisberger <daniel@roe.ch> * Danilo Egea Gondolfo <danilo@FreeBSD.org> * Danny Warren <danny@dannywarren.com> * Dave Cottlehuber <dch@skunkwerks.at> * Dave Grochowski * Dave Grochowski <malus.x@gmail.com> * David Chaplin-Loebell <direct@klatha.com> * David Kalliecharan <dave@dal.ca> * David Naylor <dbn@FreeBSD.org> * David Naylor <dbn@dragon.local> * David Naylor <naylor.b.david@gmail.com> * David O'Brien (obrien@FreeBSD.org) * David O'Brien (obrien@NUXI.com) * David Romano <unobe@cpan.org> * David Shane Holden <dpejesh@yahoo.com> * David Sugar <dyfet@gnu.org> * David Thiel <lx@freebsd.org> * David Thiel <lx@redundancy.redundancy.org> * David Xu * David Yeske <dyeske@gmail.com> * David Yeske <dyeske@yahoo.com> * Davíð Steinn Geirsson <david@isnic.is> * Denis Pokataev <catone@cpan.org> * Denis Shaposhnikov <dsh@vlink.ru> * Denise H. G. <darcsis@gmail.com> * Dennis Herrmann <adox@mcx2.org> * Derek Schrock <dereks@lifeofadishwasher.com> * Devaux Fabien <fab@gcu.info> * Dikshie <dikshie@sfc.wide.ad.jp> * Dima Panov <fluffy@FreeBSD.org> * Dima Sivachenko <dima@chg.ru> * Dimitry Andric <dim@FreeBSD.org> * Dirk Jagdmann <doj@cubic.org> * Ditesh Shashikant Gathani <ditesh@gathani.org> * Dmitry Karasik (<dk@catpipe.net>) * Dmitry Karasik <dmitry@karasik.eu.org> * Dmitry Sivachenko <demon@FreeBSD.org> * Dmitry Sivachenko <dima@Chg.RU> * Dominic Marks <d.marks@student.umist.ac.uk> * Don Croyle <croyle@gelemna.org> * Donald Burr <dburr@FreeBSD.org> * Douglas Thrift * Douglas Thrift <douglas@douglasthrift.net> * Dryice Liu * Dryice Liu <dryice@dryice.name> * Dusan Vejnovic <freebsd@dussan.org> * Ed Schouten <ed@FreeBSD.org> * Ed Schouten <ed@fxq.nl> * Edward Chuang <edwardchuang@gmail.com> * Edward Tomasz Napierala <trasz@FreeBSD.org> * Edwin Groothuis (edwin@mavetju.org) * Edwin Groothuis <edwin2mavetju.org> * Eivind Eklund <eivind@FreeBSD.org> * Elvis Chiang <elvis@sslab.cs.ccu.edu.tw> * Emanuel Haupt <ehaupt@FreeBSD.org> * Emanuel Haupt <ehaupt@critical.ch> * Eric Anholt * Eric Anholt <anholt@FreeBSD.org> * Eric Freeman <freebsdports@chillibear.com> * Eric Schnoebelen <eric@cirr.com> * Erik Greenwald <erik@smluc.org> * Ernst de Haan <znerd@FreeBSD.org> * Erwin Lansing <erwin@FreeBSD.org> * Espen Skoglund <esk@ira.uka.de> * Espen Volden aka voldern <voldern@hoeggen.net> * Euan Thoms <euan@potensol.com> * Eugene Grosbein <ports@grosbein.net> * Evan Sarmiento <bsdports@wayfair.com> * Evgeniy Kosov <evgeniy@kosov.su> * Evgueni V. Gavrilov <aquatique@rusunix.org> * Eygene Ryabinkin <rea-fbsd@codelabs.ru> * Fabian Keil <fk@fabiankeil.de> * Felippe M. Motta <lippe@shire.freebsd.org> * Felippe de Meirelles Motta <lippemail@gmail.com> * Felix Hanley * Felix Palmen <felix@palmen-it.de> * Fernan Aguero <fernan@iib.unsam.edu.ar> * Florian Limberger <flo@snakeoilproductions.net> * Frank Laszlo <laszlof@vonostingroup.com> * Frank Mayhar <frank@exit.com> * Frank Steinborn <steinex@nognu.de> * Frank Wall <freebsd@moov.de> * Frank Wall <fw@moov.de> * Franz Klammer <klammer@webonaut.com> * Frederic Culot <culot@FreeBSD.org> * Frederic Culot <frederic@culot.org> * Frederic Praca <frederic.praca@freebsd-fr.org> * FreeBSD GNOME Team <gnome@FreeBSD.org> * FreeBSD GNOME Team <gnome@freebsd.org> * Frerich Raabe <frerich.raabe@gmx.de> * Fukang Chen <loader@FreeBSD.org> * G. Adam Stanislav <adam@whizkidtech.net> * Gabor Kovesdan <gabor@FreeBSD.org> * Gabor Pali <pgj@FreeBSD.org> * Gabriel M. Dutra <0xdutra@gmail.com> * Garrett Rooney <rooneg@electricjellyfish.net> * Garrett Wollman <wollman@lcs.mit.edu> * Gasol Wu <gasol.wu@gmail.com> * Gea-Suan Lin * Gea-Suan Lin <gslin@gslin.org> * Geistteufel <geistteufel@yahoo.fr> * Geoffrey Mainland <mainland@apeiron.net> * Geoffroy Desvernay <dgeo@centrale-marseille.fr> * George Hartzell <hartzell@alerce.com> * George Reid <greid@ukug.uk.freebsd.org> * Gerald Pfeifer <gerald@FreeBSD.org> * Geraud CONTINSOUZAS <geraud@gcu.info> * Geraud Continsouzas <geraud@gcu.info> * Gerrit Beine (<gerrit.beine@gmx.de>) * Gerrit Beine (<gerrit@beine-computer.de>) * Gerrit Beine (<tux@pinguru.net>) * Gerrit Beine <mail+freebsd@gerritbeine.de> * Giacomo Mariani <giacomomariani_at_yahoo_dot_it> * Gilbert Morgan <gmm@tutanota.com> * Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> * Glenn Johnson * Green Dog <fiziologus@gmail.com> * Greg Larkin <glarkin@FreeBSD.org> * Gregory Shapiro <gshapiro@FreeBSD.org> * Grzegorz Blach <gblach@FreeBSD.org> * Guangyuan Yang <ygy@FreeBSD.org> * Gustau Perez <gustau.perez@gmail.com> * Gustau Perez i Querol <gustau.perez@gmail.com> * Hajimu UMEMOTO <ume@FreeBSD.org> * Hakisho Nukama <nukama@gmail.com> * Hardy Schumacher <hardy.schumacher@gmx.de> * Hardy Schumacher <lowmaster@web.de> * Henk van Oers <hvo.pm@xs4all.nl> * Henrik Motakef <henrik.motakef@web.de> * Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> * Herve Quiroz <hq@FreeBSD.org> * Hirohisa Yamaguchi <umq@ueo.co.jp> * Hiroyuki Iwatsuki <don@na.rim.or.jp> * Horance Chou <horance@freedom.ie.cycu.edu.tw> * Hung-Yi Chen <gaod@hychen.org> * Hye-Shik Chang * Hye-Shik Chang <perky@FreeBSD.org> * IWATSUKI Hiroyuki <don@na.rim.or.jp> * Ian Vaudrey <i.vaudrey@bigfoot.com> * Iblis Lin <iblis@hs.ntnu.edu.tw> * Igor Vinokurov <igor@zynaps.ru> * Ilia Chipitsine <ilia@cgu.chel.su> * Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org> * J Han <hjh@photino.com> * J. Giovannangeli * J.R. Oldroyd <fbsd@opal.com> * Jaap Boender <jaapb@kerguelen.org> * Jacob Atzen <jatzen@gmail.com> * Jacques Marneweck <jacques@php.net> * Jake Smith <jake@xz.cx> * James Bailie <jimmy@mammothcheese.ca> * James E Keenan <jkeenan@cpan.org> * James FitzGibbon <jfitz@FreeBSD.org> * Jan Siml <jsi@jules.de> * Janni * Janni <jannisan@t-online.de> * Janos Mohacsi * Jase Thew <freebsd@beardz.net> * Jason Heiss <jheiss@aput.biz> * Jason Helfman <jgh@FreeBSD.org> * Jason Portwood <jason@iac.net> * Jean Milanez Melo <jmelo@FreeBSD.org> * Jean-Sébastien Pédron <dumbbell@FreeBSD.org> * Jean-Yves Lefort <jylefort@brutele.be> * Jeffrey Hsu <hsu@FreeBSD.org> * Jens Grassel <freebsd-ports@jan0sch.de> * Jeremy Norris <ishmael27@home.com> * Jeremy Norris <ishmael27x@yahoo.com> * Jeremy Shaffner <jeremy@external.org> * Jerry A! <jerry@thehutt.org> * Jerry Hicks * Jerry Hicks <wghicks@bellsouth.net> * Jesper Dalberg <jesper@jdn.dk> * Jesse Kempf (jessekempf@gmail.com) * Jesse McConnell <jesse@gallup.com> * Jim Pirzyk <pirzyk@uiuc.edu> * Jim Riggs <ports@christianserving.org> * Jimmy Olgeni <olgeni@FreeBSD.org> * Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> * Jin-Sih, Lin <linpct@gmail.com> * Joachim Strombergson * Jochen Neumeister (<joneum@bsdproject.de>) * Joe Horn <joehorn@gmail.com> * Joe Kelsey * Joe Marcus Clarke <marcus@FreeBSD.org> * Joep Grooten <joep@di.nl> * Joerg Wunsch <joerg@FreeBSD.org> * Johan Kerckaert <kirk@bricsnet.com> * Johan Str??m <johan@stromnet.se> * Johann Visagie <johann@egenetics.com> * Johann Visagie <wjv@FreeBSD.org> * Johannes Dieterich <jmd@freebsd.org> * Johannes Jost Meixner <xmj@FreeBSD.org> * Johannes Lundberg <johalun0@gmail.com> * Johannes M Dieterich <jmd@FreeBSD.org> * Johannes Meixner <johannes@perceivon.net> * Johannes Meixner <xmj@FreeBSD.org> * John Alden + Eric Freeman <freebsdports@chillibear.com> * John Chen <johnpupu@gmail.com> * John Hein <jhein@symmetricom.com> * John Hood <cgull@glup.org> * John Marino <marino@FreeBSD.org> * John Merryweather Cooper * John Merryweather Cooper et al * Johnny Sorocil <jsorocil@gmail.com> * Jon M. Dugan <jdugan@x1024.net> * Jon Nistor <nistor@snickers.org> * Jona Joachim <walkingshadow@grummel.net> * Jonas Palm <jonaspalm@posteo.de> * Jonathan Anderson <jonathan@FreeBSD.org> * Jonathan Weiss (<jw@innerewut.de>) * Jordi Haarman * Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> * Jose Alonso Cardenas Marquez <acm@FreeBSD.org> * Jose Jachuf <jjachuf@gmail.com> * Joseph Benden <joe@thrallingpenguin.com> * Joseph Scott <joseph@randomnetworks.com> * Josh Tiefenbach <josh@zipperup.org> * Jov <amutu@amutu.com> * Ju Pengfei <jupengfei@gmail.com> * Juergen Lock <nox@FreeBSD.org> * Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw> * Julien Laffaye <kimelto@gmail.com> * Jun Kuriyama <kuriyama@FreeBSD.org> * Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp> * June-Yen Huang <jihuang@gate.sinica.edu.tw> * Juraj Lutter <otis@sk.freebsd.org> * Justin Stanford <jus@security.za.net> * KIMURA Yasuhiro <yasu@utahime.org> * Kan Sasaki <sasaki@fcc.ad.jp> * Kapil Chowksey <kchowksey@hss.hns.com> * Karsten Pedersen <kpedersen@opencde.org> * Keith Gaughan <k@stereochro.me> * Kelly Hays <kelly.hays@jkhfamily.org> * Kevin Lo <kevlo@FreeBSD.org> * Khairil Yusof <kaeru@inigo-tech.com> * Kimo <kimor79@yahoo.com> * Kimura Fuyuki <fuyuki@hadaly.org> * Kimura Fuyuki <fuyuki@mj.0038.net> * Kimura Fuyuki <fuyuki@nigredo.org> * Kirill Ponomarev <krion@FreeBSD.org> * Kirill Ponomarew <ponomarew@oberon.net> * Kiyoshi Matsui <kmatsui@t3.rim.or.jp> * Klaus Aehlig <aehlig@linta.de> * Klaus Goger <klaus.goger@reflex.at> * Klaus T. Aehlig <aehlig@linta.de> * Koichiro IWAO <meta@FreeBSD.org> * Konstantin Lepa <konstantin.lepa@gmail.com> * Konstantinos Konstantinidis <kkonstan@daemon.gr> * Koop Mast <kwm@FreeBSD.org> * Kris Moore <kris@pcbsd.org> * Kubilay Kocak <koobs@FreeBSD.org> * Kurt Jaeger <fbsd-ports@opsec.eu> * Kurt Kanzenbach <kurt@kmk-computers.de> * Kurt Lidl <kurt.lidl@cello.com> * Kyle Evans <kevans@FreeBSD.org> * Kyle Martin <mkm@ieee.org> * Landon Fuller <landonf@opendarwin.org> * Lapo Luchini <lapo@lapo.it> * Lars Balker Rasmussen <lbr@FreeBSD.org> * Lars Eggert <lars.eggert@gmx.net> * Lars Thegler <lars@thegler.dk> * Lars Thegler <lth@FreeBSD.org> * Leif Pedersen <pedersen@meridian-enviro.com> * Leo Kim <leo@florida.sarang.net> * Leo Vandewoestijne <freebsd@dns.company> * Lev A. Serebryakov <lev@serebryakov.spb.ru> * Lev Serebryakov <lev@serebryakov.spb.ru> * Lev Walkin <vlm@lionet.info> * Lewis Thompson <purple@lewiz.net> * Li-Wen Hsu <lwhsu@FreeBSD.org> * Li-Wen Hsu <lwhsu@lwhsu.org> * Loic Pefferkorn <loic-freebsd@loicp.eu> * Loïc BARTOLETTI <lbartoletti@FreeBSD.org> * Luca Pizzamiglio <luca.pizzamiglio@trivago.com> * Luke Jee <lukejee@gmail.com> * Lung-Pin Chang <changlp@cs.nctu.edu.tw> * Lutz Boehne <lboehne@damogran.de> * MANTANI Nobutaka <nobutaka@FreeBSD.org> * Mahdi Mokhtari <mokhi64@gmail.com> * Manuel Giraud <manuel.giraud@gmail.com> * Marc E.E. van Woerkom <marc.vanwoerkom@fernuni-hagen.de> * Marcello Coutinho <marcellocoutinho@gmail.com> * Marco Broeder <marco.broeder@posteo.eu> * Marco Molteni <molterSPAM@gufiSPAM.org> * Mario S F Ferreira <lioux@linf.unb.br> et al. * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Mark Felder <feld@FreeBSD.org> * Markus Dolze <bsdfan@nurfuerspam.de> * Martin Jackson (mhjacks@swbell.net) * Martin Jackson <mhjacks@swbell.net> * Martin Kammerhofer * Martin Kammerhofer <mkamm@gmx.net> * Martin Matuska <martin@matuska.org> * Martin Matuska <mm@FreeBSD.org> * Martin Preuss <martin@libchipcard.de> * Martin Tournoij <carpetsmoker@gmail.com> * Martin Waschbuesch <martin@waschbuesch.de> * Martin Wilke (miwi@FreeBSD.org) * Martin Wilke <miwi@FreeBSD.org * Martin Wilke <miwi@FreeBSD.org> * Marzhan Mykola <delgod@portaone.com> * Masahiro Teramoto <markun@onohara.to> * Mathieu Arnold * Mathieu Arnold <m@absolight.net> * Matt Harris <mattdharris@users.sourceforge.net> * Matt Peterson <matt@peterson.org> * Matthew Hunt <mph@pobox.com> * Matthew Seaman <matthew@FreeBSD.org> * Matthew Will <mwill@spingen.com> * Matthias Andree <matthias.andree@gmx.de> * Matthias Fechner <mfechner@FreeBSD.org> * Matthias Sund <m.sund@arcor.de> * Mauricio Herrera Cuadra <mauricio@arareko.net> * Max Campos <mcampos@bpsw.biz> * Max Khon <fjoe@FreeBSD.org> * Maxim Maximov (mcsi@agava.com) * Maxim Sobolev <sobomax@FreeBSD.org> * Meikel Brandmeyer <ocaml-ounit-port@kotka.de> * Michael Beer <beerml@sigma6audio.de> * Michael Gmelin <grembo@FreeBSD.org> * Michael Grunewald * Michael Grünewald <michipili@gmail.com> * Michael Johnson <ahze@FreeBSD.org> * Michael Johnson <ahze@ahze.net> * Michael L. Hostbaek (mich@freebsdcluster.org) * Michael L. Hostbaek <mich@freebsdcluster.org> * Michael Le Barbier Grünewald <michipili@gmail.com> * Michael Lyngbøl <lyngbol@wheel.dk> * Michael Moll <kvedulv at kvedulv.de> * Michael Moll <kvedulv@kvedulv.de> * Michael Schout <mschout@gkg.net> * Michael Winking <mwfp@foldl.net> * Michal Bielicki <m.bielicki@llizardfs.com> * Michaël Grünewald * Miguel Mendez <flynn@energyhq.homeip.net> * Mike Buchanon <buchanon@msu.edu> * Mike Fisher <Michael_Fisher@URMC.Rochester.edu> * Mike McGaughey <mmcg@cs.monash.edu.au> * Mikhail T. <m.tsatsenko@gmail.com> * Mikhail T. <michael@fun-box.ru> * Mikhail Teterin * Mikhail Teterin <mi@aldan.algebra.com> * Mikolaj Golub <to.my.trociny@gmail.com> * Mirko Zinn <mail@derzinn.de> * Mitsuru YOSHIDA * Mons Anderson <mons@cpan.org> * Motoyuki Kasahara <m-kasahr@sra.co.jp> * Muhammad Moinur Rahman <5u623l20@gmail.com> * Muhammad Moinur Rahman <bofh@FreeBSD.org> * Muhammad Moinur Rahman<5u623l20@gmail.com> * Muhammad Moinur Rahman<bofh@FreeBSD.org> * Murilo Opsfelder <mopsfelder@gmail.com> * Murray Stokely <murray@cdrom.com> * Mykola Marzhan <delgod@portaone.com> * NAKATA Maho <maho@FreeBSD.org> * NECDET COKYAZICI <cokyazici@yahoo.co.uk> * Neal Nelson <neal@nelson.name> * Nemo Liu <nemoliu@FreeBSD.org> * Nicholas Esborn <nick@netdot.net> * Nick Hilliard <nick@foobar.org> * Nicola Vitale <nivit@FreeBSD.org> * Nicolas Embriz <nbari@tequila.io> * Nicolas Jombart <Nicolas.Jombart@hsc-labs.com> * Niels Kristensen <niels@kristensen.io> * Nik Clayton <nik@FreeBSD.org> * Nikolay Dachev <freebsd@dacehv.info> * Nikos Ntarmos <ntarmos@ceid.upatras.gr> * Nobutaka Mantani <nobutaka@FreeBSD.org> * Oleg A. Mamontov <oleg@mamontov.net> * Oleg Mamontov <oleg@mamontov.net> * Oleg Ukraincev <oleg@ht-systems.ru> * Oleh Hushchenkov <o.hushchenkov@gmail.com> * Oleksii Tsai <oleksii.tsai@gmail.com> * Oliver Braun * Oliver Braun <obraun@FreeBSD.org> * Oliver Fromme * Oliver Lehmann * Oliver Lehmann <lehmann@ans-netz.de> * Oliver Lehmann <oliver@FreeBSD.org> * Olivier Cochard-Labbe <olivier@FreeBSD.org> * Olivier Duchateau * Olivier Duchateau <duchateau.olivier@gmail.com> * Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br> * Palle Girgensohn <girgen@FreeBSD.org> * Palle Girgensohn <girgen@pingpong.net> * Parv <parv@pair.org> * Patrice Clement <monsieurp@gentoo.org> * Patrick Alken <alken@colorado.edu> * Patrick Li <pat@databits.net> * Patrick MARIE <mycroft@virgaria.org> * Paul Mather <paul@gromit.dlib.vt.edu> * Pav Lucistnik <pav@FreeBSD.org> * Pawel Pekala <pawel@FreeBSD.org> * Pedro F Giffuni * Pedro F. Giffuni * Pedro F. Giffuni <giffunip@asme.org> * Pedro Giffuni * Pedro Giffuni <pfg@FreeBSD.org> * Pete Fritchman <petef@databits.net> * Peter Bozarov (kingofgib@users.sourceforge.net) * Peter Haight <peterh@sapros.com> * Peter Jeremy <peterjeremy@acm.org> * Peter Johnson <johnson.peter@gmail.com> * Peter Pentchev <roam@FreeBSD.org> * Peter Schuller <peter.schuller@infidyne.com> * Peter Vereshagin <peter@vereshagin.org> * Petr Holub <hopet@ics.muni.cz> * Petri Totterman <petri.totterman@hmv.fi> * Phil Maker <pjm@gnu.org> * Phil Oleson <oz@nixil.net> * Philip Drapeau <pdrapeau@advanis.ca> * Philip M. Gollucci * Philip Paeps <philip@FreeBSD.org> * Philip Paeps <philip@paeps.cx> * Philip Schulz <phs@deadc0.de> * Philippe Audeoud <jadawin@tuxaco.net> * Pietro Cerutti <gahr@FreeBSD.org> * Piotr Florczyk <p.florczyk@adminworkshop.pl> * Piotr Kubaj <emulation@FreeBSD.org$ * Piotr Kubaj <pkubaj@anongoth.pl> * Po-Chien Lin <linpc@cs.nctu.edu.tw> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Rainer Hurling <rhurlin@gwdg.de> * Ralf Gebhart <gebhart@secnetix.de> * Ralf S. Engelschall * Ralf S. Engelschall <rse@gnu.org> * Randall Hopper <aa8vb@nc.rr.com> * Remington Lang <MrL0Lz@gmail.com> * René Ladan <rene@freebsd.org> * Richard Gallamore <ultima@freebsd.org> * Robert Gogolok <gogo@cs.uni-sb.de> * Robert Noland <rnoland@FreeBSD.org> * Robert Schlotterbeck <robert@rs.tarrant.tx.us> * Rod Person <rodperson@rodperson.com> * Rod Taylor <ports@rbt.ca> * Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl> * Rodrigo OSORIO <rodrigo@FreeBSD.org> * Roger Hardiman <roger@freebsd.org> * Roland van Laar <roland@micite.net> * Romain Tartiere <romain@FreeBSD.org> * Romain Tartiere <romain@blogreen.org> * Roman Bogorodskiy <novel@FreeBSD.org> * Roman Shterenzon <romanbsd@yahoo.com> * Ronald Klop <ronald@echteman.nl> * Rong-En Fan <rafan@FreeBSD.org> * Rong-En Fan <rafan@infor.org> * Ross Timson <ross@rosstimson.com> * Rouslan Iskhakov <rouslan@rshell.net> * Rozhuk Ivan * Ruben de Groot <rdg@bzerk.org> * Ruben van Staveren * Rui Lopes (<rgl ruilopes com>) * Rui Lopes (rgl ruilopes com) * Rui Lopes <rgl ruilopes com> * Rui Lopes <rui@ruilopes.com> * Rui Paulo <rpaulo@FreeBSD.org> * Rusmir Dusko <nemysis@FreeBSD.org> * Russell Francis <johntabularasa@users.sf.net> * Ryan Steinmetz (<rpsfa@rit.edu>) * Ryan Steinmetz <rpsfa@rit.edu> * Ryan Steinmetz <zi@FreeBSD.org> * SADA Kenji <sada@FreeBSD.org> * Sahil Tandon <sahil@FreeBSD.org> * Sahil Tandon <sahil@tandon.net> * Sam Lawrance <boris@brooknet.com.au> * Samuel Tardieu <sam@rfc1149.net> * Samy Al Bahra <samy@kerneled.com> * Samy Al Bahra <samy@kerneled.org> * Sander Vesik <sander@haldjas.folklore.ee> * Sandro Sigala * Seamus Venasse <svenasse@polaris.ca> * Sean Chittenden <sean@chittenden.org> * Sean Chittenden <seanc@FreeBSD.org> * Sean Farley <sean-freebsd@farley.org> * Sean McLaughlin <sigma.zx@gmail.com> * Serge Gagnon <serge.gagnon.1@ulaval.ca> * Serge Gagnon <serge.gagnon@b2b2c.ca> * Sergei Gnezdov <sergeiga@yahoo.com> * Sergei Kolobov <sergei@kolobov.com> * Sergei Vyshenski * Sergei Vyshenski <svysh.fbsd@gmail.com> * Sergei Vyshenski <svysh@pn.sinp.msu.ru> * Sergey A. Osokin <osa@FreeBSD.org> * Sergey Golyashov <svvord@soft-wizard.ru> * Sergey Kozlov <kozlov.sergey.404@gmail.com> * Sergey Matveychuk <sem@ciam.ru> * Sergey Skvortsov <skv@FreeBSD.org> * Sergey Skvortsov <skv@protey.ru> * Sergey V. Dyatko <Sergey.Dyatko@gmail.com> * Sergey V. Dyatko <sergey.dyatko@gmail.com> * Serguei Okladnikov <oklaspec@gmail.com> * Shane Ambler <FreeBSD@Shaneware.biz> * Shaun Amott <shaun@FreeBSD.org> * Sheldon Hearn <sheldonh@FreeBSD.org> * Shell Hung <shell@shellhung.org> * Shin-ya MURAKAMI <murashin@gfd-dennou.org> * Shinsuke Matsui <smatsui@karashi.org> * Simon Barner <barner@gmx.de> * Simon Marlow <simonmar@microsoft.com> * Simon Olofsson <simon@olofsson.de> * Simun Mikecin <numisemis@yahoo.com> * Sir l33tname <sirl33tname@gmail.com> * Sofian Brabez <sbrabez@gmail.com> * Sofian Brabez <sbz@FreeBSD.org> * Stanislav Sedov <ssedov@mbsd.msk.ru> * Stanislav Sedov <stas@FreeBSD.org> * Stanislav Sedov <stas@fonon.realnet> * Stefan Bethke <stb@lassitu.de> * Stefan Ehmann <shoesoft@gmx.net> * Stefan Pauly <stefan@fh-mainz.de> * Stefan Wendler <stefan.wendler@tngtech.com> * Stephen J. Roznowski <sjr@home.net> * Stephon Chen <stephon@gmail.com> * Steve Franks <stevefranks@ieee.org> * Steve Wills <steve@mouf.net> * Steve Wills <swills@FreeBSD.org> * Steve Wills <swills@rubick> * Steven Kreuzer <skreuzer@FreeBSD.org> * Steven Kreuzer <skreuzer@exit2shell.com> * Stéphane D'Alu <sdalu@sdalu.com> * Sulev-Madis Silber <madis555@hot.ee> * Sun Chang-Ming * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> * Sutra Zhou <zhoushuqun@gmail.com> * Svyatoslav Lempert <svyatoslav.lempert@gmail.com> * Sylvio Cesar <sylvio@FreeBSD.org> * Sébastien Santoro <dereckson@gmail.com> * TAKAHASHI Kaoru <kaoru@kaisei.org> * TAKATSU Tomonari <tota@FreeBSD.org> * TAKATSU Tomonari <tota@rtfm.jp> * TERAMOTO Masahiro <markun@onohara.to> * Takefu * Takumi Takahashi <takumiiinn@gmail.com> * Takuya Tsuchida <tsucchi@cpan.org> * Tatsuya Ueda <ml+freebsd@tatsuya.info> * Terry Sposato <terry@sucked-in.com> * Thaddeus Covert <tcovert@grimmy.sahuagin.net> * Thawatchai Piyawat <piyawat@usablelabs.com> * Thierry Thomas (<thierry@FreeBSD.org>) * Thierry Thomas (<thierry@pompo.net>) * Thierry Thomas <thierry@pompo.net> * Thinker K.F. Li <thinker@eeebox.branda.to> * Thomas Abthorpe <thomas@goodking.ca> * Thomas Gellekum <tg@FreeBSD.org> * Thomas Gellekum <tg@freebsd.org> * Thomas Zander <riggs@FreeBSD.org> * Thomas-Martin Seck <tmseck@netcologne.de> * Tillman Hodgson <tillman@seekingfire.com> * Tim Bishop <tdb@FreeBSD.org> * Tim Bishop <tim@bishnet.net> * Tim Niemueller <tim@niemueller.de> * Tim Vanderhoek <hoek@FreeBSD.org> * Timothy Beyer <beyert@cs.ucr.edu> * Timur I. Bakeyev <bat@cpan.org> * Ting-Wei Lan <lantw44@gmail.com> * Tobias Gion <freebsd@gionet.de> * Tobias Roth <ports@fsck.ch> * Tom Judge <tj@FreeBSD.org> * Tom Judge <tom@tomjudge.com> * Tom McLaughlin <tmclaugh@sdf.lonestar.org> * Tomoyuki Sakurai <cherry@trombik.org> * Toni Andjelkovic <toni@soth.at> * Toni Viemerö <toni.viemero@iki.fi> * Tony Maher <tonym@biolateral.com.au> * Tony Narlock <tony@git-pull.com> * Torsten Zuehlsdorff <ports@toco-domains.de> * Torsten Zuehlsdorff <tz@FreeBSD.org> * Torsten Zuhlsdorff <ports@toco-domains.de> * Torsten Zühlsdorff <ports@toco-domains.de> * Travis Campbell <hcoyote@ghostar.org> * Trevor Caira <trevor@bitba.se> * Tsung-Han Yeh <snowfly@yuntech.edu.tw> * Uffe Jakobsen <uffe@uffe.org> * Ulrich Spoerlein <uspoerlein@gmail.com> * Vadim Vatlin * Valery Komarov <komarov@valerka.net> * Vanilla I. Shu <vanilla@FreeBSD.org> * Vany Serezhkin <ivan@serezhkin.com> * Vasil Dimov <vd@datamax.bg> * Veniamin Gvozdikov <vg@FreeBSD.org> * Viacheslav Mikerov <SlavaMikerov@gmail.com> * Vitaly Magerya <vmagerya@gmail.com> * Vivek Khera <vivek@khera.org> * Vladimir Chukharev * Vladimir Gorelov <virtual.lark@gmail.com> * Vladimir Kondratiev <wulf@mail.mipt.ru> * Vladimir Kondratyev <wulf@FreeBSD.org> * Vladimir Perepelitsa <mons@cpan.org> * Vladimir Timofeev <vovkasm@gmail.com> * Volker Stolz <stolz@i2.informatik.rwth-aachen.de> * Volker Stolz <vs@FreeBSD.org> * Volodymyr Kostyrko <c.kworr@gmail.com> * Vsevolod Stakhov <vsevolod@highsecure.ru> * Waitman Gobble <waitman@waitman.net> * Warner Losh <imp@FreeBSD.org> * Warren Block <wblock@wonkity.com> * Wen Heping <ruby@FreeBSD.org> * Wen Heping <wen@FreeBSD.org> * Wen Heping <wenheping@gmail.com> * Wen Heping<wen@FreeBSD.org> * Wen Heping<wenheping@gmail.com> * Wes Peters <@FreeBSD.org> * Wes Peters <wes@FreeBSD.org> * Will Andrews <andrews@technologist.com> * Will Andrews <will@FreeBSD.org> * William Grzybowski * William Grzybowski <sunpoet@FreeBSD.org> * William Grzybowski <wg@FreeBSD.org> * William Grzybowski <william88@gmail.com> * Xavier Beaudouin <kiwi@oav.net> * Xin LI <delphij@FreeBSD.org> * Xin Li <delphij@FreeBSD.org> * Yarema <yds@CoolRat.org> * Yasuhiro KIMURA <yasu@utahime.org> * Yen-Ming Lee <leeym@FreeBSD.org> * Yen-Ming Lee <leeym@leeym.com> * Yevgen Drachenko <geka@sippysoft.com> * Yi-Huan Chan <yhchan@csie.nctu.edu.tw> * Yi-Jheng Lin <yzlin@FreeBSD.org> * Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> * Ying-Chieh Chen * Ying-Chieh Liao <ijliao@FreeBSD.org> * Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> * Yinghong Liu <relaxbsd@gmail.com> * Yoshihiko Sarumaru <mistral@imasy.or.jp> * Yuan-Chen Cheng <ycheng@sinica.edu.tw> * Yuan-Chung Hsiao & <ychsiao@ychsiao.org> * Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw> * Yuan-Chung Hsiao <ychsiao@ychsiao.org> * Yuichiro NAITO <naito.yuichiro@gmail.com> * Yukihiro Nakai <nakai@FreeBSD.org> * Yuri Victorovich <yuri@rawbw.com> * Zach Thompson <hideo@lastamericanempire.com> * Zane C, Bowers <vvelox@vvelox.net> * Zane C. Bowers-Hadley <vvelox@vvelox.net> * Zeus Panchenko <zeus@gnu.org.ua> * aaron@FreeBSD.org * ache * adamw * ade@FreeBSD.org * alan <Alan@Wave2.org> * alepulver * alexander smishlajev * alfred * alfred@FreeBSD.org * andreas@syndrom23.de * andrew morton * andrew@scoop.co.nz * andrey@kostenko.name * antoine@FreeBSD.org * arved * asmith * aturetta@commit.it * autrijus@autrijus.org * b.f. <bf@FreeBSD.org> * bf <bf2006a@yahoo.com> * bf <bf@FreeBSD.org> * bland@FreeBSD.org * blubee <hello@blubee.me> * bms * bms@FreeBSD.org * bra@fsn.hu * brix@FreeBSD.org * buganini@gmail.com * chinsan * chinsan <chinsan.tw@gmail.com> * christian * chuckr@FreeBSD.org * clsung * clsung@dragon2.net * darius@dons.net.au * dcf@aracnet.com * dchapes@zeus.leitch.com * devin@spamcop.net * dlowe * dom * dom@happygiraffe.net * dpejesh@yahoo.com * dwm * ejc@bazzle.com * elbarto * erik@habatech.no * estith * frase@frase.id.au * gahr * gahr@FreeBSD.org * gebhart@secnetix.de * giffunip * glarkin * glarkin@ * glewis * gno@yahoo-inc.com * gordon@FreeBSD.org * gugu * iblis <iblis@hs.ntnu.edu.tw> * ijliao * ijliao@FreeBSD.org * is grammatically incorrect in this context. * jaapb@kerguelen.org * jagapen@home.com * jaharkes * janos.mohacsi@bsd.hu * jasone * jeffhung * jesse@cs.uni-magdeburg.de * jessekempf@gmail.com * jhanna@home.com * jkh * jkoshy * jnlin@freebsd.cs.nctu.edu.tw * joerg * joerg@FreeBSD.org * jraynard * jupengfei <jupengfei@gmail.com> * kargl@apl.washington.edu * kevit * kipz <somicide@gmail.com> * knu@FreeBSD.org * kris@FreeBSD.org * kuriyama * lars.eggert@gmx.net * lbartoletti <lbartoletti@FreeBSD.org> * lbr * lbr@FreeBSD.org * lightside <lightside@gmx.com> * lippe * lonewolf@flame.org * lth@FreeBSD.org * matthew.closson@gmail.com * meka * mfechner@FreeBSD.org * mi@aldan.algebra.com * michael johnson <ahze@ahze.net> * mig * mikeh@FreeBSD.org * milki <milki@rescomp.berkeley.edu> * milki@rescomp.berkeley.edu * mk * mm * moeding * mp39590@gmail.com * mr * mr@freebsd.org * mukai * mwest@uct.ac.za * nbm * ndewing@experts-exchange.com * netchild@FreeBSD.org * never@nevermind.kiev.ua * nils@guru.ims.uni-stuttgart.de * nork@FreeBSD.org * nork@cityfujisawa.ne.jp * novator24 <novator24@gmail.com> * nox@FreeBSD.org * obraun@FreeBSD.org * olevole@olevole.ru * olgeni@FreeBSD.org * osa * petef * petef@FreeBSD.org * philip@FreeBSD.org * ports@c0decafe.net * ports@c0decafe.net <ports@c0decafe.net> * pst@FreeBSD.org * pvh@egenetics.com * rafan@FreeBSD.org * redcrash@gmail.com * renchap@cocoa-x.com * roam@FreeBSD.org * roberto * rooneg@electricjellyfish.net * rousskov * rpsfa@rit.edu * rv@FreeBSD.org * rv@gnu.org * simond@irrelevant.org * skreuzer@FreeBSD.org * skreuzer@exit2shell.com * sobomax * stas * stas@FreeBSD.org * sunghyuk * tdb * thierry@pompo.net * thinker@branda.to * tiger <tiger@whitetigersd.com> * tiger@whitetigersd.com * tobez * tobez@FreeBSD.org * torstenb@FreeBSD.org * trasz <trasz@pin.if.uz.zgora.pl> * trevor * trociny * vanilla * vanilla@ * vazquez@iqm.unicamp.br * vsevolod * wahjava * wenheping@gmail.com * wghicks@bellsouth.net * will * ws Christoph Kick * xenophon+fbsdports@irtnog.org * # Created by Matthias Fechner <mfechner@FreeBSD.org> * # Created by johalun0@gmail.com * //www.tomek.cedro.info) * org> With hat: portmgr |
|
2.37.1
febb00cecd
files touched
|
Brad Davis (brd) |
devel/git: Update to 2.37.1
Approved by: garga
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.37.0
7a2cc88e58
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.37.0
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.36.1
57d9640f3c
files touched
|
Matthias Fechner (mfechner) |
devel/git: fix bug commit-graph requires overflow generation data
Using www/gitlab-ce I see problems that git repositories got broken. Gitlab includes some patches for the git binary they build: https://gitlab.com/gitlab-org/gitaly/-/tree/master/_support/git-patches These patches should have no impact to normal git usage but fixes some ref handling problems, like: https://gitlab.com/gitlab-org/gitaly/-/blob/master/_support/git-patches/v2.36.0.gl1/0006-refs-skip-hooks-when-deleting-uncovered-packed-refs.patch The problem got visible that at any point it can happen that the repository got broken (by merges happen) and if you try to fetch it you get: "C:\Program Files\Git\bin\git.exe" pull --progress "origin" fatal: commit-graph requires overflow generation data but has none fatal: the remote end hung up unexpectedly Done PR: 263867 Approved by: garga (maintainer) |
|
2.36.1
541b88be24
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.36.1
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.36.0
c472db1cb7
files touched
|
Yasuhiro Kimura (yasu) |
devel/git: Update to 2.36.0
ReleaseNotes: https://github.com/git/git/blob/v2.36.0/Documentation/RelNotes/2.36.0.txt PR: 263399 Approved by: garga (maintainer) |
|
2.35.2
4467747503
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.35.2
Security: CVE-2022-24765
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.35.1
575abbd626
files touched
|
Yasuhiro Kimura (yasu) |
devel/git: Update to 2.35.1
PR: 261442
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.34.1
317ce5d4d4
files touched
|
Yasuhiro Kimura (yasu) |
devel/git: Update to 2.34.1
ReleaseNotes: https://github.com/git/git/blob/v2.34.1/Documentation/RelNotes/2.34.1.txt ReleaseNotes: https://github.com/git/git/blob/v2.34.0/Documentation/RelNotes/2.34.0.txt PR: 259858 Approved by: maintainer |
|
2.33.1
9572b54d1b
files touched
|
Yasuhiro Kimura (yasu) |
devel/git: Fix plist error when HTMLDOCS option is ON
Reported by: garga (maintainer, by private mail) |
|
2.33.1
67be9a912d
files touched
|
Yasuhiro Kimura (yasu) |
devel/git: Update to 2.33.1
ReleaseNotes: https://github.com/git/git/blob/v2.33.1/Documentation/RelNotes/2.33.1.txt PR: 259116 Approved by: maintainer timeout (> 2 weeks) |
|
2.33.0
1edfb96d8f
files touched
|
Stefan Eßer (se) |
devel/git: Remove duplicate CPE_VENDOR definition
Reported by: yuri |
|
2.33.0
a7aa63e482
files touched
|
Stefan Eßer (se) |
devel/git: Add CPE information
Approved by: portmgr (blanket) |
|
2.33.0
6583166679
files touched
|
Yasuhiro Kimura (yasu) |
devel/git: Update to 2.33.0
PR: 257894
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.32.0
ff5ded75bc
files touched
|
Renato Botelho (garga) |
devel/git: Split into subpackages
Removed CVS, GUI, PERFORCE and SUBVERSION options and also gui and svn
FLAVORS, and create 4 new subports:
devel/git-cvs
devel/git-gui
devel/git-p4
devel/git-svn
All these packages depend of devel/git and install only additional files
and manpages. This work is based on initial patch submitted by grembo@i
at review D30238.
PR: 251090
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D32369
|
|
2.32.0
6c74d476ee
files touched
|
Bernhard Froehlich (decke) |
devel/git: Add CPE information
Approved by: portmgr (blanket) |
|
2.32.0
f76aa00290
files touched
|
Fukang Chen (loader) |
Mk/bsd.options.desc.mk: Add shared version control OPTIONS & descriptions
- Add CVS description
- Add DARCS description
- Add GIT description
- Add MERCURIAL description
- Add PERFORCE description
- Rename SVN to SUBVERSION
devel/anjuta:
- Rename OPTION SVN to SUBVERSION
- Sort OPTIONS_DEFINE and OPTIONS_DEFAULT
- Change SUBVERSION_DESC to use the default description
devel/git:
- Rename OPTION P4 to PERFORCE
- Rename OPTION SVN to SUBVERSION
- Change PERFORCE_DESC to use the default description
devel/ocaml-opam:
- Rename OPTION HG to MERCURIAL
- Sort OPTIONS_DEFINE and OPTIONS_DEFAULT
- Change {DARCS,GIT,MERCURIAL}_DESC to use the default description
devel/thunar-vcs-plugin:
- Rename OPTION SVN to SUBVERSION
- Sort OPTIONS_DEFINE
- Change GIT_DESC to use the default description
devel/viewvc-devel:
- Rename OPTION SVN to SUBVERSION
- Sort OPTIONS_DEFINE, OPTIONS_DEFAULT and OPTIONS_SINGLE
net-mgmt/observium:
- Rename OPTION SVN to SUBVERSION
net-mgmt/rancid3:
- Rename OPTION SVN to SUBVERSION
- Sort OPTIONS_SINGLE_SCM
- Change {CVS,GIT,SUBVERSION}_DESC to use the default description
ports-mgmt/portshaker:
- Rename OPTION SVN to SUBVERSION
- Rename HG to MERCURIAL
- Sort OPTIONS_DEFINE
- Change {GIT,MERCURIAL}_DESC to use the default description
security/hydra:
- Rename OPTION SVN to SUBVERSION
security/medusa:
- Rename OPTION SVN to SUBVERSION
- Sort OPTIONS_DEFINE
shells/scponly:
- Rename OPTION SVN to SUBVERSION
- Sort OPTIONS_DEFINE
- Typo fix in SVNSERVE_DESC
www/trac-devel:
- Rename OPTION SVN to SUBVERSION
- Sort OPTIONS_DEFINE, OPTIONS_DEFAULT and OPTIONS_MULTI_DATABASE
- Change {GIT,SUBVERSION}_DESC to use the default description
Reviewed by: koobs, adamw, dvl, garga, hannes_mehnert.org, rm, dbaio, romain
Approved by: koobs (ports, mentor)
Differential Revision: https://reviews.freebsd.org/D17459
MFH: No (OPTION description updates)
|
|
2.32.0
754ca6f4c9
files touched
|
Yasuhiro Kimura (yasu) |
devel/git: Update to 2.32.0
PR: 256442
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.31.1
c3dd3472dd
files touched
|
Chris Hutchinson (portmaster) |
devel/git: Fix contrib installation
In some cases installation is aborted when try to copy test.netrc.gpg,
which is an empty file. This file is not actually needed so the fix
here is to stop trying to install it
PR: 255885
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.31.1
64d5a3b23a
files touched
|
Renato Botelho (garga) |
devel/git: Disable SVN and create flavor
Ports tree moved to git. Disable SVN option by default on main port to
reduce dependencies and create a new flavor "svn" that looks exactly how
main port was before this change
PR: 254719
Reported by: grembo
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.31.1
135fdeebb9
files touched
|
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords.
|
|
2.31.1
305f148f48
files touched
|
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles.
|
|
2.31.1
c6ea5c3481
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.31.1
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.31.0
6efb52c2a7
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.31.0 and other fixes
- Update to 2.31.0
https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.31.0.txt
- Removed PCRE option since support for pcre 1.x was dropped
- Sort OPTIONS_DEFINE and OPTIONS_DEFAULT
- Move installation of bash completion to common post-install target and
always copy it to final destination to deduplicate code
PR: 254170
Submitted by: Yasuhiro Kimura <yasu@utahime.org>
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.30.1
c500dc0cb2
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.30.1
PR: 253365
Submitted by: Yasuhiro Kimura <yasu@utahime.org>
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
2.30.0
f0967aeafb
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.30.0
PR: 252244 Submitted by: Yasuhiro Kimura <yasu@utahime.org> Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.29.2
8815f8202c
files touched
|
Adam Weinberger (adamw) |
devel/git: Add a "tiny" flavor that depends only on curl
This provides a minimal functioning git that depends only on curl (and expat, which comes along for the ride). PR: 251689 Approved by: maintainer (garga) |
|
2.29.2
d3f6fde578
files touched
|
Renato Botelho (garga) |
devel/git: Fix options for flavors
Only change OPTIONS_FILE when flavor is not empty or default. It fixes a problem saving options on poudriere for default flavor Reported by: madpilot |
|
2.29.2
aa1d23bb5c
files touched
|
Renato Botelho (garga) |
devel/git@gui: Make GUI option mandatory
Sponsored by: Rubicon Communications LLC (Netgate) |
|
2.29.2
eaeb5f2320
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.29.2 and small tweaks
- Update to 2.29.2 [1] - Simplify logic to define COMMENT for each flavor - Inspired in www/py-autobahn, save OPTIONS on a different file for each flavor PR: 250472 [1] Submitted by: Yasuhiro KIMURA <yasu@utahime.org> [1] Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.28.0
f5fc6f3beb
files touched
|
Renato Botelho (garga) |
Simplify logic to define COMMENT
Submitted by: bapt |
|
2.28.0
7f70c613bb
files touched
|
Antoine Brodin (antoine) |
Fix COMMENT for default FLAVOR
|
|
2.28.0
654b7b2d9e
files touched
|
Renato Botelho (garga) |
Fix typo
|
|
2.28.0
1f535ce055
files touched
|
Renato Botelho (garga) |
Convert git slave ports to flavors
Create git@lite and git@gui flavors to replace slave ports PR: 250281 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.28.0
67fc5915ec
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.28.0 and build with svn lts
- Update to 2.28.0 [1] - Change dependency to p5-subversion-lts if WITH_SUBVERSION_VER=LTS is set [2] PR: 248308 [1] Submitted by: Yasuhiro KIMURA <yasu@utahime.org> [1] des [2] Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.27.0
12f0c1188f
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.27.0
PR: 246927 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.26.2
b3cc9140ce
files touched
|
Renato Botelho (garga) |
devel/git: Use rubygem-asciidoctor to build docs
asciidoctor and python2 are deprecated and upstream is moving to asciidoctor gem as default tool to build documentation PR: 245657 Submitted by: Bjorn Neergaard <bjorn@neersighted.com> Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.26.2
06f4b8f324
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.26.2
MFH: 2020Q2 Security: CVE-2020-11008 Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.26.1
093a27239b
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.26.1
MFH: 2020Q2 Security: CVE-2020-5260 Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.26.0
863da76c45
files touched
|
Renato Botelho (garga) |
devel/git: Fix build
I've committed the wrong changes in r531622 breaking git build. Fix it now. Reported by: mandree and jbeich Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.26.0
7e5ff3ffc5
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.26.0
Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.25.2
fec7c56291
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.25.2
Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.25.1
f6ece7a62c
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.25.1
PR: 244187 (Based on) Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.25.0
7ac0edff5a
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.25.0
PR: 243347 (Based on) Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.24.1
665f09b6f7
files touched
|
Renato Botelho (garga) |
devel/git: helpful description for CURL option
Turning off CURL OPTIONS knob has somewhat unexpected consequences, ie. disables HTTPS transport, thus no Github access. This is not evident from the default option description. The tiny patch adds non standard knob description specifically mentioning HTTPS unavailability, when it gets turned off. While here, sort *_DESC variables alphabetically. PR: 242682 Submitted by: Piotr Smyrak <ps.ports@smyrak.com> Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.24.1
9fc450d18a
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.24.1
MFH: 2019Q4 Security: CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351 CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, CVE-2019-1387 Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.24.0
2f6e9a02d7
files touched
|
Brooks Davis (brooks) |
Enable subversion support by default and remove git-subversion.
Without PROVIDES/REQUIRES support, ports must depend on exactly one git port/pkg. Subversion is currently FreeBSD's primiary version control system and it is widely used with git so it makes sense to enable it by default and provide a consistent user experience. Approved by: garga Differential Revision: https://reviews.freebsd.org/D22496 |
|
2.24.0
629d55f11d
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.24.0
Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.23.0
2d21d696d6
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.23.0
Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.22.1
a85703fc11
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.22.1
Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.22.0
78d1aff1fc
files touched
|
Mathieu Arnold (mat) |
Convert to UCL & cleanup pkg-message (categories d)
|
|
2.22.0
328c7a7676
files touched
|
Jan Beich (jbeich) |
devel/git: update to 2.22.0
Changes: https://lkml.org/lkml/2019/6/7/1177 Changes: https://github.blog/2019-06-07-highlights-from-git-2-22/ PR: 238442 Approved by: garga (maintainer) |
|
2.21.0
7b80fd7279
files touched
|
Sunpoet Po-Chuan Hsieh (sunpoet) |
Fix typo
Approved by: portmgr (blanket) |
|
2.21.0
16bc7f8628
files touched
|
Renato Botelho (garga) |
- Update devel/git to 2.21.0 [1] - Fix git-p4 shebang [2]
PR: 236020 [1] (based on), 235045 [2] Submitted by: Yasuhiro KIMURA <yasu@utahime.org> [1] John Hein <jcfyecrayz@liamekaens.com> [2] Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.20.1
7d24e224f2
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.20.1
Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.20.0
652d824018
files touched
|
Renato Botelho (garga) |
devel/git:
- Update to 2.20.0 - Fix build when DEVELOPER env var is set [1] PR: 233485 [1] Submitted by: John Hein <z7dr6ut7gs@snkmail.com> [1] Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.19.2
ad927cdb6b
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.19.2
Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.19.1
a3ca983ae8
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.19.1
MFH: 2018Q4 Security: CVE-2018-17456 Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.19.0
fd388b4082
files touched
|
Renato Botelho (garga) |
devel/git: Keep original bash completion filename
Do not rename git-completion.bash to git.sh to make it easier for users that follow git docs, which point to original filename. Add a note in pkg-message to let users know about it. PR: 231775 Submitted by: pierogmorski@gmail.com Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.19.0
0fc6f61d8f
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.19.0
PR: 231342 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.18.0
cfc6fa4623
files touched
|
Kubilay Kocak (koobs) |
devel/git: Add missing (send-email) dependency
The send-email command uses (require's) IO:Socket:SSL directly, and the devel/git port previously depended on mail/p5-Net-SMTP-SSL, which depended on and brought in the security/p5-IO-Socket-SSL port to satisfy it. ports r431794 [1] removed the dependency on p5-Net-SMTP-SSL due to deprecation which prevented the (direct) dependency from being installed (via another dependency), resulting in breaking function for encrypted/secured mail destinations. This change adds a direct dependency on IO::Socket::SSL as it ought to have been originally. [1] https://svnweb.freebsd.org/changeset/ports/431794 Reported by: ns5 (via IRC) Approved by: portmgr (blanket: broken dependencies) MFH: 2018Q3 |
|
2.18.0
06f67f420b
files touched
|
Renato Botelho (garga) |
- Fix build with PCRE using --with-pcre1 configure option since git moved default --with-pcre to use version 2 - Add a new OPTION PCRE2 to let it build with devel/pcre2 - Bump PORTREVISION
PR: 229366 Submitted by: mat MFH: 2018Q3 Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.18.0
bd93b4a2fe
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.18.0
Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.17.1
259f2ed4ba
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.17.1
MFH: 2018Q2 Security: CVE-2018-11233 CVE-2018-11235 Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.17.0
65f0a5d276
files touched
|
Renato Botelho (garga) |
Remove unnecessary @dir from PLIST
Reported by: mat Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.17.0
d6797a90a5
files touched
|
Renato Botelho (garga) |
Fix PLIST with GITWEB option enabled
PR: 227652 Reported by: rozhuk.im@gmail.com and w.schwarzenfeld@utanet.at Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.17.0
bf7ee16017
files touched
|
Renato Botelho (garga) |
Install a gitweb.conf initial file and update pkg-message to make it easier to configure it
PR: 218229 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.17.0
43694955fc
files touched
|
Renato Botelho (garga) |
- Register p5-CGI dependency when GITWEB option is enabled [1] - Bump PORTREVISION since GITWEB is on by default - While here, unmute install command and make portlint happy
PR: 225358 [1] Submitted by: Fabian Kell <fk@fabiankeil.de> [1] MFH: 2018Q2 Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.17.0
214f379539
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.17.0
Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.16.3
878735d997
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.16.3
Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.16.2
d71a692ce8
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.16.2
Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.16.1
6d5dc3ec3d
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.16.1
Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.16.0
a5c0bf781b
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.16.0
Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.15.1
14ceb3cf69
files touched
|
Dmitry Marakasov (amdmi3) |
- Add LICENSE_FILE - Update WWW
Approved by: portmgr blanket |
|
2.15.1
91e5d6b4f4
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.15.1
Sponsored by: Rubicon communications, LLC (Netgate) |
|
2.15.0
a01b3aa0e1
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.15.0
Sponsored by: Rubicon Communiucations, LLC (Netgate) |
|
2.14.3
5fa3c6360f
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.14.3
Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.14.2
f043007255
files touched
|
Adam Weinberger (adamw) |
Fix packaging when HTMLDOCS is on.
Pointy hat to: garga |
|
2.14.2
63f1369e13
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.14.2
Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.14.1
d4ad923026
files touched
|
Mathieu Arnold (mat) |
Fix packaging WITH=HTMLDOCS.
Pointy hat: garga Sponsored by: Absolight |
|
2.14.1
5519a92529
files touched
|
Renato Botelho (garga) |
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) |
|
2.13.4
17523307ae
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.13.4
|
|
2.13.3
2e50c364c0
files touched
|
Renato Botelho (garga) |
- 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) |
|
2.13.3
64eab53c29
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.13.3
Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.13.2
a014051a7b
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.13.2
Sponsored by: Rubicon Communications (Netgate) |
|
2.13.1
8efec5eb4b
files touched
|
Renato Botelho (garga) |
- Replace git-send-email.perl patch by a different fix committed upstream. With previous version, when user tries to send multiple e-mails using an authenticated SMTP server, it asks for password on first one and rejects all other with "authentication failed" error - Bump PORTREVISION
Reported by: novel Tested by: novel Obtained from: Git repository, commits: 0ead000c3aca13a10ae51a3c74c866981e0d33b8 bfbfc9a953d8e26b029110c05581b22f9f0d77e9 MFH: 2017Q2 Sponsored by: Rubicon Communications, LLC (Netgate) |
|
2.13.1
0d68bec0b7
files touched
|
Adam Weinberger (adamw) |
Fix SHA1 checksum generation on little-endian machines.
git 2.13.0 broke SHA1 checksumming on big-endian machines. They fixed it in 2.13.1 by breaking it on little-endian machines. This patch, obtained from upstream, fixes SHA1 checksumming on little-endian machines again; I don't have any BE machines but hopefully it still works on those too. Submitted by: Dan McGregor Obtained from: https://github.com/git/git/commit/76339527ccf7946751174663f9faa686f3f55335 Approved by: just-fix-it |
|
2.13.1
52db309d8e
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.13.1
Sponsored by: Rubicon Communications (Netgate) |
|
2.13.0
8175733c20
files touched
|
Renato Botelho (garga) |
devel/git: Update to 2.13.0
MFH: 2017Q2 Security: CVE-2017-8386 Sponsored by: Rubicon Communications (Netgate) |
|
2.12.1
1255d48093
files touched
|
Martin Wilke (miwi) |
- Fix shebangs
|
|
2.12.1
32c94c7d25
files touched
|
Renato Botelho (garga) |
- 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) |
|
2.11.1
91657447cc
files touched
|
Renato Botelho (garga) |
Fix devel/git PLIST when HTMLDOCS is on
Reported by: dankm on IRC |
|
2.11.1
dc0ed96b23
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.11.1
Sponsored by: Rubicon Communications (Netgate) |
|
2.11.0
086e9b5804
files touched
|
Renato Botelho (garga) |
Remove dependency of DEPRECATED mail/p5-Net-SMTP-SSL from devel/git
PR: 214335 Obtained from: git development mailing list Sponsored by: Rubicon Communications (Netgate) |
|
2.11.0
166d69ddc5
files touched
|
Kubilay Kocak (koobs) |
devel/git: Fix build with PERL option disabled
configure.ac defines a macro (GIT_ARG_SET_PATH), which takes an optional
'allow-without' parameter, which if not specified (in configure.ac),
causes --without-foo/--with-foo=no not to be checked/allowed.
allow-without is set for python, but not for perl in configure.ac:
# Define PYTHON_PATH to provide path to Python.
# GIT_ARG_SET_PATH(python, allow-without)
# GIT_ARG_SET_PATH(perl)
The non-presence of the optional second macro argument results in the
following error when --without-perl is specified by
PERL_CONFIGURE_WITH=perl=${PERL}
configure:4065: error: You cannot use git without perl
This error is a regression after r427505 [1], which switched from
PERL_MAKE_ENV to PERL_CONFIGURE_WITH (and its associated --without-*).
This change adds:
* allow-without to configure.ac allowing --without-perl to work.
* USES=autoreconf to regenerate configure from configure.ac.
[1] https://svnweb.freebsd.org/changeset/ports/427505
PR: 215038
Approved by: portmgr (blanket)
Differential Revision: D8709
|
|
2.11.0
e3024d5a0d
files touched
|
Renato Botelho (garga) |
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@ |
|
2.11.0
73dfb6095b
files touched
|
Renato Botelho (garga) |
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 |
|
2.11.0
58db8235a2
files touched
|
Renato Botelho (garga) |
- 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) |
|
2.11.0
a6a9df2514
files touched
|
Adam Weinberger (adamw) |
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) |
|
2.10.2
b3ba8995b3
files touched
|
Adam Weinberger (adamw) |
Update to 2.10.2.
PR: 214790 Approved by: maintainer (garga) |
|
2.10.1
b58832a54c
files touched
|
Mathieu Arnold (mat) |
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 |
|
2.10.1
1e38c86348
files touched
|
Joseph Mingrone (jrm) |
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 |
|
2.10.1
eabbfd75e3
files touched
|
Mathieu Arnold (mat) |
${RM} already has -f.
PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight |
|
2.10.1
fb3049dea6
files touched
|
Jung-uk Kim (jkim) |
Fix plist when NLS option is unset.
|
|
2.10.1
0908d1d1a9
files touched
|
Mathieu Arnold (mat) |
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 |
|
2.9.2
f6f9e8cbc1
files touched
|
Kurt Jaeger (pi) |
devel/git: bump PORTREVISION as OPTIONS_DEFAULT changed
PR: 211573 Reported by: ohauer |
|
2.9.2
2bf0d26b81
files touched
|
Kurt Jaeger (pi) |
devel/git: Enable GITWEB by default
- also change USE_OPENSSL to USES=ssl PR: 211573 Submitted by: Tobias Kortkamp <t@tobik.me> Approved by: garga (maintainer timeout) |
|
2.9.2
2739072011
files touched
|
Mathieu Arnold (mat) |
Add a PCRE option to allow git grep to be build with pcre support.
tl:dr; git grep -P now works. Most package managers enable it by default, so enable it by default too. PR: 211228 Submitted by: mat, knu Approved by: maintainer (or timeout, see PR) Sponsored by: Absolight |
|
2.9.2
f51dd7630b
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.9.2
Sponsored by: Rubicon Communications (Netgate) |
|
2.9.0
47a6d54a54
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.9.0
Sponsored by: Rubicon Communications (Netgate) |
|
2.8.4
6a75a4d271
files touched
|
Renato Botelho (garga) |
Respect BSD's STRIP instead of checking only WITH_DEBUG
PR: 153541 Submitted by: swell.k@gmail.com Sponsored by: Rubicon Communications (Netgate) |
|
2.8.4
fe8308e039
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.8.4
Sponsored by: Rubicon Communications (Netgate) |
|
2.8.1
c86e9d9724
files touched
|
Dmitry Marakasov (amdmi3) |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by: portmgr blanket |
|
2.8.1
e87a8bd319
files touched
|
Dmitry Marakasov (amdmi3) |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
|
2.8.1
f04eff82b6
files touched
|
Renato Botelho (garga) |
- 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] |
|
2.7.4
4e1b79a0a6
files touched
|
Mathieu Arnold (mat) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight |
|
2.7.4
45aff9f96b
files touched
|
Renato Botelho (garga) |
Import a patch from git mailing list to fix build with gcc 4.2.1 and remove dependency of newer gcc to build it on 9.x
Obtained from: http://thread.gmane.org/gmane.comp.version-control.git/289397 MFH: 2016Q1 |
|
2.7.4
96f81842eb
files touched
|
Renato Botelho (garga) |
Fix devel/git build on 9.x
MFH: 2016Q1 |
|
2.7.4
173673ceeb
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.7.4
MFH: 2016Q1 Security: CVE-2016-2324 Sponsored by: Rubicon Communications (Netgate) |
|
2.7.2
311c24f4bc
files touched
|
Raphael Kubo da Costa (rakuco) |
Fix plist with NLS on after r409422.
|
|
2.7.2
d3a3f17938
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.7.2
|
|
2.7.0
89b1573c9f
files touched
|
Adam Weinberger (adamw) |
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 |
|
2.7.0
c791985560
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.7.0
|
|
2.6.4
b01c452105
files touched
|
Olli Hauer (ohauer) |
- prepare for devel/subversion17 removal
|
|
2.6.4
105783abd5
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.6.4
|
|
2.6.3
c98c8d7092
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.6.3
|
|
2.6.2
d2f9170a42
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.6.2
PR: 203878 Submitted by: Wendell Borges <wendell@bsd.com.br> |
|
2.6.1
6fd70aa659
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.6.1
MFH: 2015Q4 |
|
2.6.0
c4dda6a7c1
files touched
|
Renato Botelho (garga) |
- 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
|
|
2.5.3
827ab5ba1e
files touched
|
Renato Botelho (garga) |
- Add devel/git-gui, a devel/git slave port with GUI option enabled - Register conflicts with master and other slave ports - Bump PORTREVISION
PR: 202948 |
|
2.5.3
859f178260
files touched
|
Renato Botelho (garga) |
Update devel/git to 2.5.3
|
|
2.5.2
5d2c50292c
files touched
|
Renato Botelho (garga) |
Update to 2.5.2
|
|
2.5.1
287e08ff2d
files touched
|
Renato Botelho (garga) |
- 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
|
|
2.4.6
f92f9fedc2
files touched
|
Renato Botelho (garga) |
- Update git to 2.4.6 - Regenerate patches with make makepatch to silence portlint - Change CONFLICTS to CONFLICTS_INSTALL
|
|
2.4.5
204c1c9f9e
files touched
|
Dmitry Marakasov (amdmi3) |
- Add missing shebang fix
Approved by: portmgr blanket |
|
2.4.5
e426eec655
files touched
|
Renato Botelho (garga) |
Update to 2.4.5
|
|
2.4.2
4a40436cd9
files touched
|
Renato Botelho (garga) |
Update to 2.4.2
|
|
2.4.1
74bcaba896
files touched
|
Renato Botelho (garga) |
Update to 2.4.1
|
|
2.4.0
88bfe4bd43
files touched
|
Mathieu Arnold (mat) |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
|
|
2.4.0
9656a414f5
files touched
|
Renato Botelho (garga) |
Update to 2.4.0
PR: 199881 (based on) Submitted by: pi@ |
|
2.3.7
e6ae101fda
files touched
|
Renato Botelho (garga) |
Update to 2.3.7
|
|
2.3.6
e4ddef3565
files touched
|
Renato Botelho (garga) |
Update to 2.3.6
|
|
2.3.5
99e2309045
files touched
|
Renato Botelho (garga) |
Update to 2.3.5
|
|
2.3.4
877e69d900
files touched
|
Renato Botelho (garga) |
Update to 2.3.4
|
|
2.3.3
59eeb9b944
files touched
|
Renato Botelho (garga) |
Update to 2.3.3
|
|
2.3.2
ae95e8d6e8
files touched
|
Renato Botelho (garga) |
Update to 2.3.2
|
|
2.3.1
686e2f567e
files touched
|
Renato Botelho (garga) |
- Update to 2.3.1 - Add upcoming git-lite to the list of CONFLICTS - Modernize Makefile
|
|
2.3.0
64437d91a7
files touched
|
Renato Botelho (garga) |
Update to 2.3.0
|
|
2.2.2
5f3b60ce95
files touched
|
Jan Beich (jbeich) |
Unbreak build with devel/utf8cpp installed
Let preprocessor know ${LOCALBASE}/include is a system include path,
so #include "..." shouldn't try to pick headers from there. lang/gcc*
and lang/clang* already do the right thing.
PR: 196220
Differential Revision: https://reviews.freebsd.org/D1664
Approved by: garga (maintainer)
Approved by: bapt (mentor)
|
|
2.2.2
728929b709
files touched
|
Antoine Brodin (antoine) |
Switch ports depending on docbook* through a directory name to a package name, as a directory name can't be attributed to a package
|
|
2.2.2
263946d047
files touched
|
Renato Botelho (garga) |
- Remove converters/p5-MIME-Base64 from RUN_DEPENDS since it's already in all supported Perl releases - Bump PORTREVISION
Requested by: sunpoet |
|
2.2.2
f4a8de3ee0
files touched
|
Renato Botelho (garga) |
Update to 2.2.2
|
|
2.2.1
c22ef12c7e
files touched
|
Renato Botelho (garga) |
Fix PLIST and bump PORTREVISION
PR: 196330 Submitted by: mp39590@gmail.com |
|
2.2.1
887ed4aefd
files touched
|
Renato Botelho (garga) |
- Add a pkg-message warning user about git diff color being broken with default PAGER [1] - Add LICENSE - Bump PORTREVISION
PR: 195680 [1] Submitted by: Vlad "Blackflow" K. [1] |
|
2.2.1
68a065960e
files touched
|
Wesley Shields (wxs) |
Over to garga@.
I don't have the cycles to handle these higher profile ports anymore. |
|
2.2.1
1f60f7a36e
files touched
|
Dag-Erling Smørgrav (des) |
Upgrade to 2.2.1.
|
|
2.1.2
70ba4c1d98
files touched
|
Dmitry Marakasov (amdmi3) |
- Add empty directory to plist
PR: 195570 Submitted by: ohauer Approved by: maintainer timeout (wxs, 14 days) |
|
2.1.2
73ad9e4264
files touched
|
Alfred Perlstein (alfred) |
Support for git svn propset.
From: https://github.com/splbio/git/tree/v2.1.2-git-svn-propset Reviewed by: bapt Phabric: https://reviews.freebsd.org/D1154 |
|
2.1.2
eee58d187e
files touched
|
Mathieu Arnold (mat) |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr |
|
2.1.2
89e07f4a18
files touched
|
Marcus von Appen (mva) |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
|
2.1.2
35156df9d2
files touched
|
Wesley Shields (wxs) |
Update to 2.1.2.
Cleanup plist to remove @dirrm. |
|
2.1.0
dbbb9cee27
files touched
|
Wesley Shields (wxs) |
Update to 2.1.0.
|
|
2.0.2
ed5e824cbb
files touched
|
John Marino (marino) |
devel/git: Supply SHEBANG_FILES for shebangfix
The git port had USES=shebangfix defined but it was not told to fix anything. This patch will fix the shebang on a couple dozen perl scripts. PR: 192386 Submitted by: marino Approved by: General Blanket (wxs@ in copy) |
|
2.0.2
8692fe824d
files touched
|
Wesley Shields (wxs) |
Update to 2.0.2.
|
|
2.0.1
6627cef270
files touched
|
Wesley Shields (wxs) |
Update to 2.0.1.
|
|
2.0.0
e890e1a0d3
files touched
|
Wesley Shields (wxs) |
Fix plist.
PR: 190993 Submitted by: Vikash Badal <vikashb@where-ever.za.net> |
|
2.0.0
bd15d3728f
files touched
|
Wesley Shields (wxs) |
Update to 2.0.0
|
|
1.9.3
fa4a6ab81c
files touched
|
Wesley Shields (wxs) |
Add dependencies for send-email.
Noticed by: sbruno@ |
|
1.9.3
0f2e95622d
files touched
|
Wesley Shields (wxs) |
Update to 1.9.3.
|
|
1.9.2
5a8c7efbf8
files touched
|
Wesley Shields (wxs) |
Update to 1.9.2. Now back to grabbing distfiles from kernel.org mirrors as google code is no longer updated. Fix an issue with packlist when using PERL. [1]
PR: [1]: ports/188677 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Horia Racoviceanu (private mail) |
|
1.9.0
3c3439877a
files touched
|
Tijl Coosemans (tijl) |
The previous commit made git use nl_langinfo instead of locale_charset but did not bump PORTREVISION. Bump it now that libiconv no longer exports locale_charset.
PR: ports/187894 |
|
1.9.0
7ed78b0399
files touched
|
Tijl Coosemans (tijl) |
Prevent detection of libcharset.h from converters/libiconv.
This forces git to use nl_langinfo() from libc instead of locale_charset() from libiconv. (The latter is practically an alias for the first.) PR: ports/187326 Approved by: wxs (maintainer) |
|
1.9.0
2e1f6ab5c9
files touched
|
Wesley Shields (wxs) |
Update to 1.9.0. [1] Support staging and general cleanup.
PR: [2]: ports/186696 Submitted by: [1]: Dan McGregor (private mail) [2]: tijl@ |
|
1.8.5.4
f27c3feede
files touched
|
Pietro Cerutti (gahr) |
- Remove useless include of bsd.tcl.mk
|
|
1.8.5.4
c924394e7b
files touched
|
Mathieu Arnold (mat) |
Consolidate the docbook ports into -sgml and -xml variants.
Submitted by: hrs (based on) Sponsored by: Absolight |
|
1.8.5.4
7f67d157d9
files touched
|
Mathieu Arnold (mat) |
Chase docbook cleanup dependencies.
Sponsored by: Absolight |
|
1.8.5.4
c4d7e6ac03
files touched
|
Pietro Cerutti (gahr) |
- Convert to USES=gmake tk - Convert to new LIB_DEPENDS format
|
|
1.8.5.4
62738f1ffa
files touched
|
Wesley Shields (wxs) |
Update to 1.8.5.4.
|
|
1.8.5.2
c070232214
files touched
|
Wesley Shields (wxs) |
Update to 1.8.5.2.
|
|
1.8.4.3
16667a372a
files touched
|
Wesley Shields (wxs) |
Update to 1.8.4.3.
|
|
1.8.4.2
5037aa2313
files touched
|
Wesley Shields (wxs) |
Update to 1.8.4.2.
|
|
1.8.4.1
bfe28d33f8
files touched
|
Wesley Shields (wxs) |
Update to 1.8.4.1.
Among other things, this fixes git rebase. https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.4.1.txt PR: ports/183027 Submitted by: olgeni@ |
|
1.8.4
aba13900c1
files touched
|
Dmitry Marakasov (amdmi3) |
- Fix plist (remove duplicate file entry and nonexisting dirs)
PR: 182858 Submitted by: myself Approved by: wxs (maintainer) |
|
1.8.4
34b7e6ee7e
files touched
|
Baptiste Daroussin (bapt) |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 2)
|
|
1.8.4
4321effd49
files touched
|
Andrej Zverev (az) |
- convert to the new perl5 framework - convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
|
1.8.4
7046a55fd8
files touched
|
Boris Samorodov (bsam) |
Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default for pre 100043 is ${LOCALBASE} and /usr otherwise. Convert all ports to new variable usage.
Approved by: portmgr (bapt, implicit) |
|
1.8.4
8865f4ded2
files touched
|
Wesley Shields (wxs) |
Update to 1.8.4
Changes: https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.4.txt |
|
1.8.3.4
6560e9116b
files touched
|
Marcus von Appen (mva) |
- Be explicit about the Python version to be used for the CONTRIB and MP4 options
|
|
1.8.3.4
d4041784dc
files touched
|
Alex Kozlov (ak) |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
|
1.8.3.4
c59954f3c5
files touched
|
Wesley Shields (wxs) |
Update to 1.8.3.4.
While here, fix missing RelNotes from last couple of updates. |
|
1.8.3.3
c5cb60fc4e
files touched
|
Wesley Shields (wxs) |
Update to 1.8.3.3
Changes: https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.3.3.txt |
|
1.8.3.2
f9d38f6edf
files touched
|
Sunpoet Po-Chuan Hsieh (sunpoet) |
- Bump PORTREVISION for ftp/curl shlib change
Notified by: Rotluchs (via IRC) |
|
1.8.3.2
de1aabf2c5
files touched
|
Wesley Shields (wxs) |
Update to 1.8.3.2.
Changes: https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.3.2.txt |
|
1.8.3.1
152ae02f69
files touched
|
Matthias Andree (mandree) |
If CONTRIB is enabled (default), add docbook-xml-450 as a direct build requisite. There have been reports about missing DocBook XML V4.5 DTDs, even though they do not show in Tinderbox builds: <http://lists.freebsd.org/pipermail/freebsd-ports/2013-June/084357.html>
Manually installing docbook-xml-450 appears to help: <http://lists.freebsd.org/pipermail/freebsd-ports/2013-June/084383.html> Approved by: wxs |
|
1.8.3.1
58948ea81a
files touched
|
Wesley Shields (wxs) |
Update to 1.8.3.1 Properly install git-subtree [1]
PR: [1] ports/178797 Submitted by: amdmi3@ |
|
1.8.2.3
124b00a56f
files touched
|
Andrej Zverev (az) |
- Fix build with new site_perl
Submitted by: olli hauer <ohauer@gmx.de> |
|
1.8.2.3
5c2a8164d7
files touched
|
Wesley Shields (wxs) |
Update to 1.8.2.3.
Changes: https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.2.3.txt |
|
1.8.2.2
2dbbb100a5
files touched
|
Wesley Shields (wxs) |
Update pkg-descr. Use text from git-scm.com which is more concise. While here, trim header.
PR: ports/178361 Submitted by: Kevin Zheng <kevinz5000@gmail.com> |
|
1.8.2.2
c90725b13b
files touched
|
Wesley Shields (wxs) |
Update to 1.8.2.2
Changes: https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.2.2.txt |
|
1.8.2.1
821843ca06
files touched
|
Marcus von Appen (mva) |
- Convert USE_ICONV=yes to USES=iconv - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
|
1.8.2.1
e159824929
files touched
|
Alex Kozlov (ak) |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
|
1.8.2.1
e985d7edf0
files touched
|
Wesley Shields (wxs) |
Update to 1.8.2.1.
Feature safe: yes |
|
1.8.2
183061fc74
files touched
|
Wesley Shields (wxs) |
Update to 1.8.2.
|
|
1.8.1.5
8938d5da8e
files touched
|
Wesley Shields (wxs) |
Update to 1.8.1.5.
|
|
1.8.1.3
03cceed935
files touched
|
Pietro Cerutti (gahr) |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
|
1.8.1.3
16e2a60b74
files touched
|
Wesley Shields (wxs) |
Update to 1.8.1.3.
Changes: https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.1.3.txt |
|
1.8.1.2
1e628289f4
files touched
|
Wesley Shields (wxs) |
Update to 1.8.1.2.
|
|
1.8.1.1
d87c4de462
files touched
|
Wesley Shields (wxs) |
Update to 1.8.1.1.
|
|
1.8.1
ec1c7b1c5a
files touched
|
Wesley Shields (wxs) |
Update to 1.8.1.
|
|
1.8.0.3
5d99dbb714
files touched
|
Wesley Shields (wxs) |
Update to 1.8.0.3.
|
|
1.8.0.2
fe36a879c0
files touched
|
Wesley Shields (wxs) |
Update to 1.8.0.2.
|
|
1.8.0.1
81273fd370
files touched
|
Wesley Shields (wxs) |
Update to 1.8.0.1
Feature safe: yes |
|
1.8.0
ab5e45b0e8
files touched
|
Wesley Shields (wxs) |
Add git_daemon to UIDs and GIDs. Make git_daemon run as the git_daemon user.
Requested by: lme@ Feature safe: yes |
|
1.8.0
525582863e
files touched
|
Wesley Shields (wxs) |
Update to 1.8.0.
Something to be aware of from the release notes: <snip> In the next major release (not *this* one), we will change the behavior of the "git push" command. When "git push [$there]" does not say what to push, we have used the traditional "matching" semantics so far (all your branches were sent to the remote as long as there already are branches of the same name over there). We will use the "simple" semantics that pushes the current branch to the branch with the same name, only when the current branch is set to integrate with that remote branch. There is a user preference configuration variable "push.default" to change this, and "git push" will warn about the upcoming change until you set this variable in this release. "git branch --set-upstream" is deprecated and may be removed in a relatively distant future. "git branch [-u|--set-upstream-to]" has been introduced with a saner order of arguments. </snip> Feature safe: yes |
|
1.7.12.4
56a21e0310
files touched
|
Wesley Shields (wxs) |
Update to 1.7.12.4
Feature safe: yes |
|
1.7.12.3
01bfd8621d
files touched
|
Wesley Shields (wxs) |
Update to 1.7.12.3.
Stop using LIBMD_SHA1, it's been useless for a while now. If we want to not use SHA1 from OpenSSL I can put BLK_SHA1 in, but since nobody has complained that we silently fell back to OpenSSL I'm going to stick with that for now. Pass NO_GETTEXT in MAKE_ARGS instead of MAKE_ENV. This actually works now[1]. PR: [1]: ports/171939 Submitted by: ohauer@ Feature safe: yes |
|
1.7.11.5
5baaf3560c
files touched
|
Wesley Shields (wxs) |
Update to 1.7.11.5
Changes: https://raw.github.com/git/git/master/Documentation/RelNotes/1.7.11.5.txt |
|
1.7.11.4
39815f51d8
files touched
|
Wesley Shields (wxs) |
Update to 1.7.11.4
Changes: https://raw.github.com/git/git/master/Documentation/RelNotes/1.7.11.4.txt |
|
1.7.11.3
80d9d27908
files touched
|
Wesley Shields (wxs) |
Update to 1.7.11.3
Changes: https://raw.github.com/git/git/master/Documentation/RelNotes/1.7.11.3.txt |
|
1.7.11.2
2b9205209c
files touched
|
Wesley Shields (wxs) |
Update to 1.7.11.2
Changes: https://raw.github.com/git/git/master/Documentation/RelNotes/1.7.11.2.txt |
|
1.7.11.1
cb5734da63
files touched
|
Wesley Shields (wxs) |
Update to 1.7.11.1 Convert to optionsNG Fix updating /etc/shells when using the package [1]
Submitted by: Marin Atanasov Nikolov [1] |
|
1.7.10.3
e6353d0b3d
files touched
|
Andrej Zverev (az) |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
|
1.7.10.3
d7dcd31f3f
files touched
|
Wesley Shields (wxs) |
Update to 1.7.10.3.
While here add some code to make sure I don't forget to include the optional distfile when building distinfo.[1] Suggested by: crees@ [1] |
|
1.7.10.2
b5092a782b
files touched
|
Wesley Shields (wxs) |
Add htmldocs to distinfo. I missed this in my last commit.
|
|
1.7.10.2
ce4db693b5
files touched
|
Wesley Shields (wxs) |
Update to 1.7.10.2.
I'm still working on fixing the bug when using curl with c-ares bindings. |
|
1.7.10.1
25f2d77bea
files touched
|
Wesley Shields (wxs) |
Update to 1.7.10.1 While here add iconv to CONFIGURE_ARGS to resolve build failures under certain conditions.[1]
PR: [1]: ports/167071 Submitted by: Trond Endrestøl <Trond.Endrestol@ximalas.info> |
|
1.7.9.6
40606459f3
files touched
|
Wesley Shields (wxs) |
Update to 1.7.9.6
Changes: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.9.6.txt Feature safe: yes |
|
1.7.9.5
11621dedad
files touched
|
Wesley Shields (wxs) |
Update to 1.7.9.5.
Changes: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.9.5.txt Feature safe: yes |
|
1.7.9.4
e4d97d18b1
files touched
|
Wesley Shields (wxs) |
Update to 1.7.9.4
Changes: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.9.4.txt Feature safe: yes |
|
1.7.9.3
324e6ddae2
files touched
|
Wesley Shields (wxs) |
Update to 1.7.9.3.
Feature safe: yes |
|
1.7.9.2
c6e27c0b84
files touched
|
Wesley Shields (wxs) |
Update to 1.9.7.2
Changes: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.9.2.txt |
|
1.7.9.1
b232d97435
files touched
|
Wesley Shields (wxs) |
Add missing distinfo.
Noticed by: ohauer@, Douglas Thrift |
|
1.7.9.1
01946d15f3
files touched
|
Wesley Shields (wxs) |
Update to 1.7.9.1.
Changes: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.9.1.txt |
|
1.7.9
dcad974083
files touched
|
Wesley Shields (wxs) |
Respect WITHOUT_NLS.
|
|
1.7.9
2a8d5c454a
files touched
|
Wesley Shields (wxs) |
Fix WWW in pkg-descr. git-scm.org redirects to git-scm.com.
|
|
1.7.9
2d83da4662
files touched
|
Wesley Shields (wxs) |
Update to 1.7.9
|
|
1.7.8.4
a711bf5911
files touched
|
Wesley Shields (wxs) |
- Update to 1.7.8.4.
|
|
1.7.8.3
83eb2c3700
files touched
|
Doug Barton (dougb) |
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. |
|
1.7.8.3
ec420c8dfd
files touched
|
Wesley Shields (wxs) |
Update to 1.7.8.3.
Changes: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.8.3.txt |
|
1.7.8.2
cf0cd0be41
files touched
|
Wesley Shields (wxs) |
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 |
|
1.7.8.1
12b5ff595b
files touched
|
Wesley Shields (wxs) |
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) |
|
1.7.8.1
3c4e640d55
files touched
|
Wesley Shields (wxs) |
- 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 |
|
1.7.8
9e7372c3b0
files touched
|
Wesley Shields (wxs) |
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> |
|
1.7.8
8b18d34ecb
files touched
|
Wesley Shields (wxs) |
Update to 1.7.8.
Changes: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.8.txt Feature safe: yes |
|
1.7.7.4
edbe655ed4
files touched
|
Wesley Shields (wxs) |
Update to 1.7.7.4.
Changelog: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.7.4.txt Feature safe: yes |
|
1.7.7.3
0b2c0031af
files touched
|
Wesley Shields (wxs) |
- Update to 1.7.7.3
Changelog: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.7.3.txt Feature safe: yes |
|
1.7.7.2
629d45c5ab
files touched
|
Wesley Shields (wxs) |
- Update to 1.7.7.2
Changelog: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.7.2.txt |
|
1.7.7.1
9f0e85e13c
files touched
|
Wesley Shields (wxs) |
- Update to 1.7.7.1
|
|
1.7.7
136f970701
files touched
|
Wesley Shields (wxs) |
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@ |
|
1.7.7
a8f9d2f998
files touched
|
Wesley Shields (wxs) |
Remove support for WITH_SVN_FBSD.
|
|
1.7.7
4bf1d40623
files touched
|
Lev A. Serebryakov (lev) |
Remove depndency on devel/subversion-freebsd, as it was removed.
|
|
1.7.7
f1857b943b
files touched
|
Wesley Shields (wxs) |
- Remove duplicate plist entry.
|
|
1.7.7
05883c3adc
files touched
|
Wesley Shields (wxs) |
- Update to 1.7.7.
|
|
1.7.6.1
cfa1a0edff
files touched
|
Wesley Shields (wxs) |
- Fix MASTER_SITES while kernel.org is down.
Submitted by: az@, gjb@ |
|
1.7.6.1
d3437bb913
files touched
|
Wesley Shields (wxs) |
- Update to 1.7.6.1.
Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.6.1.txt |
|
1.7.6
dfd401b7cb
files touched
|
Wesley Shields (wxs) |
- 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@ |
|
1.7.6
80c9d14119
files touched
|
Wesley Shields (wxs) |
- 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@ |
|
1.7.5.4
76c39c7435
files touched
|
Wesley Shields (wxs) |
- Fix build with clang by being specific about pthread library.
Submitted by: sahil@ |
|
1.7.5.4
cfbc0f28de
files touched
|
Wesley Shields (wxs) |
- Add missing file to plist, forgot in the last commit.
|
|
1.7.5.4
143c2e1531
files touched
|
Wesley Shields (wxs) |
- Update to 1.7.5.4.
Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.5.4.txt |
|
1.7.5.3
f145c94a25
files touched
|
Wesley Shields (wxs) |
- Update to 1.7.5.3.
Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.5.3.txt |
|
1.7.5.2
20ac3a1fa4
files touched
|
Wesley Shields (wxs) |
Update to 1.7.5.2
Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.5.2.txt |
|
1.7.5.1
558cf0f150
files touched
|
Wesley Shields (wxs) |
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 |
|
1.7.4.5
d9df5b3ac5
files touched
|
Wesley Shields (wxs) |
Update to 1.7.4.5 - purely documentation fixes.
|
|
1.7.4.4
9c638c5fe2
files touched
|
Wesley Shields (wxs) |
Update to 1.7.4.4
Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.4.4.txt |
|
1.7.4.3
758eba9c82
files touched
|
Wesley Shields (wxs) |
Add OPTION for subversion-freebsd dependency.
PR: ports/156234 Submitted by: dougb@ |
|
1.7.4.3
f70d46b6f5
files touched
|
Wesley Shields (wxs) |
Update to 1.7.4.3.
Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.4.3.txt |
|
1.7.4.2
810dd512d7
files touched
|
Wesley Shields (wxs) |
Update to 1.7.4.2.
Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.4.2.txt |
|
1.7.4.1
3d622c46f3
files touched
|
Wesley Shields (wxs) |
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 |
|
1.7.3.5
7f2516237e
files touched
|
Wesley Shields (wxs) |
Update to 1.7.3.5
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.3.5.txt |
|
1.7.3.4
61b00dc879
files touched
|
Wesley Shields (wxs) |
Update to 1.7.3.4.
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.3.4.txt |
|
1.7.3.3
bfee677107
files touched
|
Wesley Shields (wxs) |
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." |
|
1.7.3.2
1d1e512ae9
files touched
|
Wesley Shields (wxs) |
Update to 1.7.3.2
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.3.2.txt |
|
1.7.3.1
bb66e11bbb
files touched
|
Wesley Shields (wxs) |
Update to 1.7.3.1.
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.3.1.txt |
|
1.7.3
4401394917
files touched
|
Wesley Shields (wxs) |
Update to 1.7.3
Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.3.txt |
|
1.7.2.3
623260c877
files touched
|
Wesley Shields (wxs) |
Update to 1.7.2.3
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.2.3.txt |
|
1.7.2.2
1d4374a418
files touched
|
Wesley Shields (wxs) |
Update to 1.7.2.2
|
|
1.7.1.1
d0b563983c
files touched
|
Wesley Shields (wxs) |
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 |
|
1.7.1.1
dbebd471ca
files touched
|
Wesley Shields (wxs) |
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 |
|
1.7.1.1
3b9637116b
files touched
|
Wesley Shields (wxs) |
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 |
|
1.7.1
6ded77e4cc
files touched
|
Wesley Shields (wxs) |
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) |
|
1.7.0.6
c94c94b684
files touched
|
Wesley Shields (wxs) |
Update to 1.7.0.6
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.0.6.txt |
|
1.7.0.5
bf1ec2cf29
files touched
|
Wesley Shields (wxs) |
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) |
|
1.7.0.4
b4283b48ed
files touched
|
Wesley Shields (wxs) |
- Remove dependencies when HTMLDOCS is selected by using pre-generated documentation. - Do not fetch signatures by wrapping them in MAINTAINER_MODE check.
|
|
1.7.0.4
00b84257b0
files touched
|
Wesley Shields (wxs) |
Update to 1.7.0.4
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.0.4.txt |
|
1.7.0.3
1d6b4b3f91
files touched
|
Doug Barton (dougb) |
Begin the process of deprecating sysutils/rc_subr by s#. %%RC_SUBR%%#. /etc/rc.subr#
|
|
1.7.0.3
d78f3973ac
files touched
|
Wesley Shields (wxs) |
Update to 1.7.0.3
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.0.3.txt |
|
1.7.0.2
9d0b79a142
files touched
|
Wesley Shields (wxs) |
- 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> |
|
1.7.0.1
53357887f4
files touched
|
Wesley Shields (wxs) |
- 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 |
|
1.7.0
6b58ab4774
files touched
|
Wesley Shields (wxs) |
- 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 |
|
1.6.6.2
046b45bdba
files touched
|
Wesley Shields (wxs) |
- 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> |
|
1.6.6.1
8a0e20bfcd
files touched
|
Wesley Shields (wxs) |
- Remove OLD_ICONV=yes as it is set in the distribution now. No functional changes to the package.
|
|
1.6.6.1
b93b277e62
files touched
|
Mark Linimon (linimon) |
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 |
|
1.6.6.1
6f1a69040f
files touched
|
Wesley Shields (wxs) |
- Update to 1.6.6.1
|
|
1.6.6
9ef9d83771
files touched
|
Wesley Shields (wxs) |
- Install missing gitweb.js if GITWEB option is selected.
Submitted by: Marc Branchaud (private mail) |
|
1.6.6
706e8c1153
files touched
|
Wesley Shields (wxs) |
- 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 |
|
1.6.5.7
aeddfb7a25
files touched
|
Wesley Shields (wxs) |
- Update to 1.6.5.7
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.7.txt |
|
1.6.5.6
21d453671b
files touched
|
Wesley Shields (wxs) |
- Update to 1.6.5.6
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.6.txt |
|
1.6.5.5
10303a2437
files touched
|
Wesley Shields (wxs) |
- 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 |
|
1.6.5.3
771c359d86
files touched
|
Wesley Shields (wxs) |
- Update to 1.6.5.3
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.3.txt |
|
1.6.5.2
7bdae62dce
files touched
|
Wesley Shields (wxs) |
- 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> |
|
1.6.5.1
5d93d5a6ee
files touched
|
Wesley Shields (wxs) |
- Update to 1.6.5.1
Changlog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.1.txt |
|
1.6.5
8bb26ffaf1
files touched
|
Wesley Shields (wxs) |
- 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
|
|
1.6.4.4
8960d5500b
files touched
|
Wesley Shields (wxs) |
- 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 |
|
1.6.4.3
aacc1351d5
files touched
|
Wesley Shields (wxs) |
- Update to 1.6.4.3 - Flip GUI option to OFF by default
Feature safe: yes |
|
1.6.4.2
56b4fea1a0
files touched
|
Wesley Shields (wxs) |
- Update to 1.6.4.2
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.4.2.txt |
|
1.6.4.1
ffb0e701f1
files touched
|
Wesley Shields (wxs) |
- 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> |
|
1.6.4
ade2e068ee
files touched
|
Wesley Shields (wxs) |
- 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 |
|
1.6.3.3
86559d1229
files touched
|
Wesley Shields (wxs) |
- Update to 1.6.3.3 - remove now unnecessary patch for DoS issue.
|
|
1.6.3.2
99213c253b
files touched
|
Wesley Shields (wxs) |
- Add more HTML documentation by removing an unnecessary part of a patch.
Submitted by: Mike Harding (private mail) |
|
1.6.3.2
5543089937
files touched
|
Wesley Shields (wxs) |
- Fix the DoS issue using the patch from upstream.
Security: d9b01c08-59b3-11de-828e-00e0815b8da8 |
|
1.6.3.2
cc4b6e0e8b
files touched
|
Wesley Shields (wxs) |
- 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 |
|
1.6.3.1
1b1ee73d94
files touched
|
Wesley Shields (wxs) |
- Use brand new MASTER_SITE_KERNEL_ORG
PR: ports/134566 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> |
|
1.6.3.1
9a4efa5ceb
files touched
|
Wesley Shields (wxs) |
- 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 |
|
1.6.2.5
c6eb35f215
files touched
|
Wesley Shields (wxs) |
- Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which is MAKE_JOBS_UNSAFE).
|
|
1.6.2.5
deb372b177
files touched
|
Wesley Shields (wxs) |
- 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> |
|
1.6.2.4
443494d58f
files touched
|
Wesley Shields (wxs) |
- [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] |
|
1.6.2.2
1218fca6a7
files touched
|
Wesley Shields (wxs) |
- Update to 1.6.2.2.
|
|
1.6.1.3
48d5b77515
files touched
|
Wesley Shields (wxs) |
- Switch to USE_TK= 84+
PR: ports/132386 Submitted by: "Scot W. Hetzel" <swhetzel@gmail.com> Approved by: mm, wxs (maintainer) |
|
1.6.1.3
dd6a416452
files touched
|
Wesley Shields (wxs) |
- 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 |
|
1.6.1
c189a6b2da
files touched
|
Peter Pentchev (roam) |
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.
|
|
1.6.1
5d5ea09f19
files touched
|
Wesley Shields (wxs) |
- Update to 1.6.1
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.1.txt |
|
1.6.0.6
6516c6f790
files touched
|
Wesley Shields (wxs) |
- Update to 1.6.0.6 - No longer broken when using HTMLDOCS [1] - Cleanup pkg-plist a bit
Submitted by: [1]: Ashish Shukla |
|
1.6.0.5
258051cced
files touched
|
Wesley Shields (wxs) |
- Fix git-p4import so it is not zero size.
PR: ports/129689 Submitted by: Evan Powers <evan.powers+bsdbug@gmail.com> |
|
1.6.0.5
5bc7f0f8f4
files touched
|
Wesley Shields (wxs) |
- Update to 1.6.0.5 - Mark as BROKEN if HTMLDOCS is selected (asciidoc update broke it)
|
|
1.6.0.4
415da07fcd
files touched
|
Wesley Shields (wxs) |
- Update to 1.6.0.4. - git-shell and git-cvsserver are now also installed in $PREFIX/bin
|
|
1.6.0.3
0736bb5875
files touched
|
Wesley Shields (wxs) |
Add some missing man pages.
|
|
1.6.0.3
52aa4b62a0
files touched
|
Wesley Shields (wxs) |
- Install git.1 [1] - Fix location of git-shell in post-install target.
PR: ports/128495 Submitted by: mtbakerguy@yahoo.com [1] |
|
1.6.0.3
bfcb4cb85d
files touched
|
Wesley Shields (wxs) |
- 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] |
|
1.6.0.2
278c3f1925
files touched
|
Wesley Shields (wxs) |
Remove trailing \.
Noticed by: rnoland |
|
1.6.0.2
4ba4c2bb87
files touched
|
Wesley Shields (wxs) |
- Update to 1.6.0.2 - Restore fix for "git help foo" bug.
|
|
1.6.0.1
937f0157ab
files touched
|
Wesley Shields (wxs) |
Add a verify target to make maintaining easier.
|
|
1.6.0.1
b3a2bbe8d1
files touched
|
Wesley Shields (wxs) |
- 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 |
|
1.5.6.4
e3b28d09d1
files touched
|
Wesley Shields (wxs) |
- 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] |
|
1.5.6.2
493d7262ee
files touched
|
Wesley Shields (wxs) |
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> |
|
1.5.6
4a7cd59dfb
files touched
|
Wesley Shields (wxs) |
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 |
|
1.5.5.4
9653cbbe3c
files touched
|
Wesley Shields (wxs) |
Take maintainership.
Approved by: anholt |
|
1.5.5.4
9c8bf9fa3c
files touched
|
Wesley Shields (wxs) |
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] |
|
1.5.5
2f703c4403
files touched
|
Eric Anholt (anholt) |
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> |
|
1.5.3.8
32b3f016a3
files touched
|
Florent Thoumie (flz) |
Fix USE_RC_SUBR after I renamed the script.
Reported by: pavbot Approved by: anholt (maintainer, implicit) |
|
1.5.3.8
c3d4fb7e4c
files touched
|
Florent Thoumie (flz) |
Rename git-daemon.in to git_daemon.in.
Suggested by: dougb Approved by: anholt (maintainer, implicit) |
|
1.5.3.8
c375eaddc0
files touched
|
Florent Thoumie (flz) |
- 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) |
|
1.5.3.2
0fd3449467
files touched
|
Pav Lucistnik (pav) |
- Patch Perl module to install Git.3 in usual directory; fixes packaging
Reported by: pointyhat Approved by: portmgr (hat) |
|
1.5.3.2
6e0e3c8f91
files touched
|
Eric Anholt (anholt) |
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> |
|
1.5.2.1
42542fb076
files touched
|
Gabor Kovesdan (gabor) |
- 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) |
|
1.5.2.1
615251cdbe
files touched
|
Eric Anholt (anholt) |
git: Update to 1.5.2.1, and use prebuilt manpages instead of asciidoc.
PR: ports/113541 Submitted by: Ed Schouten <ed@fxq.nl> |
|
1.5.2
6e7faaeeed
files touched
|
Alexander Botero-Lowry (alexbl) |
- obey CFLAGS - make WITHOUT_GUI work properly
PR: 113030 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: anholt (maintainer) |
|
1.5.2
136b671b33
files touched
|
Alexander Botero-Lowry (alexbl) |
- remove patch I forgot to remove in 1.5.2 update
|
|
1.5.2
954fa5222a
files touched
|
Alexander Botero-Lowry (alexbl) |
- update to 1.5.2
Approved by: anholt (maintainer) |
|
1.5.0.3
d693300227
files touched
|
Eric Anholt (anholt) |
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> |
|
1.4.4.4
d4f0d0048a
files touched
|
Florent Thoumie (flz) |
- Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
1.4.4.4
742afb2edb
files touched
|
Eric Anholt (anholt) |
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.
|
|
1.4.4.4
2bf1acec1b
files touched
|
Eric Anholt (anholt) |
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. |
|
1.4.4
d9e6c79b87
files touched
|
Eric Anholt (anholt) |
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 |
|
1.4.4
be870afa89
files touched
|
Eric Anholt (anholt) |
[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> |
|
1.4.3.4
9a9d970a4e
files touched
|
Alexander Botero-Lowry (alexbl) |
- update to 1.4.3.4
Approved by: anholt |
|
1.4.1
a4900643cc
files touched
|
Eric Anholt (anholt) |
Update to 1.4.1.
PR: ports/100336 Submitted by: chinsan <chinsan.tw@gmail.com> |
|
1.4.0
a1702324ae
files touched
|
Eric Anholt (anholt) |
Update to 1.4.0, bringing us git-p4import, along with the usual round of fixes.
|
|
1.3.2
ef1406bc72
files touched
|
Eric Anholt (anholt) |
Update to 1.3.2, adding annotate/blame and a few more commands, along with the usual bugfixes and UI improvements.
|
|
1.2.6
2aef8d55a5
files touched
|
Eric Anholt (anholt) |
Update to 1.2.6, and tune the cogito CONFLICTS to .10 to .12, since .17.2 will live side-by-side in harmony.
|
|
1.2.4
a2281f49bb
files touched
|
Eric Anholt (anholt) |
Update to 1.2.4, and depend on cvsps-devel rather than the stale cvsps port.
|
|
1.2.2
0b49aec1cc
files touched
|
Eric Anholt (anholt) |
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).
|
|
1.2.0
c2a664aeff
files touched
|
Eric Anholt (anholt) |
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> |
|
1.2.0
eca9d83441
files touched
|
Eric Anholt (anholt) |
Update to 1.2.0, and use the new asciidoc port to generate and install manpages.
|
|
1.1.6
beec8de8c1
files touched
|
Eric Anholt (anholt) |
Register CONFLICTS between ports that install bin/git.
PR: ports/93315 Submitted by: John E. Hein <jhein@timing.com> |
|
1.1.6
86fb82ffe7
files touched
|
Eric Anholt (anholt) |
Add missing LIB_DEPENDS on expat.
Reported by: pointyhat (via kris) |
|
1.1.6
ec2e49fc11
files touched
|
Eric Anholt (anholt) |
Fix botched path correction that resulted in merges not working.
|
|
1.1.6
ca58d02f95
files touched
|
Eric Anholt (anholt) |
Add a port for git, a distributed SCM used by the Linux kernel and likely soon many freedesktop.org projects.
|