Port details |
- rubygem-gitlab_git GitLab wrapper around git objects
- 10.7.0_3,1 devel =2 10.7.0_3,1Version of this port present on the latest quarterly branch.
- Maintainer: ruby@FreeBSD.org
- Port Added: 2013-10-25 03:21:05
- Last Update: 2024-03-05 01:57:55
- Commit Hash: d86e421
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://gitlab.com/gitlab-org/gitlab_git
- Description:
- GitLab wrapper around git objects
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-gitlab_git>0:devel/rubygem-gitlab_git
- To install the port:
- cd /usr/ports/devel/rubygem-gitlab_git/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-gitlab_git
- pkg install rubygem-gitlab_git
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-gitlab_git
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1483343774
SHA256 (rubygem/gitlab_git-10.7.0.gem) = 5566c99586a84784dac8db1d9c2c6245daf89f73db9f2796f21a0c8c6933d95a
SIZE (rubygem/gitlab_git-10.7.0.gem) = 28160
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-activesupport4>=4.0 : devel/rubygem-activesupport4
- rubygem-charlock_holmes>=0.7.3 : textproc/rubygem-charlock_holmes
- rubygem-github-linguist>=4.7.0 : textproc/rubygem-github-linguist
- rubygem-rugged>=0.24.0 : devel/rubygem-rugged
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-gitlab_git
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
10.7.0_3,1 05 Mar 2024 01:57:55 |
Yasuhiro Kimura (yasu) |
devel/ruby-gems: Update to 3.5.6
While here, mark textproc/rubygem-nokogumbo as BROKEN because build
fails with clean latest ports tree and all supported ruby versions.
ChangeLog: https://github.com/rubygems/rubygems/blob/v3.5.6/CHANGELOG.md
PR: 276884
Approved by: sunpoet (ruby@, maintainer)
Exp-run by: antoine |
10.7.0_3,1 17 Jan 2023 01:07:50 |
Yasuhiro Kimura (yasu) |
devel/ruby-gems: Update to 3.4.2
ChangeLog: https://github.com/rubygems/rubygems/releases/tag/v3.4.2
PR: 268578
Approved by: meta (ruby@, maintainer)
Exp-run by: antoine |
10.7.0_3,1 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
07 Sep 2022 21:58:51 |
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) |
10.7.0_3,1 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
10.7.0_3,1 20 Feb 2022 13:06:12 |
Dan Langille (dvl) |
devel/ruby-gems: Update to 3.3.7
These are fixes Ruby 3.0
Changes were compiled against all dependencies of devel/ruby-gems and
they all built cleanly.
There are five known build failures, all prexisting:
* devel/rubygem-xdg5: requires Ruby 3.0
* devel/rubygem-xdg: requires Ruby 3.1
* graphics/rubygem-objectdetect: port explicitly marked broken
* mail/rubygem-tmail: port explicitly marked broken
* science/cdcl: marked broken, unfetchable
Plus, science/rubygem-ruby-dcl gets skipped because of science/cdcl
PR: 258108
Approved by: ruby (zi@) |
10.7.0_3,1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
10.7.0_3,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
10.7.0_3,1 19 Apr 2020 03:55:23 |
tobik |
devel/libgit2: Update to 1.0.0
Changes: https://github.com/libgit2/libgit2/releases/tag/v1.0.0
ABI: https://abi-laboratory.pro/tracker/timeline/libgit2
Approved by: mfechner (maintainer)
Differential Revision: https://reviews.freebsd.org/D24471 |
10.7.0_2,1 19 Mar 2020 05:47:59 |
tobik |
devel/libgit2: Update to 0.99.0
- Switch to the release tarballs libgit2 now publishes
- Drop CURL option since it is no longer used
- Use system libpcre instead of the bundled one
- Hook up tests
- Bump consumers for ABI changes
Changes: https://github.com/libgit2/libgit2/releases/tag/v0.99.0
ABI: https://abi-laboratory.pro/tracker/timeline/libgit2/ |
10.7.0_1,1 17 May 2017 17:16:21 |
sunpoet |
Fix gemspec for rubygem-rugged 0.25.1 update
- Bump PORTREVISION for package change |
10.7.0,1 02 Jan 2017 10:14:50 |
sunpoet |
Update to 10.7.0
Changes: https://gitlab.com/gitlab-org/gitlab_git/blob/master/CHANGELOG |
10.5.0,1 25 Nov 2016 10:40:42 |
tz |
devel/rubygem-gitlab_git: Update from 10.3.2 to 10.5.0
Changelog: https://gitlab.com/gitlab-org/gitlab_git/blob/v10.5.0/CHANGELOG
Approved by: mentors (implicit) |
10.3.2,1 13 Sep 2016 15:59:02 |
tz |
devel/rubygem-gitlab_git: Downgrade from 10.4.0 to 10.3.2
The forme upgrade to 10.4.0 breaks the current version of www/gitlab,
but the port works fine with 10.3.2.
Since only www/gitlab depends on this port, its safe to downgrade it.
PR: 211815
Approved by: pi (mentor) |
10.4.0 10 Aug 2016 14:16:33 |
tz |
devel/rubygem-gitlab_git: Update from 10.1.1 to 10.4.0
Changes: https://gitlab.com/gitlab-org/gitlab_git/blob/v10.4.0/CHANGELOG
Also update homepage link in pkg-descr
Approved by: swills (mentor) |
10.1.1 15 May 2016 16:13:44 |
sunpoet |
- Update to 10.1.1
Changes: https://gitlab.com/gitlab-org/gitlab_git/blob/master/CHANGELOG
https://gitlab.com/gitlab-org/gitlab_git/commits/master |
10.1.0 07 May 2016 00:17:28 |
sunpoet |
- Update to 10.1.0
Changes: https://gitlab.com/gitlab-org/gitlab_git/blob/master/CHANGELOG
https://gitlab.com/gitlab-org/gitlab_git/commits/master |
10.0.2 28 Apr 2016 19:05:49 |
sunpoet |
- Update to 10.0.2
- Pet portlint: fix diff header of patch files
Changes: https://gitlab.com/gitlab-org/gitlab_git/blob/master/CHANGELOG
https://gitlab.com/gitlab-org/gitlab_git/commits/master |
10.0.1 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
10.0.1 27 Apr 2016 16:36:42 |
swills |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070 |
10.0.1 23 Apr 2016 06:54:00 |
sunpoet |
- Update to 10.0.1
Changes: https://gitlab.com/gitlab-org/gitlab_git/blob/master/CHANGELOG
https://gitlab.com/gitlab-org/gitlab_git/commits/master |
10.0.0_1 04 Apr 2016 15:24:53 |
swills |
devel/ruby-gems: Update to 2.6.2
PR: 208371
Submitted by: wen (partial) |
10.0.0_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
10.0.0_1 21 Mar 2016 18:04:09 |
sunpoet |
- Fix gemspec for rubygem-github-linguist 4.8.0 update
- Bump PORTREVISION for package change
PR: 208172
Submitted by: xmj |
10.0.0 20 Mar 2016 18:37:39 |
sunpoet |
- Update to 10.0.0
Changes: https://gitlab.com/gitlab-org/gitlab_git/blob/master/CHANGELOG
https://gitlab.com/gitlab-org/gitlab_git/commits/master |
8.2.0 14 Mar 2016 05:26:07 |
miwi |
- Update to 8.2.0
PR: 207793
Submitted by: Torsten Zuehlsdorff |
8.1.0 06 Mar 2016 06:35:59 |
sunpoet |
- Update to 8.1.0
Changes: https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG |
7.2.24 23 Jan 2016 21:54:49 |
sunpoet |
- Update to 7.2.24
Changes: https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG |
7.2.23 22 Jan 2016 11:35:04 |
sunpoet |
- Update to 7.2.23
Changes: https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG |
7.2.22 17 Jan 2016 13:14:47 |
sunpoet |
- Update to 7.2.22
Changes: https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG
Sponsored by: PortsCamp Taiwan |
7.2.20 11 Nov 2015 16:52:30 |
sunpoet |
- Update to 7.2.20
Changes: https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG |
7.2.19 15 Oct 2015 20:19:06 |
sunpoet |
- Update to 7.2.19
Changes: https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG |
7.2.18 08 Oct 2015 18:43:52 |
sunpoet |
- Update to 7.2.18
Changes: https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG |
7.2.17 03 Oct 2015 17:10:28 |
sunpoet |
- Update to 7.2.17
- Fix gemspec
Changes: https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG |
7.2.16 01 Oct 2015 15:59:37 |
sunpoet |
- Update to 7.2.16
Changes: https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG |
7.2.15 30 Aug 2015 03:56:57 |
sunpoet |
- Update to 7.2.15
Changes: https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG |
7.2.6 31 Jul 2015 16:26:45 |
sunpoet |
- Update to 7.2.6
Changes: https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG |
7.2.5 25 Jul 2015 16:30:19 |
sunpoet |
- Update to 7.2.5
Changes: https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG |
7.1.13 28 Jun 2015 17:56:28 |
sunpoet |
- Add NO_ARCH |
7.1.13 26 May 2015 18:01:08 |
mmoll |
devel/rubygem-gitlab_git: update to 7.1.13
Differential Revision: https://reviews.freebsd.org/D2631
Approved by: mat (mentor) |
7.1.10 12 May 2015 09:48:03 |
xmj |
devel/rubygem-gitlab_git: update to 7.1.10
- update to 7.1.10
PR: 199663
Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de> |
6.3.0 05 Mar 2015 17:29:18 |
sunpoet |
- Update to 6.3.0
- Sort RUN_DEPENDS
- Update WWW
Changes: https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG |
6.2.1 27 Sep 2014 15:22:49 |
xmj |
devel/rubygem-gitlab_git: set correct dependency
Set run-depends on rubygem-gitlab-linguist instead of rubygem-github-linguist
Differential Revision: https://reviews.freebsd.org/D857
Approved by: swills (mentor) |
6.2.1 31 Aug 2014 05:33:27 |
swills |
devel/rubygem-gitlab_git: update to 6.2.1 |
2.3.1 01 Jan 2014 00:08:40 |
sunpoet |
- Add LICENSE
- Remove contiguous blank lines |
2.3.1 30 Oct 2013 02:34:55 |
swills |
- Add stage support |
2.3.1 25 Oct 2013 03:20:54 |
swills |
GitLab wrapper around git objects
WWW: http://rubygems.org/gems/gitlab_git
PR: ports/182771
Submitted by: Loic Blot <loic.blot@unix-experience.fr> |