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-puppet-strings/Makefile

Number of commits found: 20

Wednesday, 24 Jan 2024
03:12 Romain Tartière (romain) search for other commits by this committer
textproc/rubygem-puppet-strings: Update to 4.1.2

ChangeLog:
https://github.com/puppetlabs/puppet-strings/blob/main/CHANGELOG.md#v412---2023-12-05

With hat:	puppet
commit hash: 65fdc2b6d37c095f2ec443943f8b8aeda2fdc4f3 commit hash: 65fdc2b6d37c095f2ec443943f8b8aeda2fdc4f3 commit hash: 65fdc2b6d37c095f2ec443943f8b8aeda2fdc4f3 commit hash: 65fdc2b6d37c095f2ec443943f8b8aeda2fdc4f3 65fdc2b
Sunday, 26 Nov 2023
07:47 Romain Tartière (romain) search for other commits by this committer
textproc/rubygem-puppet-strings: Update to 4.1.1

ChangeLog:
https://github.com/puppetlabs/puppet-strings/blob/main/CHANGELOG.md

With hat:	puppet
commit hash: 20830a25eed582f037bee415f90445c0056d77e0 commit hash: 20830a25eed582f037bee415f90445c0056d77e0 commit hash: 20830a25eed582f037bee415f90445c0056d77e0 commit hash: 20830a25eed582f037bee415f90445c0056d77e0 20830a2
Saturday, 11 Nov 2023
01:54 Romain Tartière (romain) search for other commits by this committer
textproc/rubygem-puppet-strings: Update to 4.1.0

While here, default to sysutils/puppet8 to provide Puppet and drop
broken option to use sysutils/puppet6 which does not exist anymore.

ChangeLog:
https://github.com/puppetlabs/puppet-strings/blob/main/CHANGELOG.md#v410---2023-07-04

With hat:	puppet
commit hash: 792a42f4ae29b5d580356122b4661318c2e6d6d4 commit hash: 792a42f4ae29b5d580356122b4661318c2e6d6d4 commit hash: 792a42f4ae29b5d580356122b4661318c2e6d6d4 commit hash: 792a42f4ae29b5d580356122b4661318c2e6d6d4 792a42f
Sunday, 7 May 2023
01:43 Romain Tartière (romain) search for other commits by this committer
textproc/rubygem-puppet-strings: Add OPTION for Puppet 8

Default packages are not changed. Not bumping PORTREVISION.

With hat:	puppet
commit hash: 67975987139470046bf1477c235521e434ab1b6e commit hash: 67975987139470046bf1477c235521e434ab1b6e commit hash: 67975987139470046bf1477c235521e434ab1b6e commit hash: 67975987139470046bf1477c235521e434ab1b6e 6797598
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
Monday, 21 Nov 2022
00:37 Romain Tartière (romain) search for other commits by this committer
textproc/rubygem-puppet-strings: Udpate to 3.0.1

With hat:	puppet
commit hash: da7d997f79eff088a491c440739f7c62ed350f5b commit hash: da7d997f79eff088a491c440739f7c62ed350f5b commit hash: da7d997f79eff088a491c440739f7c62ed350f5b commit hash: da7d997f79eff088a491c440739f7c62ed350f5b da7d997
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
Friday, 3 Dec 2021
18:40 Romain Tartière (romain) search for other commits by this committer
textproc/rubygem-puppet-strings: Update to 2.9.0

ChangeLog:
https://github.com/puppetlabs/puppet-strings/blob/main/CHANGELOG.md#v290-2021-11-29

With hat:	puppet
commit hash: 242fdb67b2057676ebee058aaa34c338d6d4902e commit hash: 242fdb67b2057676ebee058aaa34c338d6d4902e commit hash: 242fdb67b2057676ebee058aaa34c338d6d4902e commit hash: 242fdb67b2057676ebee058aaa34c338d6d4902e 242fdb6
Monday, 25 Oct 2021
16:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-puppet-strings: Update version requirement of RUN_DEPENDS

With hat:	ruby
commit hash: 763c5b6940f44e37210b5a3ef9165e20d2c1906b commit hash: 763c5b6940f44e37210b5a3ef9165e20d2c1906b commit hash: 763c5b6940f44e37210b5a3ef9165e20d2c1906b commit hash: 763c5b6940f44e37210b5a3ef9165e20d2c1906b 763c5b6
Sunday, 19 Sep 2021
06:01 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-puppet-strings: Add NO_ARCH

Approved by:	portmgr (blanket)
commit hash: 0625da2624547e722e2bd7c7a3eea84025948821 commit hash: 0625da2624547e722e2bd7c7a3eea84025948821 commit hash: 0625da2624547e722e2bd7c7a3eea84025948821 commit hash: 0625da2624547e722e2bd7c7a3eea84025948821 0625da2
Thursday, 22 Jul 2021
05:43 Romain Tartière (romain) search for other commits by this committer
textproc/rubygem-puppet-strings: Update to 2.8.0

ChangeLog:
https://github.com/puppetlabs/puppet-strings/blob/main/CHANGELOG.md#v280-2021-07-19

With hat:	puppet
commit hash: 39e1004e60fc4654540a7d95651485949d96917b commit hash: 39e1004e60fc4654540a7d95651485949d96917b commit hash: 39e1004e60fc4654540a7d95651485949d96917b commit hash: 39e1004e60fc4654540a7d95651485949d96917b 39e1004
Sunday, 23 May 2021
19:26 Romain Tartière (romain) search for other commits by this committer
textproc/rubygem-puppet-strings: Update to 2.7.0

ChangeLog:
https://github.com/puppetlabs/puppet-strings/blob/main/CHANGELOG.md#v270-2021-05-17

With hat:	puppet
commit hash: 8b78fef621f1439ed7589690d23c9071092d03ea commit hash: 8b78fef621f1439ed7589690d23c9071092d03ea commit hash: 8b78fef621f1439ed7589690d23c9071092d03ea commit hash: 8b78fef621f1439ed7589690d23c9071092d03ea 8b78fef
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
Friday, 19 Feb 2021
19:37 romain search for other commits by this committer
Change default Puppet version to 7

sysutils/rubygem-bolt now depends on Puppet 7 but it also depends on tis port
which by default depends on Puppet 6.  As a consequence, building these ports
without changing the defaut options leads to a conflicting situation.

Fix this by depending on the latest Puppet by default.

With hat:	puppet
Original commitRevision:566095 
Friday, 22 Jan 2021
21:54 romain search for other commits by this committer
Update to 2.6.0

With hat:	puppet
Original commitRevision:562347 
Saturday, 5 Dec 2020
20:52 romain search for other commits by this committer
Make it possible to choose which version of Puppet to depend on

Since we do not change the default, no need to rebuild packages so no
PORTREVISION bump.

With hat:	puppet
Original commitRevision:557086 
Thursday, 23 Jul 2020
21:03 romain search for other commits by this committer
Update to 2.5.0

Release notes:
https://github.com/puppetlabs/puppet-strings/blob/main/CHANGELOG.md#v250-2020-07-15

With hat:	puppet
Original commitRevision:542964 
Friday, 21 Feb 2020
17:48 romain search for other commits by this committer
Update to 2.4.0

With hat:	puppet
Original commitRevision:526639 
Tuesday, 3 Dec 2019
22:53 romain search for other commits by this committer
New port: textproc/rubygem-puppet-strings

Puppet Strings generates HTML documentation for Puppet extensions written in
Puppet and Ruby.

WWW: https://github.com/puppetlabs/puppet-strings

With hat:	puppet
Original commitRevision:518971 

Number of commits found: 20