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-webmock/Makefile

Number of commits found: 77

Saturday, 9 Mar 2024
14:06 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-webmock: Update to 3.23.0

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
commit hash: 8a5dbb72af615393fc808e5464fd80d2039bd478 commit hash: 8a5dbb72af615393fc808e5464fd80d2039bd478 commit hash: 8a5dbb72af615393fc808e5464fd80d2039bd478 commit hash: 8a5dbb72af615393fc808e5464fd80d2039bd478 8a5dbb7
Wednesday, 21 Feb 2024
15:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-webmock: Update to 3.20.0

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
commit hash: 5a4cda28bcab41e2d9b02427094ec001c372b3a2 commit hash: 5a4cda28bcab41e2d9b02427094ec001c372b3a2 commit hash: 5a4cda28bcab41e2d9b02427094ec001c372b3a2 commit hash: 5a4cda28bcab41e2d9b02427094ec001c372b3a2 5a4cda2
Monday, 4 Sep 2023
21:30 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-webmock: Update to 3.19.1

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
commit hash: 610852dbb52cb9611dc6285e8dd86aed4187497b commit hash: 610852dbb52cb9611dc6285e8dd86aed4187497b commit hash: 610852dbb52cb9611dc6285e8dd86aed4187497b commit hash: 610852dbb52cb9611dc6285e8dd86aed4187497b 610852d
09:06 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-webmock: Update to 3.19.0

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
commit hash: abbbdf4aa188b34a64e1ff7325b38e6cb4c0d001 commit hash: abbbdf4aa188b34a64e1ff7325b38e6cb4c0d001 commit hash: abbbdf4aa188b34a64e1ff7325b38e6cb4c0d001 commit hash: abbbdf4aa188b34a64e1ff7325b38e6cb4c0d001 abbbdf4
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, 31 Aug 2022
11:41 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-webmock: Update to 3.18.1

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
commit hash: 41be07d34a9b06817224f0334bb9a9c42f677083 commit hash: 41be07d34a9b06817224f0334bb9a9c42f677083 commit hash: 41be07d34a9b06817224f0334bb9a9c42f677083 commit hash: 41be07d34a9b06817224f0334bb9a9c42f677083 41be07d
Monday, 29 Aug 2022
11:42 Dima Panov (fluffy) search for other commits by this committer
www/rubygem-webmock: unbreak by bump to 3.16.2 (+)

Version 3.16.0 is yanked upstream and replaced with 3.16.2

