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: www/rubygem-json-jwt/Makefile

Number of commits found: 29

Saturday, 23 Mar 2024
14:50 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-json-jwt: Update to 1.16.6

Changes:	https://github.com/nov/json-jwt/releases
		https://github.com/nov/json-jwt/commits/main
commit hash: 557e67df98ad854098fe59fd6733a159e45498d0 commit hash: 557e67df98ad854098fe59fd6733a159e45498d0 commit hash: 557e67df98ad854098fe59fd6733a159e45498d0 commit hash: 557e67df98ad854098fe59fd6733a159e45498d0 557e67d
Wednesday, 21 Feb 2024
15:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-json-jwt: Update to 1.16.5

Changes:	https://github.com/nov/json-jwt/releases
		https://github.com/nov/json-jwt/commits/main
commit hash: 9b4f7465a61369e56db820fb0c14f5d2e1d0bf30 commit hash: 9b4f7465a61369e56db820fb0c14f5d2e1d0bf30 commit hash: 9b4f7465a61369e56db820fb0c14f5d2e1d0bf30 commit hash: 9b4f7465a61369e56db820fb0c14f5d2e1d0bf30 9b4f746
Sunday, 5 Feb 2023
15:49 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-json-jwt: Update to 1.16.3

Changes:	https://github.com/nov/json-jwt/releases
commit hash: fcf6c41a15227ed64ab8b611eb207ee1074127a2 commit hash: fcf6c41a15227ed64ab8b611eb207ee1074127a2 commit hash: fcf6c41a15227ed64ab8b611eb207ee1074127a2 commit hash: fcf6c41a15227ed64ab8b611eb207ee1074127a2 fcf6c41
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
Friday, 30 Dec 2022
09:05 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-json-jwt: Update to 1.16.1

Changes:	https://github.com/nov/json-jwt/releases
commit hash: cf2c866d48d20d0bd6a4b7d83a09235e0e082402 commit hash: cf2c866d48d20d0bd6a4b7d83a09235e0e082402 commit hash: cf2c866d48d20d0bd6a4b7d83a09235e0e082402 commit hash: cf2c866d48d20d0bd6a4b7d83a09235e0e082402 cf2c866d
Sunday, 9 Oct 2022
19:45 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-json-jwt: Update to 1.16.0

Changes:	https://github.com/nov/json-jwt/releases
commit hash: 70a0471e3baf3c75d22d0fa973c3636944a7077b commit hash: 70a0471e3baf3c75d22d0fa973c3636944a7077b commit hash: 70a0471e3baf3c75d22d0fa973c3636944a7077b commit hash: 70a0471e3baf3c75d22d0fa973c3636944a7077b 70a0471
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, 31 Aug 2022
11:41 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-json-jwt: Update to 1.15.3

Changes:	https://github.com/nov/json-jwt/commits/master
commit hash: a743077c6cca2aadda28c439c86386872fff84bf commit hash: a743077c6cca2aadda28c439c86386872fff84bf commit hash: a743077c6cca2aadda28c439c86386872fff84bf commit hash: a743077c6cca2aadda28c439c86386872fff84bf a743077
Monday, 11 Jul 2022
21:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-json-jwt: Update to 1.14.0

Changes:	https://github.com/nov/json-jwt/commits/master
commit hash: 8b3d413219102623fde043aa3eaa183117f2a184 commit hash: 8b3d413219102623fde043aa3eaa183117f2a184 commit hash: 8b3d413219102623fde043aa3eaa183117f2a184 commit hash: 8b3d413219102623fde043aa3eaa183117f2a184 8b3d413
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
Thursday, 9 Jul 2020
20:13 mfechner search for other commits by this committer
Switch to rails60.

Approved by:	sunpoet (maintainer)
Original commitRevision:541817 
Wednesday, 3 Jun 2020
18:30 sunpoet search for other commits by this committer
Update to 1.13.0

