non port: devel/gitolite/Makefile |
Number of commits found: 50 |
Wednesday, 7 Sep 2022
|
21:10 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)
b7f0544 |
Tuesday, 14 Sep 2021
|
10:55 Bernhard Froehlich (decke)
devel/gitolite: Fix CPE information because current one is deprecated
Approved by: portmgr (blanket)
dcf96ed |
Saturday, 8 May 2021
|
09:25 Dimitry Andric (dim)
devel/gitolite: fix typo in contrib description
97d514c |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 31 Aug 2020
|
13:11 mat
Cleanup a few of my ports.
No functional changes.
 |
Tuesday, 4 Aug 2020
|
15:09 mat
Update to 3.6.12.
 |
Wednesday, 22 Apr 2020
|
08:23 mat
Allow using keys with existing options.
Submitted by: bapt
Differential Revision: https://reviews.freebsd.org/D24529
 |
Monday, 14 Jan 2019
|
14:05 tobik
Cleanup RLN usage
RLN is based on install(1) and -s means "run strip(1) on the installed
binary". install(1) ignores -s when it makes a link, so it "works"
now instead of failing when it links non-binaries.
 |
Wednesday, 9 Jan 2019
|
13:12 mat
Update to 3.6.11.
MFH: 2019Q1
Security: https://github.com/sitaramc/gitolite/commit/5df2b817255ee919991da6c310239e08c8fcc1ae
 |
Thursday, 4 Oct 2018
|
08:45 mat
Update to 3.6.10.
 |
Monday, 10 Sep 2018
|
10:29 mat
Update to 3.6.9.
 |
Thursday, 12 Jul 2018
|
08:42 mat
Update to 3.6.8.
Sponsored by: Absolight
 |
Friday, 14 Jul 2017
|
07:57 mat
Fix shebang in hooks.
PR: 220716
Reported by: Christian Geier
Sponsored by: Absolight
 |
Monday, 3 Jul 2017
|
12:14 mat
Update to 3.6.7 and take maintainership.
Remove extra WWW line, only the first one is ever used.
Sponsored by: Absolight
 |
Saturday, 10 Sep 2016
|
10:47 ohauer
- update to v3.6.6
2016-09-08 v3.6.6
- simple but important fix for a future perl deprecation
(perl will be removing "." from @INC in 5.24)
- 'perms' now requires a '-c' to activate batch mode
(should not affect interactive use but check your scripts
perhaps?)
- gitolite setup now accepts a '-m' option to supply a
custom message (useful when it is used by a script)
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 21 Feb 2016
|
13:33 ohauer
- update to v3.6.5
Changes:
2016-02-20 v3.6.5
- allow creator check to be bypassed during mirroring
- handle new style ssh fingerprinting correctly (thanks to
Robin Johnson)
- allow pre-auto-gc as a repo-specific hook
- optimise mirror pushes for heavily used repos
- create-with-reference trigger: on repo creation, setup
objects/info/alternates for a server side alternate object
store.
- 'mirror status all all' prints a list of repos that have
*some* error, which is arguably more useful for further
action/processing
- allow incrementally adding more repo-specific hooks
 |
Saturday, 13 Feb 2016
|
09:12 ohauer
- update to 3.6.4
- remove MASTER_SITES/LOCAL, they are not needed with GH
- fix VERSION
- make ssh-authkeys-split work with sh instead bash
2015-11-01 v3.6.4
- a ref-create bug in wild repos was fixed
- some contrib code related to AD integration, and to
redmine user aliases
- teach Alias.pm a few new tricks
- remove a race condition in 'create' command that affected
the 'default roles' setting
- make 'who-pushed' more efficient (local push logs, and
'tip search')
- 'gitolite query-rc' learns '-d' ('--dump') option
2015-04-26 v3.6.3
- allow limited use of 'git config' using the new 'config' command
- accept openssh 6.8's new fingerprint output format
- (finally!) allow limited symlinks within ~/repositories;
see commit 8e36230 for details
- perms command now lists available roles
- minor backward compat breakage: 'perms -l repo' no longer
works; see 'perms -h' for new usage
- allow gitolite-shell to be used as $SHELL (experts only;
no support, no docs; see commit 9cd1e37 for details)
- help with 'git push --signed' using a post-receive hook to
adopt push certs into 'refs/push-certs'; for details see
contrib/hooks/repo-specific/save-push-signatures
- new 'transparent proxy' feature for git repos; see
src/lib/Gitolite/Triggers/TProxy.pm for details
2014-11-10 v3.6.2
- disable ../ everywhere (see mailing list thread for details)
- VREF/NAME_NC -- like VREF/NAME but for new commits only.
Details within src/VREF/NAME_NC.
- allow gitolite.conf to be tested locally; details within
contrib/utils/gitolite-local
 |
Sunday, 24 Jan 2016
|
20:02 amdmi3
- Add NO_ARCH
- Switch to options helpers
 |
Wednesday, 20 Jan 2016
|
15:33 culot
- Reassign milki@'s ports after his commit bit was taken in for safekeeping
 |
Friday, 8 May 2015
|
08:24 amdmi3
- Add LICENSE_FILE
- Add CPE info
- Fix whitespace
Approved by: portmgr blanket
 |
Wednesday, 6 May 2015
|
15:16 mat
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
 |
