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/pecl-redis/Makefile

Number of commits found: 27

Wednesday, 12 Jul 2023
13:41 Vladimir Druzenko (vvd) search for other commits by this committer
databases/pecl-redis: php8.1 PHP Fatal error: Arginfo / zpp mismatch during call
of Redis::pconnect()

Without patch port doesn't work with PHP 8.1 and probably with 8.0, 8.2 and 8.3
too.
Upstream issue: https://github.com/phpredis/phpredis/issues/2041

PR:			272451
Approved by:		Daniel Ylitalo <daniel@blodan.se> (maintainer), arrowd (mentor)
Obtained from:		https://github.com/phpredis/phpredis/issues/2041
Differential Revision:	https://reviews.freebsd.org/D40984
MFH:			2023Q3
commit hash: d3acc2daf535c754a0173bffb08dd1cfb28f5df7 commit hash: d3acc2daf535c754a0173bffb08dd1cfb28f5df7 commit hash: d3acc2daf535c754a0173bffb08dd1cfb28f5df7 commit hash: d3acc2daf535c754a0173bffb08dd1cfb28f5df7 d3acc2d
Sunday, 16 Apr 2023
18:09 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Remove merged or non-existent USE_PHP directives

- Remove USE_PHP=hash which is available in default php installation of
  all versions of php
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
  all versions of php
  * devel/pear-PHPTAL: Remove OPTION JSON
  * www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
  and later and has been replaced with sqlsrv module which is Windows
  only
  * www/codeigniter: Remove OPTION MSSQL
  * www/moodle311: Remove OPTION MSSQL
  * www/moodle39: Remove OPTION MSSQL
  * www/moodle40: Remove OPTION MSSQL
  * www/moodle41: Remove OPTION MSSQL
- Remove USE_PHP=openssl which is available in default php installation
  of all versions of php
  * databases/phpmyadmin: Remove OPTION OPENSSL
  * databases/phpmyadmin5: Remove OPTION OPENSSL
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION OPENSSL
  * www/nextcloud: Remove OPTION SSL
  * www/owncloud: Remove OPTION SSL
- Remove USE_PHP=pcre which is available in default php installation of
  all versions of php
  * sysutils/racktables: Remove OPTION PCRE
- Remove USE_PHP=postgresql which should be USE_PHP=pgsql and update
  following ports
  * www/typo3-11
  * www/typo3-12
- Remove USE_PHP=pdf which is no longer available as php module
  * databases/phpmyadmin: Remove OPTION PDF
- Remove USE_PHP=spl which is available in default php installation of
  all versions of php
- Remove USE_PHP=sqlsrv which was never imported into FreeBSD as that is
  Windows only php module
  * www/typo3-11: Remove OPTION SQLSRV
  * www/typo3-12: Remove OPTION SQLSRV
- Bump where DEFAULT OPTIONS are affected

Sponsored by:	Bounce Experts

Approved by:	portmgr(blanket)
commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea 0ac3a69
Friday, 16 Dec 2022
10:44 Nuno Teixeira (eduardo) search for other commits by this committer Author: fsbruva
databases/pecl-redis: Update to 5.3.7

ChangeLog:	https://github.com/phpredis/phpredis/compare/5.3.5...5.3.7
PR:		268375
commit hash: 293950d5de01ae32a2ad8b34704be0878039dcce commit hash: 293950d5de01ae32a2ad8b34704be0878039dcce commit hash: 293950d5de01ae32a2ad8b34704be0878039dcce commit hash: 293950d5de01ae32a2ad8b34704be0878039dcce 293950d
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
Thursday, 30 Dec 2021
07:29 Hiroki Tagato (tagattie) search for other commits by this committer Author: Daniel Ylitalo
databases/pecl-redis: update to 5.3.5

Changelog:
https://pecl.php.net/package-changelog.php?package=redis&release=5.3.5

PR:		260754
Reported by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
commit hash: 50bb2901ceaa1c39be75c011835813efe4573576 commit hash: 50bb2901ceaa1c39be75c011835813efe4573576 commit hash: 50bb2901ceaa1c39be75c011835813efe4573576 commit hash: 50bb2901ceaa1c39be75c011835813efe4573576 50bb290
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
Saturday, 7 Nov 2020
16:41 mikael search for other commits by this committer
databases/pecl-redis: Update to 5.3.2o

Changelog:
  https://pecl.php.net/package/redis/5.3.2

PR:		250797
Submitted by:	Daniel Ylitalo (maintainer)
Reported by:	Kamigishi Rei
Original commitRevision:554407 
Saturday, 11 Jul 2020
10:43 joneum search for other commits by this committer
Update to 5.3.1

remove unnecessary patches

