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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: devel/rubygem-cms_scanner/Makefile

Number of commits found: 14

Wednesday, 24 Jul 2024
11:45 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-cms_scanner: Change RUN_DEPENDS from rubygem-get_process_mem to
rubygem-get_process_mem0

- Bump PORTREVISION for dependency change
commit hash: 52e9e9b2b3d7d9e5c42ccebb13b8e79451599445 commit hash: 52e9e9b2b3d7d9e5c42ccebb13b8e79451599445 commit hash: 52e9e9b2b3d7d9e5c42ccebb13b8e79451599445 commit hash: 52e9e9b2b3d7d9e5c42ccebb13b8e79451599445 52e9e9b
Wednesday, 17 Jul 2024
08:50 Matthias Fechner (mfechner) search for other commits by this committer
devel/rubygem-cms_scanner: update to 0.13.9

Changes:	https://github.com/wpscanteam/CMSScanner/releases

PR:		280087
Approved by:	rihaz.jerrin@gmail.com (maintainer, timeout)
commit hash: d30159d9c192086c753a8d1aa943770511c2a8c9 commit hash: d30159d9c192086c753a8d1aa943770511c2a8c9 commit hash: d30159d9c192086c753a8d1aa943770511c2a8c9 commit hash: d30159d9c192086c753a8d1aa943770511c2a8c9 d30159d
Wednesday, 5 Apr 2023
17:31 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-cms_scanner: Fix gemspec for rubygem-ruby-progressbar 1.13.0
update

- Bump PORTREVISION for package change

Reference:	https://github.com/wpscanteam/CMSScanner/commit/fa9024ff9758c26814ca102915a6b494be98908f
		https://github.com/wpscanteam/CMSScanner/commit/8b6b1342ae517d074fc8b9ef60698ddcc713a317
commit hash: fad84f03c20d58a37f94a39adafb7e765253b7d3 commit hash: fad84f03c20d58a37f94a39adafb7e765253b7d3 commit hash: fad84f03c20d58a37f94a39adafb7e765253b7d3 commit hash: fad84f03c20d58a37f94a39adafb7e765253b7d3 fad84f0
Monday, 30 Jan 2023
13:02 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-cms_scanner: Fix gemspec for rubygem-sys-proctable 1.3.0 update

- Bump PORTREVISION for package change
commit hash: c74cc188728b9b1dbee21f29df8b25d0801b8d5d commit hash: c74cc188728b9b1dbee21f29df8b25d0801b8d5d commit hash: c74cc188728b9b1dbee21f29df8b25d0801b8d5d commit hash: c74cc188728b9b1dbee21f29df8b25d0801b8d5d c74cc18
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
19:26 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-cms_scanner: Fix gemspec for rubygem-public_suffix 5.0.0 update

- Bump PORTREVISION for dependency change
commit hash: 6c385fc71201cf07f3068da97e84f7bafc4107b4 commit hash: 6c385fc71201cf07f3068da97e84f7bafc4107b4 commit hash: 6c385fc71201cf07f3068da97e84f7bafc4107b4 commit hash: 6c385fc71201cf07f3068da97e84f7bafc4107b4 6c385fc
Wednesday, 26 Jan 2022
10:43 Matthias Fechner (mfechner) search for other commits by this committer
textproc/nokogiri111: make 1.11.x available and use it if required
commit hash: 5f255f62ce0cc4845b6531fec4ef614003bb8928 commit hash: 5f255f62ce0cc4845b6531fec4ef614003bb8928 commit hash: 5f255f62ce0cc4845b6531fec4ef614003bb8928 commit hash: 5f255f62ce0cc4845b6531fec4ef614003bb8928 5f255f6
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
Wednesday, 27 Jan 2021
12:39 mfechner search for other commits by this committer
Update to 0.13.0 to be able to use the new textproc/rubygem-nokogiri which is a
security related update.
Original commitRevision:563054 
Sunday, 2 Feb 2020
11:41 mfechner search for other commits by this committer
Update to 0.8.1 to work with newer rubygem-addressable.
Original commitRevision:524939 
Tuesday, 13 Aug 2019
20:52 sunpoet search for other commits by this committer
Update to 0.5.5

- Update version requirement of RUN_DEPENDS
- Sort RUN_DEPENDS

Changes:	https://github.com/wpscanteam/CMSScanner/releases
PR:		239532
Submitted by:	sunpoet (myself)
Approved by:	Rihaz Jerrin <rihaz.jerrin@gmail.com> (maintainer)
Original commitRevision:508873 
Tuesday, 8 Jan 2019
17:17 swills search for other commits by this committer
devel/rubygem-cms_scanner: create port

Framework to provide an easy way to implement CMS Scanners

WWW: https://github.com/wpscanteam/CMSScanner

PR:		231838
Submitted by:	Rihaz Jerrin <rihaz.jerrin@gmail.com> (with changes)
Original commitRevision:489726 

Number of commits found: 14