Thursday, 19 Mar 2015
|
16:44 bdrewery
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
 |
Wednesday, 26 Nov 2014
|
13:08 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
 |
Tuesday, 15 Jul 2014
|
05:27 milki
Unmute build steps, DOCS options
Approved by: swills (mentor)
 |
Thursday, 26 Jun 2014
|
16:51 milki
Update gitolite to 3.6.1,1
Changes:
https://github.com/sitaramc/gitolite/blob/v3.6.1/CHANGELOG
https://github.com/sitaramc/gitolite/compare/v3.6...v3.6.1
Approved by: swills (mentor)
 |
Tuesday, 10 Jun 2014
|
07:39 olgeni
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt)
 |
Saturday, 24 May 2014
|
21:26 milki
Update to 3.6,1
- New RUN_DEPENDS p5-JSON
Approved by: swills (mentor)
 |
Sunday, 18 May 2014
|
02:59 milki
Update gitolite to 3.5.3.1,1
Changes: https://github.com/sitaramc/gitolite/blob/v3.5.3.1/CHANGELOG
Approved by: swills (mentor)
 |
Tuesday, 21 Jan 2014
|
05:12 milki
Update maintainer email address
Approved by: swills (mentor)
 |
Thursday, 14 Nov 2013
|
18:30 swills
- Update to 3.5.2,1
- Use GH mastersite
- Support stagedir
PR: ports/183371
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
 |
Friday, 20 Sep 2013
|
17:04 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
 |
Monday, 16 Sep 2013
|
10:58 az
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
 |
Wednesday, 24 Apr 2013
|
19:18 swills
- Update master site
PR: ports/177430
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
 |
17:54 swills
- Update to 3.5.1
PR: ports/177430
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
 |
Thursday, 14 Mar 2013
|
11:31 miwi
- Update to 3.4
PR: 176789
Submitted by: William Grzybowski <william88@gmail.com>
Approved by: naintainer
 |
Sunday, 17 Feb 2013
|
20:08 swills
- Update to 3.3,1
PR: ports/175727
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
 |
Sunday, 13 Jan 2013
|
20:40 swills
- Update to 3.2
Changes:
https://github.com/sitaramc/gitolite/blob/5f9789ed8ee519a5987e8fede7f3e65001f4f9c0/CHANGELOG
https://github.com/sitaramc/gitolite/compare/v3.1...v3.2
PR: ports/175243
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
 |
Thursday, 11 Oct 2012
|
01:40 swills
- Update devel/gitolite to 3.1
- Document security issue in devel/gitolite
PR: ports/172565
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
Reviewed by: eadler
Security: f94befcd-1289-11e2-a25e-525400272390
Feature safe: yes
 |
Sunday, 5 Aug 2012
|
19:36 swills
- Update to 3.04
PR: ports/170394
Submitted by: milki <milki@rescomp.berkeley.edu>
 |
Thursday, 31 May 2012
|
19:14 sylvio
- Update to 3.0.3
PR: ports/168378
Submitted by: Milki <milki@rescomp.berkeley.edu> (maintainer)
 |
Tuesday, 8 May 2012
|
18:02 crees
Correct pkg-message instructions on providing gitolite
Submitted by: maintainer via email
 |
Monday, 7 May 2012
|
16:52 crees
- Update to 3.01
- Register CONFLICTS with gitolite2 legacy port
PR: ports/167440
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
 |
Friday, 17 Feb 2012
|
11:50 culot
- Update to 2.3
Changes: https://raw.github.com/sitaramc/gitolite/pu/doc/CHANGELOG
PR: ports/165222
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
 |
Sunday, 12 Feb 2012
|
19:55 jgh
- Update to 2.2.1
PR: ports/165022
Submitted by: maintainer, milki at rescomp.berkeley.edu
 |
Monday, 6 Feb 2012
|
09:15 tdb
- Update to 2.2
Changes:
https://github.com/sitaramc/gitolite/blob/pu/doc/CHANGELOG
https://github.com/sitaramc/gitolite/compare/v2.1...v2.2
PR: ports/164809
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
 |
Friday, 30 Sep 2011
|
11:39 tdb
- Update to 2.1
Changes:
https://groups.google.com/d/topic/gitolite/CzL4g1vuqbY/discussion
https://github.com/sitaramc/gitolite/compare/v2.0.3...v2.1
PR: ports/161147
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
 |
Saturday, 24 Sep 2011
|
11:16 dhn
- Update to 2.0.3
PR: ports/160940
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
 |
Friday, 29 Jul 2011
|
22:16 tdb
- Add new port gitolite:
Gitolite is an access control layer on top of git, which allows access control
down to the branch level, including specifying who can and cannot rewind a
given branch.
Gitolite lets you use a single user on a server to host many git repositories
and provide access to many developers, without having to give them real
userids on or shell access to the server. Authentication is most commonly done
using sshd, but you can also use httpd if you prefer.
Gitolite can restrict who can read from (clone/fetch) or write to (push) a
repository. It can also restrict who can push to what branch or tag, which is
very important in a corporate environment.
WWW: https://github.com/sitaramc/gitolite
PR: ports/159260
Submitted by: milki <milki at rescomp.berkeley.edu>
 |
Number of commits found: 50 |