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: textproc/rubygem-rouge/Makefile

Number of commits found: 53

Wednesday, 1 Nov 2023
02:08 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-rouge: Update to 4.2.0

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
commit hash: bb5f24c54778b9e0cf39b41f4c547aaf9088ddf0 commit hash: bb5f24c54778b9e0cf39b41f4c547aaf9088ddf0 commit hash: bb5f24c54778b9e0cf39b41f4c547aaf9088ddf0 commit hash: bb5f24c54778b9e0cf39b41f4c547aaf9088ddf0 bb5f24c
Wednesday, 16 Aug 2023
18:26 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-rouge: Update to 4.1.3

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
commit hash: 618a92d2f0ee804ce76b1d38a292f934b1961bdc commit hash: 618a92d2f0ee804ce76b1d38a292f934b1961bdc commit hash: 618a92d2f0ee804ce76b1d38a292f934b1961bdc commit hash: 618a92d2f0ee804ce76b1d38a292f934b1961bdc 618a92d
Monday, 5 Jun 2023
18:49 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-rouge: Update to 4.1.2

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
commit hash: 50e388547e8e598378d10e584def0901e8b8ac3f commit hash: 50e388547e8e598378d10e584def0901e8b8ac3f commit hash: 50e388547e8e598378d10e584def0901e8b8ac3f commit hash: 50e388547e8e598378d10e584def0901e8b8ac3f 50e3885
Saturday, 27 May 2023
23:44 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-rouge: Update to 4.1.1

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
commit hash: f2571cb04bdc5ea03845c1170e63c78f77120f9e commit hash: f2571cb04bdc5ea03845c1170e63c78f77120f9e commit hash: f2571cb04bdc5ea03845c1170e63c78f77120f9e commit hash: f2571cb04bdc5ea03845c1170e63c78f77120f9e f2571cb
Wednesday, 5 Apr 2023
17:31 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-rouge: Update to 4.1.0

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
commit hash: b009847fea4f868e423944388f7731a8e9fb48c7 commit hash: b009847fea4f868e423944388f7731a8e9fb48c7 commit hash: b009847fea4f868e423944388f7731a8e9fb48c7 commit hash: b009847fea4f868e423944388f7731a8e9fb48c7 b009847
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
Saturday, 30 Jul 2022
21:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-rouge: Update to 3.30.0

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
commit hash: 190f7bbbdf3dedcad52803e2989ebe5462682a8e commit hash: 190f7bbbdf3dedcad52803e2989ebe5462682a8e commit hash: 190f7bbbdf3dedcad52803e2989ebe5462682a8e commit hash: 190f7bbbdf3dedcad52803e2989ebe5462682a8e 190f7bb
Friday, 3 Jun 2022
23:36 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-rouge: Update to 3.29.0

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
commit hash: fa98490a30b3bdab472667f3f936ac80e0f74d3e commit hash: fa98490a30b3bdab472667f3f936ac80e0f74d3e commit hash: fa98490a30b3bdab472667f3f936ac80e0f74d3e commit hash: fa98490a30b3bdab472667f3f936ac80e0f74d3e fa98490
Monday, 7 Mar 2022
18:13 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-rouge: Update to 3.28.0

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
commit hash: 1b85b7a2b72f2f013b128b20705dd687d8b64f84 commit hash: 1b85b7a2b72f2f013b128b20705dd687d8b64f84 commit hash: 1b85b7a2b72f2f013b128b20705dd687d8b64f84 commit hash: 1b85b7a2b72f2f013b128b20705dd687d8b64f84 1b85b7a
Tuesday, 11 Jan 2022
18:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-rouge: Update to 3.27.0

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
commit hash: 9efe0b38bce67c54772ea983c716b2cd43e91adf commit hash: 9efe0b38bce67c54772ea983c716b2cd43e91adf commit hash: 9efe0b38bce67c54772ea983c716b2cd43e91adf commit hash: 9efe0b38bce67c54772ea983c716b2cd43e91adf 9efe0b3
Tuesday, 21 Sep 2021
03:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-rouge: Update to 3.26.1

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
commit hash: e33efa26c00c757ef91d0ca86d2091d55305434b commit hash: e33efa26c00c757ef91d0ca86d2091d55305434b commit hash: e33efa26c00c757ef91d0ca86d2091d55305434b commit hash: e33efa26c00c757ef91d0ca86d2091d55305434b e33efa2
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, 13 Dec 2020
14:48 sunpoet search for other commits by this committer
Update to 3.26.0

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
Original commitRevision:557982 
Sunday, 15 Nov 2020
18:13 sunpoet search for other commits by this committer
Update to 3.25.0

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
Original commitRevision:555406 
Thursday, 15 Oct 2020
20:15 sunpoet search for other commits by this committer
Update to 3.24.0

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
Original commitRevision:552468 
Wednesday, 9 Sep 2020
20:39 sunpoet search for other commits by this committer
Update to 3.23.0

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
Original commitRevision:548152 
Friday, 21 Aug 2020
21:32 sunpoet search for other commits by this committer
Update to 3.22.0

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
Original commitRevision:545721 
Friday, 24 Jul 2020
07:19 sunpoet search for other commits by this committer
Update to 3.21.0

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
Original commitRevision:543110 
Monday, 15 Jun 2020
19:14 sunpoet search for other commits by this committer
Update to 3.20.0

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
Original commitRevision:539265 
Wednesday, 13 May 2020
20:42 sunpoet search for other commits by this committer
Update to 3.19.0

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
Original commitRevision:535177 
Tuesday, 21 Apr 2020
19:47 sunpoet search for other commits by this committer
Update to 3.18.0

