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

Number of commits found: 38

Wednesday, 16 Aug 2023
18:26 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-cld3: Update to 3.6.0

Changes:	https://github.com/akihikodaki/cld3-ruby/releases
commit hash: 385f1a29487b0c9a3863fc54329f76bfc2ecf58d commit hash: 385f1a29487b0c9a3863fc54329f76bfc2ecf58d commit hash: 385f1a29487b0c9a3863fc54329f76bfc2ecf58d commit hash: 385f1a29487b0c9a3863fc54329f76bfc2ecf58d 385f1a2
Wednesday, 5 Apr 2023
17:31 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-cld3: Update to 3.5.3

Changes:	https://github.com/akihikodaki/cld3-ruby/releases
commit hash: b2990566576aae8b7adb6de7cd9fd46625fd0dd4 commit hash: b2990566576aae8b7adb6de7cd9fd46625fd0dd4 commit hash: b2990566576aae8b7adb6de7cd9fd46625fd0dd4 commit hash: b2990566576aae8b7adb6de7cd9fd46625fd0dd4 b299056
Tuesday, 21 Mar 2023
19:22 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-cld3: Update to 3.5.2

Changes:	https://github.com/akihikodaki/cld3-ruby/releases
commit hash: 1474a0b8e8d91fbdc1b8790df725e9830dae843d commit hash: 1474a0b8e8d91fbdc1b8790df725e9830dae843d commit hash: 1474a0b8e8d91fbdc1b8790df725e9830dae843d commit hash: 1474a0b8e8d91fbdc1b8790df725e9830dae843d 1474a0b
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
Sunday, 9 Oct 2022
15:37 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.21.7

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
commit hash: 05e7a8b8e17851b506a55ab8676bd62779c328c5 commit hash: 05e7a8b8e17851b506a55ab8676bd62779c328c5 commit hash: 05e7a8b8e17851b506a55ab8676bd62779c328c5 commit hash: 05e7a8b8e17851b506a55ab8676bd62779c328c5 05e7a8b
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
05:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-cld3: Update to 3.5.0

Changes:	https://github.com/akihikodaki/cld3-ruby/releases
commit hash: 74e15f8a18cfc96c9470fdb8ba71d655d0152e26 commit hash: 74e15f8a18cfc96c9470fdb8ba71d655d0152e26 commit hash: 74e15f8a18cfc96c9470fdb8ba71d655d0152e26 commit hash: 74e15f8a18cfc96c9470fdb8ba71d655d0152e26 74e15f8
Saturday, 16 Apr 2022
04:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.20.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
commit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49b commit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49b commit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49b commit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49b 10d211b
Wednesday, 30 Mar 2022
22:21 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-cld3: Update to 3.4.4

Changes:	https://github.com/akihikodaki/cld3-ruby/releases
commit hash: e9039a53dfd52450edffc4ff9e54b3a234b6e4da commit hash: e9039a53dfd52450edffc4ff9e54b3a234b6e4da commit hash: e9039a53dfd52450edffc4ff9e54b3a234b6e4da commit hash: e9039a53dfd52450edffc4ff9e54b3a234b6e4da e9039a5
Monday, 28 Feb 2022
12:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.19.4

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2 commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2 commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2 commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2 f7e42ce
Tuesday, 11 Jan 2022
18:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-cld3: Update to 3.4.3

Changes:	https://github.com/akihikodaki/cld3-ruby/releases
commit hash: 618258f7c5777a9329be1e2a4d02c2753283ee6f commit hash: 618258f7c5777a9329be1e2a4d02c2753283ee6f commit hash: 618258f7c5777a9329be1e2a4d02c2753283ee6f commit hash: 618258f7c5777a9329be1e2a4d02c2753283ee6f 618258f
Monday, 25 Oct 2021
15:58 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-cld3: Update to 3.4.2

- Change RUN_DEPENDS from rubygem-ffi110 to rubygem-ffi

Changes:	https://github.com/akihikodaki/cld3-ruby/releases
commit hash: 8a442dc10c34df741b3616886ad9218dd50a373b commit hash: 8a442dc10c34df741b3616886ad9218dd50a373b commit hash: 8a442dc10c34df741b3616886ad9218dd50a373b commit hash: 8a442dc10c34df741b3616886ad9218dd50a373b 8a442dc
Wednesday, 21 Jul 2021
18:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.17.3

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		257026
Exp-run by:	antoine
commit hash: f4acead6367a692af17431cc233565e8f1149366 commit hash: f4acead6367a692af17431cc233565e8f1149366 commit hash: f4acead6367a692af17431cc233565e8f1149366 commit hash: f4acead6367a692af17431cc233565e8f1149366 f4acead
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
Tuesday, 26 Jan 2021
14:01 sunpoet search for other commits by this committer
Bump PORTREVISION for devel/protobuf shlib change
Original commitRevision:562671 
Monday, 23 Nov 2020
11:55 mfechner search for other commits by this committer
Update to 3.3.0 to be ruby 2.7 compatible.
Original commitRevision:556105 
Sunday, 30 Aug 2020
20:19 sunpoet search for other commits by this committer
Bump PORTREVISION for devel/protobuf shlib change
Original commitRevision:547081 
Wednesday, 3 Jun 2020
18:32 sunpoet search for other commits by this committer
Bump PORTREVISION for devel/protobuf shlib change
Original commitRevision:537830 
17:59 sunpoet search for other commits by this committer
Use LIB_DEPENDS for devel/protobuf