Approved by:	portmgr blanket (unbreak)
commit hash: 2a945fae329cf6f2f9bdaef36e80ce097bda120d commit hash: 2a945fae329cf6f2f9bdaef36e80ce097bda120d commit hash: 2a945fae329cf6f2f9bdaef36e80ce097bda120d commit hash: 2a945fae329cf6f2f9bdaef36e80ce097bda120d 2a945fa
Saturday, 27 Aug 2022
10:25 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-webmock: Update to 3.16.0

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
commit hash: 7bd93c504019ad5e1cad1b2f9fe6448d47a117df commit hash: 7bd93c504019ad5e1cad1b2f9fe6448d47a117df commit hash: 7bd93c504019ad5e1cad1b2f9fe6448d47a117df commit hash: 7bd93c504019ad5e1cad1b2f9fe6448d47a117df 7bd93c5
Sunday, 8 Aug 2021
21:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-webmock: Update to 3.14.0

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
commit hash: 22083e97c49f69191d2ebcdf152d4ee58316dd1a commit hash: 22083e97c49f69191d2ebcdf152d4ee58316dd1a commit hash: 22083e97c49f69191d2ebcdf152d4ee58316dd1a commit hash: 22083e97c49f69191d2ebcdf152d4ee58316dd1a 22083e9
Tuesday, 18 May 2021
19:29 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-webmock: Update to 3.13.0

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
commit hash: 2bb1aa6de67cab42e7363df11026ba5050babd8d commit hash: 2bb1aa6de67cab42e7363df11026ba5050babd8d commit hash: 2bb1aa6de67cab42e7363df11026ba5050babd8d commit hash: 2bb1aa6de67cab42e7363df11026ba5050babd8d 2bb1aa6
Sunday, 25 Apr 2021
20:36 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-webmock: Update to 3.12.2

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
commit hash: e5aa3b85ebca7ea5a10dbe0990dbd7b665641b79 commit hash: e5aa3b85ebca7ea5a10dbe0990dbd7b665641b79 commit hash: e5aa3b85ebca7ea5a10dbe0990dbd7b665641b79 commit hash: e5aa3b85ebca7ea5a10dbe0990dbd7b665641b79 e5aa3b8
Sunday, 18 Apr 2021
05:48 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-webmock: Update to 3.12.1

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
commit hash: 0a192f86731752ed3382a77516b1b58cdacda895 commit hash: 0a192f86731752ed3382a77516b1b58cdacda895 commit hash: 0a192f86731752ed3382a77516b1b58cdacda895 commit hash: 0a192f86731752ed3382a77516b1b58cdacda895 0a192f8
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, 7 Mar 2021
22:31 sunpoet search for other commits by this committer
Update to 3.12.0

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:567778 
Wednesday, 3 Feb 2021
19:51 sunpoet search for other commits by this committer
Update to 3.11.2

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:563958 
Tuesday, 26 Jan 2021
17:53 sunpoet search for other commits by this committer
Update to 3.11.1

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:562930 
Saturday, 19 Dec 2020
20:14 sunpoet search for other commits by this committer
Update to 3.11.0

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:558578 
Saturday, 21 Nov 2020
09:44 sunpoet search for other commits by this committer
Update to 3.10.0

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:555940 
Sunday, 15 Nov 2020
18:13 sunpoet search for other commits by this committer
Update to 3.9.5

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:555408 
Monday, 9 Nov 2020
17:37 sunpoet search for other commits by this committer
Update to 3.9.4

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:554775 
Sunday, 18 Oct 2020
20:26 sunpoet search for other commits by this committer
Update to 3.9.3

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:552701 
Thursday, 15 Oct 2020
20:15 sunpoet search for other commits by this committer
Update to 3.9.2

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:552469 
Saturday, 19 Sep 2020
15:36 sunpoet search for other commits by this committer
Update to 3.9.1

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:549020 
Monday, 14 Sep 2020
17:48 sunpoet search for other commits by this committer
Update to 3.9.0

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:548663 
Saturday, 28 Mar 2020
13:31 sunpoet search for other commits by this committer
Update to 3.8.3

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:529696 
Thursday, 13 Feb 2020
18:35 sunpoet search for other commits by this committer
Update to 3.8.2

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:526057 
Thursday, 6 Feb 2020
19:28 sunpoet search for other commits by this committer
Update to 3.8.1

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:525438 
Sunday, 2 Feb 2020
11:05 sunpoet search for other commits by this committer
Update to 3.8.0