Changes:	https://github.com/nov/json-jwt/commits/master
Original commitRevision:537822 
Monday, 25 May 2020
18:36 sunpoet search for other commits by this committer
Update to 1.12.0

Changes:	https://github.com/nov/json-jwt/commits/master
Original commitRevision:536518 
Saturday, 7 Dec 2019
10:31 mfechner search for other commits by this committer
Change rubygem ports required by www/gitlab-ce to rails52.

Currently a lot of ports www/gitlab-ce is using pulls rails 5.0 and 5.2 ports as
dependencies in.
To reduce the number of ports required, the attached patch switches all required
ports to rails 5.2.

I carefully tested it, if I oversaw a port, please let me know.

Differential Revision:	https://reviews.freebsd.org/D22220
Original commitRevision:519195 
Wednesday, 13 Nov 2019
23:44 sunpoet search for other commits by this committer
Update to 1.11.0

Changes:	https://github.com/nov/json-jwt/commits/master
Original commitRevision:517525 
Friday, 28 Jun 2019
21:17 sunpoet search for other commits by this committer
Update to 1.10.2

Changes:	https://github.com/nov/json-jwt/commits/master
Original commitRevision:505309 
Sunday, 12 May 2019
20:12 sunpoet search for other commits by this committer
Update to 1.10.1

Changes:	https://github.com/nov/json-jwt/commits/master
Original commitRevision:501499 
Thursday, 31 Jan 2019
14:05 mfechner search for other commits by this committer
In preparation for gitlab 11.7 upgrade switch rails4 to rails50.
If required upgraded version to work correctly with rails50.
Fixed some cosmetic issue to make portlint happy.

Reviewed by:	sunpoet
Differential Revision:	https://reviews.freebsd.org/D18957
Original commitRevision:491723 
Tuesday, 1 Jan 2019
20:40 sunpoet search for other commits by this committer
Update to 1.10.0

Changes:	https://github.com/nov/json-jwt/commits/master
Original commitRevision:489041 
Tuesday, 1 May 2018
19:50 sunpoet search for other commits by this committer
Update to 1.9.4

Changes:	https://github.com/nov/json-jwt/commits/master
Original commitRevision:468791 
Saturday, 28 Apr 2018
20:10 sunpoet search for other commits by this committer
Update to 1.9.3

Changes:	https://github.com/nov/json-jwt/commits/master
Original commitRevision:468580 
Tuesday, 27 Feb 2018
13:24 sunpoet search for other commits by this committer
Update to 1.9.2

Changes:	https://github.com/nov/json-jwt/commits/master
Original commitRevision:463132 
Saturday, 24 Feb 2018
13:37 sunpoet search for other commits by this committer
Update to 1.9.1

Changes:	https://github.com/nov/json-jwt/commits/master
Original commitRevision:462808 
Friday, 23 Feb 2018
19:24 sunpoet search for other commits by this committer
Update to 1.9.0

Changes:	https://github.com/nov/json-jwt/commits/master
Original commitRevision:462721 
Monday, 11 Dec 2017
10:40 sunpoet search for other commits by this committer
Update to 1.8.3

Changes:	https://github.com/nov/json-jwt/commits/master
Original commitRevision:455970 
Thursday, 7 Dec 2017
16:01 sunpoet search for other commits by this committer
Update to 1.8.2

Changes:	https://github.com/nov/json-jwt/commits/master
Original commitRevision:455724 
Tuesday, 7 Nov 2017
21:01 sunpoet search for other commits by this committer
Update to 1.8.0

Changes:	https://github.com/nov/json-jwt/commits/master
Original commitRevision:453684 
Monday, 12 Jun 2017
10:24 tz search for other commits by this committer
New port: www/rubygem-json-jwt

JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON
Web Key) in Ruby

WWW: https://github.com/nov/json-jwt
Original commitRevision:443429 

Number of commits found: 29