aboutsummaryrefslogtreecommitdiff
path: root/devel/gitolite
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - update to v3.6.5Olli Hauer2016-02-214-8/+10
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=409287
* - update to 3.6.4Olli Hauer2016-02-134-11/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=408775
* - Add NO_ARCHDmitry Marakasov2016-01-241-14/+7
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=407175
* - Reassign milki@'s ports after his commit bit was taken in for safekeepingFrederic Culot2016-01-201-1/+1
| | | | Notes: svn path=/head/; revision=406774
* - Add LICENSE_FILEDmitry Marakasov2015-05-081-2/+5
| | | | | | | | | | - Add CPE info - Fix whitespace Approved by: portmgr blanket Notes: svn path=/head/; revision=385732
* Update ports in the [bcd]* categories to not use GH_COMMIT.Mathieu Arnold2015-05-062-7/+5
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385521
* Update USE_GITHUB so it does not require GH_COMMIT.Bryan Drewery2015-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=381618
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-271-12/+0
| | | | Notes: svn path=/head/; revision=371544
* Unmute build steps, DOCS optionsJonathan Chu2014-07-151-14/+12
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=361866
* Update gitolite to 3.6.1,1Jonathan Chu2014-06-263-4/+8
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=359397
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-101-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357277
* Update to 3.6,1Jonathan Chu2014-05-243-6/+9
| | | | | | | | | - New RUN_DEPENDS p5-JSON Approved by: swills (mentor) Notes: svn path=/head/; revision=355091
* Update gitolite to 3.5.3.1,1Jonathan Chu2014-05-183-12/+13
| | | | | | | | | Changes: https://github.com/sitaramc/gitolite/blob/v3.5.3.1/CHANGELOG Approved by: swills (mentor) Notes: svn path=/head/; revision=354386
* Update maintainer email addressJonathan Chu2014-01-211-1/+1
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=340549
* - Update to 3.5.2,1Steve Wills2013-11-143-12/+14
| | | | | | | | | | | - Use GH mastersite - Support stagedir PR: ports/183371 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=333782
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 2) Notes: svn path=/head/; revision=327723
* - convert to the new perl5 frameworkAndrej Zverev2013-09-161-1/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327380
* - Update master siteSteve Wills2013-04-241-1/+1
| | | | | | | | PR: ports/177430 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=316471
* - Update to 3.5.1Steve Wills2013-04-243-3/+5
| | | | | | | | PR: ports/177430 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=316461
* - Update to 3.4Martin Wilke2013-03-143-13/+15
| | | | | | | | | PR: 176789 Submitted by: William Grzybowski <william88@gmail.com> Approved by: naintainer Notes: svn path=/head/; revision=314145
* - Update to 3.3,1Steve Wills2013-02-173-5/+9
| | | | | | | | PR: ports/175727 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=312444
* - Update to 3.2Steve Wills2013-01-134-8/+10
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=310331
* - Update devel/gitolite to 3.1Steve Wills2012-10-113-5/+11
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=305697
* - Update to 3.04Steve Wills2012-08-054-7/+30
| | | | | | | | PR: ports/170394 Submitted by: milki <milki@rescomp.berkeley.edu> Notes: svn path=/head/; revision=302129
* - Update to 3.0.3Sylvio Cesar Teixeira2012-05-314-8/+15
| | | | | | | | PR: ports/168378 Submitted by: Milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=297894
* Correct pkg-message instructions on providing gitoliteChris Rees2012-05-082-1/+2
| | | | | | | Submitted by: maintainer via email Notes: svn path=/head/; revision=296236
* - Update to 3.01Chris Rees2012-05-076-114/+100
| | | | | | | | | | - Register CONFLICTS with gitolite2 legacy port PR: ports/167440 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=296149
* - Update to 2.3Frederic Culot2012-02-172-4/+3
| | | | | | | | | Changes: https://raw.github.com/sitaramc/gitolite/pu/doc/CHANGELOG PR: ports/165222 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=291561
* - Update to 2.2.1Jason Helfman2012-02-122-3/+3
| | | | | | | | PR: ports/165022 Submitted by: maintainer, milki at rescomp.berkeley.edu Notes: svn path=/head/; revision=291075
* - Update to 2.2Tim Bishop2012-02-062-3/+3
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=290475
* - Update to 2.1Tim Bishop2011-09-303-5/+6
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=282663
* - Update to 2.0.3Dennis Herrmann2011-09-243-5/+5
| | | | | | | | PR: ports/160940 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=282299
* - Add new port gitolite:Tim Bishop2011-07-297-0/+192
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> Notes: svn path=/head/; revision=278544