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: databases/redis62/files/patch-deps-hiredis-net.c

Number of commits found: 2

Sunday, 7 Aug 2022
05:30 Yasuhiro Kimura (yasu) search for other commits by this committer
databases/redis{6,62}: Fix problem that pkg-message is misleading

When installing package of databases/redis62, following pkg-message is
displayed.

          To setup "redis62" you need to edit the configuration file:
          /usr/local/etc/redis62.conf

          To run redis from startup, add redis62_enable="YES"
          in your /etc/rc.conf.

But path of configuration file is /usr/local/etc/redis.conf and what
should really be added to /etc/rc.conf is redis_enable="YES". Same
problem also happens when installing databases/redis6

The source of the problem is that the value of ${PORTNAME} is used to
create pkg-message from file/pkg-message.in. So fix it by changing the
value of ${PORTNAME} to "redis" and set PKGNAMESUFFIX in Makefile of
each port.

While I'm here,

* Pet portlint and portclippy
* Tidy up Makefile with portfmt.

PR:		265623
Reported by:	FiLiS
MFH:		2022Q3
commit hash: da202ea08068ed0be6487ea5f2bc368bbfb0d2c2 commit hash: da202ea08068ed0be6487ea5f2bc368bbfb0d2c2 commit hash: da202ea08068ed0be6487ea5f2bc368bbfb0d2c2 commit hash: da202ea08068ed0be6487ea5f2bc368bbfb0d2c2 da202ea
Thursday, 28 Apr 2022
02:18 Yasuhiro Kimura (yasu) search for other commits by this committer
databases/redis62: Copy from databases/redis

Copy databases/redis to databases/redis62 as a preparation for
updating databases/redis to 7.0.
commit hash: 36836207bca52685e109a0601b215e836a452c28 commit hash: 36836207bca52685e109a0601b215e836a452c28 commit hash: 36836207bca52685e109a0601b215e836a452c28 commit hash: 36836207bca52685e109a0601b215e836a452c28 3683620

Number of commits found: 2