aboutsummaryrefslogtreecommitdiff
path: root/devel/gitolite2
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Cleanup plistBaptiste Daroussin2014-10-271-6/+0
| | | | Notes: svn path=/head/; revision=371544
* 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
* Add stagedir support to devel/gitolite2Jonathan Chu2014-06-021-21/+25
| | | | | | | | | | | - stagedir support - milki local distfiles - USES=shebangfix Approved by: swills (mentor) Notes: svn path=/head/; revision=356257
* Update maintainer email addressJonathan Chu2014-01-211-1/+1
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=340549
* - Update to 2.3.1_1Steve Wills2013-11-143-5/+11
| | | | | | | | | | | - Fix package name collision - Use github master site PR: ports/183382 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=333780
* Fix package name collisionBaptiste Daroussin2013-10-141-0/+1
| | | | Notes: svn path=/head/; revision=330275
* 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=327371
* - Convert to OptionsNGSteve Wills2013-04-241-8/+5
| | | | | | | | | | - Update master site PR: ports/177162 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=316472
* - Update to 2.3.1Sylvio Cesar Teixeira2012-05-314-17/+5
| | | | | | | | PR: ports/168380 Submitted by: Milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=297895
* - Connect legacy gitolite2 port to buildChris Rees2012-05-072-3/+6
| | | | | | | | | | - Register CONFLICTS with latest gitolite port PR: ports/167440 Submitted by: milki <milki@rescomp.berkeley.edu> Notes: svn path=/head/; revision=296150
* - 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