PR:		247906
Submitted by:	Matt <fsbruva@yahoo.com> (maintainer)
Sponsored by:	Netzkommune GmbH
Original commitRevision:541959 
Monday, 6 Jul 2020
06:37 riggs search for other commits by this committer
Fix runtime link error: Undefined symbol "php_hash_bin2hex" and segfault

PR:		247717
Submitted by:	juraj@lutter.sk, daniel@blodan.se (maintainer)
Reviewed by:	daniel@blodan.se (maintainer)
MFH:		2020Q3
Original commitRevision:541314 
Wednesday, 1 Jul 2020
09:57 lwhsu search for other commits by this committer
Update to 5.3

PR:		247677
Submitted by:	Miguel Gocobachi <miguel@gocobachi.dev>
Approved by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
Original commitRevision:540946 
Monday, 1 Jun 2020
15:46 joneum search for other commits by this committer
Update to 5.2.2

PR:		246906
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
Sponsored by:	Netzkommune GmbH
Original commitRevision:537490 
Sunday, 29 Mar 2020
06:35 joneum search for other commits by this committer
Update to 5.2.1

PR:		245029
Sponsored by:	Netzkommune GmbH
Original commitRevision:529775 
Wednesday, 4 Dec 2019
17:35 amdmi3 search for other commits by this committer
- Update to 5.1.1

PR:		242426
Submitted by:	daniel@blodan.se (maintainer)
Original commitRevision:519034 
Monday, 2 Sep 2019
22:50 swills search for other commits by this committer
databases/pecl-redis: update to 5.0.2

PR:		239556
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
Original commitRevision:510882 
Friday, 19 Jul 2019
00:00 sunpoet search for other commits by this committer
Update to 5.0.1

- Remove CONFLICTS_INSTALL

Changes:	https://pecl.php.net/package-changelog.php?package=redis
PR:		239258
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
Original commitRevision:506900 
Sunday, 23 Dec 2018
10:43 joneum search for other commits by this committer
Update to 4.2.0

Chhangelog: https://pecl.php.net/package-changelog.php?package=redis

PR:		234254
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
Sponsored by:	Netzkommune GmbH
Original commitRevision:488186 
Thursday, 11 Oct 2018
15:41 joneum search for other commits by this committer
Update to 4.1.1

PR:		232156
Reported by:	maintainer
Sponsored by:	Netzkommune GmbH
Original commitRevision:481838 
Sunday, 29 Jul 2018
13:20 joneum search for other commits by this committer
databases/pecl-redis: Update to 4.1.0

PR:		230146
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
Original commitRevision:475660 
Wednesday, 25 Apr 2018
13:26 joneum search for other commits by this committer
databases/pecl-redis: Update to 4.0.2

Changelog:
https://pecl.php.net/package-changelog.php?package=redis&release=4.0.2

PR:		227766
Submitted by:	maintainer
Original commitRevision:468279 
10:33 joneum search for other commits by this committer
databases/pecl-redis: Update and split into new port

This update consists of two parts which updates current port
and creates a new port with the old version as there are breaking
changes in the new version.

PR:		227396
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D15146
Original commitRevision:468272 
Thursday, 11 Jan 2018
08:33 vanilla search for other commits by this committer
Update to 3.1.6.

PR:		225064
Submitted by:	maintainer
Original commitRevision:458716 
Friday, 29 Sep 2017
08:17 vanilla search for other commits by this committer
Update to 3.1.4.

PR:		222661
Submitted by:	maintainer
Original commitRevision:450884 
Tuesday, 18 Jul 2017
20:20 cpm search for other commits by this committer
databases/pecl-redis: Update to 3.1.3

Changelog:
https://pecl.php.net/package-changelog.php?package=redis&release=3.1.3

PR:		220803
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
Original commitRevision:446175 
Monday, 10 Apr 2017
15:08 mat search for other commits by this committer
Convert all PECL ports to USES=php:pecl.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
Original commitRevision:438175 
Tuesday, 4 Apr 2017
12:57 vanilla search for other commits by this committer
Update to 3.1.2.

PR:		218318
Submitted by:	maintainer
Original commitRevision:437730 
Wednesday, 15 Feb 2017
14:57 sunpoet search for other commits by this committer
Add pecl-redis 3.1.1 (copied from php56-redis and updated to 3.1.1)

- Remove databases/php56-redis, databases/php70-redis and databases/php71-redis
- Add MOVED entries
- While I'm here, add LICENSE_FILE

Changes:	https://pecl.php.net/package-changelog.php?package=redis
PR:		216700
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer of
databases/php71-redis)
Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer of
databases/php56-redis),
		Joshua Ruehlig <joshruehlig@gmail.com> (maintainer of databases/php70-redis,
timeout, 14 days)
Original commitRevision:434179 

Number of commits found: 27