% ldd /usr/local/lib/ruby/gems/2.6/gems/cld3-3.2.4/ext/cld3/libcld3.so | grep
protobuf
        libprotobuf.so.23 => /usr/local/lib/libprotobuf.so.23 (0x801a00000)
Original commitRevision:537630 
Tuesday, 10 Sep 2019
17:38 sunpoet search for other commits by this committer
Keep .so files in ext directory

- Remove NO_ARCH for dependent ports
- Bump PORTREVISION for dependency and package change

PR:		240425
Exp-run by:	antoine
Original commitRevision:511765 
Wednesday, 28 Aug 2019
09:59 mfechner search for other commits by this committer
textproc/rubygem-cld3 upgrade to 3.2.4 which makes it compatible with ruby 2.6.

PR:		240094
Original commitRevision:510051 
Saturday, 18 May 2019
09:45 sunpoet search for other commits by this committer
Update gemspec for rubygem-ffi 1.11.0 update

- Bump PORTREVISION for package change
Original commitRevision:501943 
Friday, 22 Feb 2019
19:56 sunpoet search for other commits by this committer
Update devel/ruby-gems to 3.0.2

- Update Mk/Uses/gem.mk

Changes:	https://github.com/rubygems/rubygems/blob/master/History.txt
PR:		235795
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>, sunpoet (myself)
Exp-run by:	antoine
Original commitRevision:493610 
Saturday, 12 Jan 2019
09:19 sunpoet search for other commits by this committer
Fix check-plist error

====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: @dir %%DOC_DIR%%
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1

Stop.
make: stopped in /usr/ports/textproc/rubygem-cld3
Original commitRevision:490034 
Friday, 11 Jan 2019
20:17 sunpoet search for other commits by this committer
Update gemspec for rubygem-ffi 1.10.0 update

- Bump PORTREVISION for package change
Original commitRevision:490007 
Tuesday, 11 Dec 2018
17:03 linimon search for other commits by this committer
These ports now build on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:487243 
Tuesday, 26 Dec 2017
23:21 sunpoet search for other commits by this committer
Update to 3.2.2

Changes:	https://github.com/akihikodaki/cld3-ruby/releases
Original commitRevision:457342 
Monday, 16 Oct 2017
17:47 sunpoet search for other commits by this committer
Update to 3.2.1

Changes:	https://github.com/akihikodaki/cld3-ruby/releases
Original commitRevision:452233 
Sunday, 17 Sep 2017
18:00 sunpoet search for other commits by this committer
Update to 3.2.0

- Pet portlint: move BROKEN upward

Changes:	https://github.com/akihikodaki/cld3-ruby/releases
Original commitRevision:450013 
Saturday, 5 Aug 2017
03:25 jrm search for other commits by this committer
Set ruby@FreeBSD.org as maintainer of these ports, so that ruby team can
more easily contribute to their maintenance.
Original commitRevision:447386 
Saturday, 17 Jun 2017
03:00 bdrewery search for other commits by this committer
Fix wrong PKGNAME dependency.

Spotted by:	Poudriere
With hat:	portmgr
Original commitRevision:443726 
Thursday, 15 Jun 2017
19:31 jrm search for other commits by this committer
textproc/rubygem-cld3: Update to version 3.1.3
Original commitRevision:443625 
Friday, 2 Jun 2017
15:49 linimon search for other commits by this committer
Mark some ports failing on powerpc64.  These ports are either new
ports, or had been recently unblocked.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:442405 
Wednesday, 24 May 2017
22:27 jrm search for other commits by this committer
textproc/rubygem-cld3: Bump PORTREVSION, which should have been done with last
commit.

Approved by:	swills (mentor, implicit)
Original commitRevision:441625 
22:25 jrm search for other commits by this committer
textproc/rubygem-cld3: Prevent removal of ext directory, because a shared
library is searched for and installed there.

Approved by:	swills (mentor, implicit)
Original commitRevision:441624 
Thursday, 18 May 2017
15:55 jrm search for other commits by this committer
textproc/rubygem-cld3: Update to version 3.1.2

Upstream changes: https://github.com/akihikodaki/cld3-ruby/releases

Reviewed by:	swills (mentor, implicit)
Original commitRevision:441156 
Friday, 12 May 2017
20:25 jrm search for other commits by this committer
New port, textproc/rubygem-cld3: Compact Language Detection

WWW: https://github.com/akihikodaki/cld3-ruby

Approved by:	swills (mentor, implicit)
Original commitRevision:440709 

Number of commits found: 38