notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/rubygem-gitlab_git/Makefile

Number of commits found: 42

Saturday, 14 Jan 2023
23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae 18c6e18
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 19 Apr 2020
03:55 tobik search for other commits by this committer
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
Original commitRevision:532068 
Thursday, 19 Mar 2020
05:47 tobik search for other commits by this committer
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/
Original commitRevision:528684 
Wednesday, 17 May 2017
17:16 sunpoet search for other commits by this committer
Fix gemspec for rubygem-rugged 0.25.1 update

- Bump PORTREVISION for package change
Original commitRevision:441103 
Monday, 2 Jan 2017
10:14 sunpoet search for other commits by this committer
Update to 10.7.0

Changes:	https://gitlab.com/gitlab-org/gitlab_git/blob/master/CHANGELOG
Original commitRevision:430337 
Friday, 25 Nov 2016
10:40 tz search for other commits by this committer
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)
Original commitRevision:427101 
Tuesday, 13 Sep 2016
15:59 tz search for other commits by this committer
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)
Original commitRevision:422026 
Wednesday, 10 Aug 2016
14:16 tz search for other commits by this committer
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)
Original commitRevision:420018 
Sunday, 15 May 2016
16:13 sunpoet search for other commits by this committer
- 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
Original commitRevision:415263 
Saturday, 7 May 2016
00:17 sunpoet search for other commits by this committer
- 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
Original commitRevision:414748 
Thursday, 28 Apr 2016
19:05 sunpoet search for other commits by this committer
- 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
Original commitRevision:414218 
Wednesday, 27 Apr 2016
21:57 swills search for other commits by this committer
Convert USES=gem:autoplist to USES=gem since autoplist is default
Original commitRevision:414136 
16:36 swills search for other commits by this committer
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
Original commitRevision:414118 
Saturday, 23 Apr 2016
06:54 sunpoet search for other commits by this committer
- 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
Original commitRevision:413845 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Monday, 21 Mar 2016
18:04 sunpoet search for other commits by this committer
- Fix gemspec for rubygem-github-linguist 4.8.0 update
- Bump PORTREVISION for package change

PR:		208172
Submitted by:	xmj
Original commitRevision:411609 
Sunday, 20 Mar 2016
18:37 sunpoet search for other commits by this committer
- 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
Original commitRevision:411496 
Monday, 14 Mar 2016
05:26 miwi search for other commits by this committer
- Update to 8.2.0

PR:		207793
Submitted by:	Torsten Zuehlsdorff
Original commitRevision:411042 
Sunday, 6 Mar 2016
06:35 sunpoet search for other commits by this committer
- Update to 8.1.0

Changes:	https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG
Original commitRevision:410405 
Saturday, 23 Jan 2016
21:54 sunpoet search for other commits by this committer
- Update to 7.2.24

Changes:	https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG
Original commitRevision:407062 
Friday, 22 Jan 2016
11:35 sunpoet search for other commits by this committer
- Update to 7.2.23

Changes:	https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG
Original commitRevision:406919 
Sunday, 17 Jan 2016
13:14 sunpoet search for other commits by this committer
- Update to 7.2.22

Changes:	https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG
Sponsored by:	PortsCamp Taiwan
Original commitRevision:406392 
Wednesday, 11 Nov 2015
16:52 sunpoet search for other commits by this committer
- Update to 7.2.20

Changes:	https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG
Original commitRevision:401273 
Thursday, 15 Oct 2015
20:19 sunpoet search for other commits by this committer
- Update to 7.2.19

Changes:	https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG
Original commitRevision:399397 
Thursday, 8 Oct 2015
18:43 sunpoet search for other commits by this committer
- Update to 7.2.18

Changes:	https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG
Original commitRevision:398855 
Saturday, 3 Oct 2015
17:10 sunpoet search for other commits by this committer
- Update to 7.2.17
- Fix gemspec

Changes:	https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG
Original commitRevision:398521 
Thursday, 1 Oct 2015
15:59 sunpoet search for other commits by this committer
- Update to 7.2.16

Changes:	https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG
Original commitRevision:398347 
Sunday, 30 Aug 2015
03:56 sunpoet search for other commits by this committer
- Update to 7.2.15

Changes:	https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG
Original commitRevision:395588 
Friday, 31 Jul 2015
16:26 sunpoet search for other commits by this committer
- Update to 7.2.6

Changes:	https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG
Original commitRevision:393348 
Saturday, 25 Jul 2015
16:30 sunpoet search for other commits by this committer
- Update to 7.2.5

Changes:	https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG
Original commitRevision:392896 
Sunday, 28 Jun 2015
17:56 sunpoet search for other commits by this committer
- Add NO_ARCH
Original commitRevision:390837 
Tuesday, 26 May 2015
18:01 mmoll search for other commits by this committer
devel/rubygem-gitlab_git: update to 7.1.13

Differential Revision:	https://reviews.freebsd.org/D2631
Approved by:	mat (mentor)
Original commitRevision:387500 
Tuesday, 12 May 2015
09:48 xmj search for other commits by this committer
devel/rubygem-gitlab_git: update to 7.1.10

- update to 7.1.10

PR:		199663
Submitted by:	Torsten Zuhlsdorff <ports@toco-domains.de>
Original commitRevision:386132 
Thursday, 5 Mar 2015
17:29 sunpoet search for other commits by this committer
- Update to 6.3.0
- Sort RUN_DEPENDS
- Update WWW

Changes:	https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG
Original commitRevision:380540 
Saturday, 27 Sep 2014
15:22 xmj search for other commits by this committer
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)
Original commitRevision:369398 
Sunday, 31 Aug 2014
05:33 swills search for other commits by this committer
devel/rubygem-gitlab_git: update to 6.2.1
Original commitRevision:366727 
Wednesday, 1 Jan 2014
00:08 sunpoet search for other commits by this committer
- Add LICENSE
- Remove contiguous blank lines
Original commitRevision:338344 
Wednesday, 30 Oct 2013
02:34 swills search for other commits by this committer
- Add stage support
Original commitRevision:332037 
Friday, 25 Oct 2013
03:20 swills search for other commits by this committer
GitLab wrapper around git objects

WWW: http://rubygems.org/gems/gitlab_git

PR:		ports/182771
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
Original commitRevision:331551 

Number of commits found: 42