- Take maintainership

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:524913 
Tuesday, 5 Jun 2018
18:57 sunpoet search for other commits by this committer
Update to 3.4.2

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:471794 
Wednesday, 2 May 2018
20:37 sunpoet search for other commits by this committer
Update to 3.4.1

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:468886 
Monday, 30 Apr 2018
17:09 sunpoet search for other commits by this committer
Update to 3.4.0

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:468728 
Friday, 19 Jan 2018
17:03 sunpoet search for other commits by this committer
Update to 3.3.0

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:459449 
Saturday, 6 Jan 2018
04:33 sunpoet search for other commits by this committer
Update to 3.2.1

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:458201 
Wednesday, 3 Jan 2018
16:46 sunpoet search for other commits by this committer
Update to 3.2.0

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:457991 
Monday, 20 Nov 2017
14:32 sunpoet search for other commits by this committer
Update to 3.1.1

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:454567 
Sunday, 8 Oct 2017
08:02 sunpoet search for other commits by this committer
Update to 3.1.0

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:451503 
Saturday, 15 Apr 2017
00:48 sunpoet search for other commits by this committer
Update to 3.0.1

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:438567 
Thursday, 13 Apr 2017
19:32 sunpoet search for other commits by this committer
Update to 3.0.0

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:438469 
Monday, 2 Jan 2017
09:10 swills search for other commits by this committer
www/rubygem-webmock: update to 2.3.2
Original commitRevision:430318 
Wednesday, 28 Dec 2016
19:42 sunpoet search for other commits by this committer
- Update to 2.3.1

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:429821 
Saturday, 3 Dec 2016
19:30 sunpoet search for other commits by this committer
- Update to 2.1.0

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:427666 
Friday, 29 Apr 2016
22:43 sunpoet search for other commits by this committer
- Update to 1.24.6

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:414317 
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:57 sunpoet search for other commits by this committer
- Update to 1.24.5

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:413848 
Thursday, 14 Apr 2016
16:40 sunpoet search for other commits by this committer
- Update to 1.24.3

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:413304 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Sunday, 6 Mar 2016
06:25 sunpoet search for other commits by this committer
- Update to 1.24.2

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:410295 
Friday, 4 Dec 2015
12:34 sunpoet search for other commits by this committer
- Update to 1.22.3
- Add LICENSE_FILE

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:402964 
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 
Monday, 30 Mar 2015
13:48 sunpoet search for other commits by this committer
- Update to 1.21.0

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:382666 
Friday, 6 Mar 2015
22:37 sunpoet search for other commits by this committer
- Update to 1.20.4

Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
Original commitRevision:380641 
Tuesday, 30 Sep 2014
15:25 sunpoet search for other commits by this committer
- Sort RUN_DEPENDS
Original commitRevision:369638 
Wednesday, 24 Sep 2014
03:23 swills search for other commits by this committer
www/rubygem-webmock: update to 1.18.0
Original commitRevision:369155 
Thursday, 8 May 2014
03:42 sunpoet search for other commits by this committer
- Add LICENSE
Original commitRevision:353256 
Wednesday, 30 Oct 2013
03:05 swills search for other commits by this committer
- Add stage support
Original commitRevision:332058 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Saturday, 13 Jul 2013
20:27 swills search for other commits by this committer
- Update to 1.13.0
Original commitRevision:322969 
Sunday, 30 Jun 2013
18:09 swills search for other commits by this committer
- Update to 1.12.3
Original commitRevision:322095 
Wednesday, 26 Jun 2013
03:04 swills search for other commits by this committer
- Update to 1.12.0
Original commitRevision:321779 
Sunday, 12 Feb 2012
02:16 pgollucci search for other commits by this committer
- Update to 1.7.10

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
Original commit
Wednesday, 8 Feb 2012
02:11 pgollucci search for other commits by this committer
- Update to 1.7.9

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
Original commit
Monday, 19 Dec 2011
23:52 pgollucci search for other commits by this committer
- Fix version requirements
Original commit
Saturday, 17 Dec 2011
04:12 pgollucci search for other commits by this committer
- Update to 1.7.8

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
Original commit
Thursday, 27 Oct 2011
16:39 swills search for other commits by this committer
- Update to 1.7.7
Original commit
Sunday, 2 Oct 2011
08:59 clsung search for other commits by this committer
- Update to 1.7.6
Original commit
Monday, 20 Jun 2011
17:25 pgollucci search for other commits by this committer
- Fix dependency versions
Original commit
Saturday, 18 Jun 2011
20:13 swills search for other commits by this committer
- Update to 1.6.4
Original commit
Sunday, 20 Feb 2011
13:28 clsung search for other commits by this committer
- Update to 1.6.2
Original commit
Wednesday, 8 Dec 2010
20:49 pgollucci search for other commits by this committer
- Fix dependency versions
Original commit
Tuesday, 23 Nov 2010
07:20 pgollucci search for other commits by this committer
- Update to 1.6.1

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
Original commit
Tuesday, 16 Nov 2010
06:56 pgollucci search for other commits by this committer
- Update to 1.6.0

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
Original commit
Wednesday, 10 Nov 2010
05:11 pgollucci search for other commits by this committer
- Update to 1.5.0

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
Original commit
Tuesday, 19 Oct 2010
06:54 pgollucci search for other commits by this committer
- Update to 1.4.0

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
Original commit
Wednesday, 22 Sep 2010
02:52 pgollucci search for other commits by this committer
WebMock allows stubbing HTTP requests and setting expectations on HTTP requests.

WWW:    http://rubygems.org/gems/webmock
Original commit

Number of commits found: 77