- Remove CONFLICTS_INSTALL

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
Original commitRevision:532390 
Saturday, 28 Mar 2020
13:30 sunpoet search for other commits by this committer
Cosmetic change
Original commitRevision:529690 
09:02 mfechner search for other commits by this committer
Update to 3.17.0 which is required for gitlab-ce 12.9 upgrade.
Original commitRevision:529315 
Wednesday, 12 Feb 2020
19:26 sunpoet search for other commits by this committer
Update to 3.16.0

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
Original commitRevision:525957 
Wednesday, 15 Jan 2020
17:47 sunpoet search for other commits by this committer
Update to 3.15.0

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
Original commitRevision:523150 
Thursday, 12 Dec 2019
13:48 sunpoet search for other commits by this committer
Update to 3.14.0

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
Original commitRevision:519923 
Wednesday, 13 Nov 2019
23:44 sunpoet search for other commits by this committer
Update to 3.13.0

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
Original commitRevision:517523 
Sunday, 20 Oct 2019
17:21 sunpoet search for other commits by this committer
Update to 3.12.0

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
Original commitRevision:515058 
Thursday, 3 Oct 2019
18:25 sunpoet search for other commits by this committer
Update to 3.11.1

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
Original commitRevision:513700 
Wednesday, 25 Sep 2019
20:43 sunpoet search for other commits by this committer
Update to 3.11.0

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
Original commitRevision:512853 
Wednesday, 4 Sep 2019
17:20 sunpoet search for other commits by this committer
Update to 3.10.0

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
Original commitRevision:511118 
Wednesday, 21 Aug 2019
19:27 sunpoet search for other commits by this committer
Update to 3.9.0

- Fix typo

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
Original commitRevision:509543 
Wednesday, 7 Aug 2019
16:43 sunpoet search for other commits by this committer
Update to 3.8.0

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
Original commitRevision:508337 
Saturday, 27 Jul 2019
11:56 sunpoet search for other commits by this committer
Update to 3.7.0

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
Original commitRevision:507428 
Wednesday, 10 Jul 2019
17:00 sunpoet search for other commits by this committer
Update to 3.6.0

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
Original commitRevision:506367 
Friday, 28 Jun 2019
21:17 sunpoet search for other commits by this committer
Update to 3.5.1

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
Original commitRevision:505307 
Thursday, 13 Jun 2019
15:49 sunpoet search for other commits by this committer
Update to 3.4.1

Changes:	https://github.com/rouge-ruby/rouge/releases
		https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
Original commitRevision:504114 
Sunday, 17 Feb 2019
19:55 sunpoet search for other commits by this committer
Update to 3.3.0

- Take maintainership

Changes:	https://github.com/jneen/rouge/blob/master/CHANGELOG.md
PR:		235266
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 3 weeks)
Original commitRevision:493222 
Thursday, 18 Jan 2018
14:43 sunpoet search for other commits by this committer
Mark CONFLICTS_INSTALL with rubygems-rouge2
Original commitRevision:459346 
Monday, 15 Jan 2018
15:58 swills search for other commits by this committer
textproc/rubygem-rouge: update to 3.1.0

PR:		224785
Approved by:	maintainer timeout (kuriyama, > 2 weeks)
Original commitRevision:459076 
Sunday, 15 Oct 2017
00:38 sunpoet search for other commits by this committer
Update to 2.2.1

Changes:	https://github.com/jneen/rouge/blob/master/CHANGELOG.md
PR:		221429
Submitted by:	Sir l33tname <sirl33tname@gmail.com>
Approved by:	maintainer (timeout, 3 months)
Original commitRevision:452119 
Thursday, 21 Sep 2017
15:58 sunpoet search for other commits by this committer
Fix LICENSE

Approved by:	portmgr (blanket)
Original commitRevision:450270 
Wednesday, 10 Aug 2016
14:22 tz search for other commits by this committer
textproc/rubygem-rouge: Update from 1.10.1 to 2.0.5

Changes: https://github.com/jneen/rouge/blob/v2.0.5/CHANGELOG.md

Approved by: swills (mentor)
Original commitRevision:420026 
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 
Sunday, 8 Nov 2015
16:36 mmoll search for other commits by this committer
textproc/rubygem-rouge: update to 1.10.1

Approved by:	kuriyama (maintainer, timeout)
Differential Revision:	https://reviews.freebsd.org/D4060
Original commitRevision:401064 
Thursday, 2 Jul 2015
16:01 pgollucci search for other commits by this committer
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files

Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
Original commitRevision:391169 
Friday, 22 May 2015
18:21 mmoll search for other commits by this committer
textproc/rubygem-rouge: update to 1.9.0

PR:		199861
Differential Revision:	https://reviews.freebsd.org/D2619
Submitted by:	Michael Fausten <ports@michael-fausten.de>
Approved by:	mat (mentor), kuriyama (maintainer, timeout)
Original commitRevision:387049 
Tuesday, 7 Apr 2015
18:36 swills search for other commits by this committer
textproc/rubygem-rouge: not broken with newer ruby now
Original commitRevision:383531 
Wednesday, 12 Nov 2014
02:58 swills search for other commits by this committer
Mark broken with Ruby 2.1

With hat:	ruby@
Original commitRevision:372478 
Saturday, 7 Jun 2014
07:45 kuriyama search for other commits by this committer
Rouge aims to a be a simple, easy-to-extend drop-in replacement for
pygments.

WWW: https://github.com/jneen/rouge
Original commitRevision:356884 

Number of commits found: 53