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: lang/php82/pkg-plist

Number of commits found: 8

Thursday, 18 Jan 2024
18:29 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/php82: Update version 8.2.14=>8.2.15

Changelog: https://www.php.net/ChangeLog-8.php#8.2.15
commit hash: 147a6723542d29626979348f2814a58ae276391b commit hash: 147a6723542d29626979348f2814a58ae276391b commit hash: 147a6723542d29626979348f2814a58ae276391b commit hash: 147a6723542d29626979348f2814a58ae276391b 147a672
Friday, 22 Dec 2023
01:24 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/php82: Update version 8.2.13=>8.2.14

- php modules while build with system pcre fails to run when using
  apache httpd and mod_php. So OPTIONIZE and add as a non-DEFAULT
  option. However to my knowledge and experience I haven't faced this
  with nginx and php-fpm yet. [1]
- There is another corner case with apache httpd and mod_php when run
  on 13.2-RELEASE or newer specially on versions where ASLR is by default
  turned on. All modules specialy opcache crashes httpd. So add a
  warning message to advise users to move into php-fpm. [2]
- Remove unnecesary patches from devel/php82-readline [3]

Changelog: https://www.php.net/ChangeLog-8.php#8.2.14

PR: 275522 [1], 268318 [2], 275795 [3]
Reported by: majo-bugs.freebsd.org@cerny.sk [1], zarychtam@plan-b.pwste.edu.pl
[2], x0r+freebsd@x0r.fr [3]
commit hash: e216badd22213c1654b46954576b85887a0a92b7 commit hash: e216badd22213c1654b46954576b85887a0a92b7 commit hash: e216badd22213c1654b46954576b85887a0a92b7 commit hash: e216badd22213c1654b46954576b85887a0a92b7 e216bad
Thursday, 23 Nov 2023
22:02 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/php82: Update version 8.2.12=>8.2.13

- Switch to system pcre
- Switch to libenchant-2 for enchant extension
- Remove OPTIONS for using the deprecated cclient library for imap
  extension
- mysqli no longer supports building with external mysql libraries so
  remove the options for MYSQLND
- Switch to libedit for readline extension

Changelog: https://www.php.net/ChangeLog-8.php#8.2.13
commit hash: cea1194ae5f2bfa34526d25e6908fcd9d1698c0c commit hash: cea1194ae5f2bfa34526d25e6908fcd9d1698c0c commit hash: cea1194ae5f2bfa34526d25e6908fcd9d1698c0c commit hash: cea1194ae5f2bfa34526d25e6908fcd9d1698c0c cea1194
Friday, 14 Apr 2023
17:33 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/php82: Update version 8.2.4=>8.2.5

Changelog: https://www.php.net/ChangeLog-8.php#8.2.5

Sponsored by:	Bounce Experts
commit hash: 57a55442fc76036987443f3a33fe6490d3e0b818 commit hash: 57a55442fc76036987443f3a33fe6490d3e0b818 commit hash: 57a55442fc76036987443f3a33fe6490d3e0b818 commit hash: 57a55442fc76036987443f3a33fe6490d3e0b818 57a5544
Friday, 16 Sep 2022
08:49 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/php82: Update version 8.2.0beta2=>8.2.0RC2

- Core:
  . Fixed bug GH-9500 (Using dnf type with parentheses after readonly
  keyword results in a parse error). (ilutov)
  . Fixed bug GH-9516 ((A&B)|D as a param should allow AB or D.  Not
  just A).  (Girgias)

- GMP
  . Fixed bug GH-9308 (GMP throws the wrong error when a GMP object is
  passed to gmp_init()). (Girgias)

- Intl
  . Fixed bug GH-9421 (Incorrect argument number for ValueError in
  NumberFormatter).  (Girgias)

- Opcache:
  . Fixed bug GH-9259 (opcache.interned_strings_buffer setting integer
  overflow). (Arnaud)

- OpenSSL:
  . Fixed bug GH-9517 (Compilation error openssl extension related to
  PR GH-9366). (Jakub Zelenka)

- PDO_PGSQL:
  . Fixed bug GH-9411 (PgSQL large object resource is incorrectly
  closed).  (Yurunsoft)

- Random:
  . Fixed bug GH-9464 (build on older macOs releases).  (David Bohman)

- Standard:
  . Marked crypt()'s $string parameter as #[\SensitiveParameter].
  (timwolla)
  . Fixed bug GH-9464 (build on older macOs releases). (David Bohman)
  . Fixed bug GH-9518 (Disabling IPv6 support disables unrelated
  constants).  (cmb)

Please DO NOT use this version in production, it is an early test
version.

Relnotes: 	https://github.com/php/php-src/blob/php-8.2.0RC2/NEWS
Sponsored by:	Bounce Experts
commit hash: 0f83560b42de3cf05ed366538783ffdb5ec40bad commit hash: 0f83560b42de3cf05ed366538783ffdb5ec40bad commit hash: 0f83560b42de3cf05ed366538783ffdb5ec40bad commit hash: 0f83560b42de3cf05ed366538783ffdb5ec40bad 0f83560
Thursday, 4 Aug 2022
19:43 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/php82: Update version 8.2.0a3=>8.2.0b2

- Fix building with some DEFAULT OPTIONS off [1]
PR:		265500 [1]
Reported by:	a.shikov@itcons.net.ua [1]
Sponsored by:	Bounce Experts
commit hash: 5da33bb9b44197233147df3ac9ffdc943ac3662b commit hash: 5da33bb9b44197233147df3ac9ffdc943ac3662b commit hash: 5da33bb9b44197233147df3ac9ffdc943ac3662b commit hash: 5da33bb9b44197233147df3ac9ffdc943ac3662b 5da33bb
Thursday, 7 Jul 2022
05:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/php82: Update version 8.2.0.a1=>8.2.0.a3

Please DO NOT use this version in production, it is an early test
version.

Sponsored by:	Bounce Experts
commit hash: f99a80bb94cd290b42b4866f5bdf6bbc2a460eb9 commit hash: f99a80bb94cd290b42b4866f5bdf6bbc2a460eb9 commit hash: f99a80bb94cd290b42b4866f5bdf6bbc2a460eb9 commit hash: f99a80bb94cd290b42b4866f5bdf6bbc2a460eb9 f99a80b
Saturday, 11 Jun 2022
21:02 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*php82*: Welcome php 8.2.0 Alpha 1

Please DO NOT use this version in production, it is an early test
version.

port-committers@ please DO NOT mark your ports IGNORE_WITH_PHP=82. A
build is running to check all php ports with php82 and will be
committed in batch tomorrow.

Sponsored by:	Bounce Experts
commit hash: 665b149d2692ff6926a092568304091995e07d39 commit hash: 665b149d2692ff6926a092568304091995e07d39 commit hash: 665b149d2692ff6926a092568304091995e07d39 commit hash: 665b149d2692ff6926a092568304091995e07d39 665b149

Number of commits found: 8