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: devel/pecl-APCu/distinfo

Number of commits found: 20

Tuesday, 14 Nov 2023
17:15 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pecl-APCu: Update to 5.1.23

Changes:	https://pecl.php.net/package-changelog.php?package=APCu
		https://github.com/krakjoe/apcu/releases
commit hash: bf7131d27e5f3db050984a2d21ec01772d387209 commit hash: bf7131d27e5f3db050984a2d21ec01772d387209 commit hash: bf7131d27e5f3db050984a2d21ec01772d387209 commit hash: bf7131d27e5f3db050984a2d21ec01772d387209 bf7131d
Monday, 3 Oct 2022
02:14 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pecl-APCu: Update to 5.1.22

Changes:	https://pecl.php.net/package-changelog.php?package=APCu
		https://github.com/krakjoe/apcu/releases
commit hash: 28c192fabbc31cbaeb5e78881e197acefcc240cc commit hash: 28c192fabbc31cbaeb5e78881e197acefcc240cc commit hash: 28c192fabbc31cbaeb5e78881e197acefcc240cc commit hash: 28c192fabbc31cbaeb5e78881e197acefcc240cc 28c192f
Wednesday, 13 Oct 2021
19:13 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pecl-APCu: Update to 5.1.21

Changes:	https://pecl.php.net/package-changelog.php?package=APCu
		https://github.com/krakjoe/apcu/releases
commit hash: fdf8180a3f7775dbceaccc42df482195c9ba65b5 commit hash: fdf8180a3f7775dbceaccc42df482195c9ba65b5 commit hash: fdf8180a3f7775dbceaccc42df482195c9ba65b5 commit hash: fdf8180a3f7775dbceaccc42df482195c9ba65b5 fdf8180
Tuesday, 4 May 2021
19:14 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pecl-APCu: Update to 5.1.20

- Take maintainership

Changes:	https://pecl.php.net/package-changelog.php?package=APCu
commit hash: 563e40d4b1b93e591e33cf783208f717b41cf5ff commit hash: 563e40d4b1b93e591e33cf783208f717b41cf5ff commit hash: 563e40d4b1b93e591e33cf783208f717b41cf5ff commit hash: 563e40d4b1b93e591e33cf783208f717b41cf5ff 563e40d
Sunday, 8 Nov 2020
10:24 joneum search for other commits by this committer
Update to 5.1.19

- Fixed apcu_store() with integer keys (#388).
- Made apc.use_request_time=0 the default (#391).
- Made apcu compatible with PHP 8.0.

Approved by:	miwi (maintainer - implicit)
Sponsored by:	Netzkommune GmbH
Original commitRevision:554444 
Wednesday, 6 Nov 2019
17:39 joneum search for other commits by this committer
Update to 5.1.18

Sponsored by:	Netzkommune GmbH
Original commitRevision:516909 
Friday, 15 Feb 2019
08:16 joneum search for other commits by this committer
Update to 5.1.17

Sponsored by:	Netzkommune GmbH
Original commitRevision:492977 
Sunday, 23 Dec 2018
10:59 joneum search for other commits by this committer
- Update to 5.1.16

Changelog:
 - Fix build on OSX.

Sponsored by:	Netzkommune GmbH
Original commitRevision:488189 
Monday, 10 Dec 2018
16:41 joneum search for other commits by this committer
Update to 5.1.15

Changelog:
 - Restore apc.serializer=php as the default, as the "default" serializer
still/again has issues.
 - Fix possible issues in persistence of arrays with the "default" serializer.
 - Attempt to reduce shared memory fragementation.

- Pet portlint

Sponsored by:	Netzkommune GmbH
Original commitRevision:487185 
Saturday, 24 Nov 2018
13:35 joneum search for other commits by this committer
Update from 5.1.12 to 5.1.14

- Add LICNESE_FILE

Changelog:
 5.1.14:
- Fixed GH #347: Disable slam defense by default.
- Fix potential issue with destruction of locks. This does not affect Linux, but
might affect Windows and BSD.
- Use mutex instead of rwlock for shared memory allocator (if pthreads mutex
available).
- Require only read-lock for apcu_cas(), by using atomic compare-and-swap.

5.1.13:
- Reimplement persistence logic using precise allocation rather than memory
pools. This reduces
memory usage of cache entries, especially for small values, and improves
performance of persisting
and unpersisting values.
- Fixed GH #335: Stampede protection is broken.
- Fixed GH #328: Segfault in apcu_key_info() if APCu is disabled.
- Generally make the behavior of functions if APCu is disabled more consistent.
- Fixed PHP bug #72980: Empty strings are now consistently allowed as cache
keys.
- Optimized apcu_key_info() and apcu_cache_info() by using interned strings.
- Fix build against PHP master (PHP 7.4).
- Many changes to internal C APIs.

Sponsored by:	Netzkommune GmbH
Original commitRevision:485771 
Tuesday, 24 Jul 2018
19:49 joneum search for other commits by this committer
devel/pecl-APCu: Update to 5.1.12

Changelog: https://pecl.php.net/package/APCu

PR:		225270
Reported by:	joneum
Approved by:	maintainer
Original commitRevision:475270 
Sunday, 12 Feb 2017
08:23 sunpoet search for other commits by this committer
Update to 5.1.8

- While I'm here [1]:
  - Use CONFLICTS_INSTALL instead of CONFLICTS
  - Use USES=localbase

Changes:	https://pecl.php.net/package-changelog.php?package=APCu
PR:		216968
Submitted by:	John Chen <johnpupu@gmail.com> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D9333 [1]
Original commitRevision:433932 
Saturday, 12 Dec 2015
23:44 sunpoet search for other commits by this committer
- Update to 4.0.10

Changes:	http://pecl.php.net/package-changelog.php?package=APCu
PR:		205266
Submitted by:	John Chen <johnpupu@gmail.com> (maintainer)
Original commitRevision:403643 
Wednesday, 4 Nov 2015
20:56 sunpoet search for other commits by this committer
- Fix fetch
- Use USES=tar:tgz

PR:		204258
Submitted by:	John Chen <johnpupu@gmail.com> (maintainer)
Original commitRevision:400817 
Friday, 24 Oct 2014
11:12 robak search for other commits by this committer
devel/pecl-APCu: update 4.0.6 -> 4.0.7

PR:		194319
Submitted by:	John Chen <johnpupu@gmail.com>
Approved by:	mentors (implicit)
Original commitRevision:371434 
Thursday, 24 Jul 2014
11:40 robak search for other commits by this committer
devel/pecl-APCu: update 4.0.4 -> 4.0.6

PR:		191838
Submitted by:	John Chen <johnpupu@gmail.com>
Approved by:	marino (mentor)
Original commitRevision:362787 
Monday, 3 Mar 2014
17:17 sunpoet search for other commits by this committer
- Update to 4.0.4
- While I'm here, remove outdated IGNORE_WITH_PHP

Changes:	http://pecl.php.net/package-changelog.php?package=APCu
PR:		ports/187225
Submitted by:	John Chen <johnpupu@gmail.com> (maintainer)
Original commitRevision:346935 
Wednesday, 5 Feb 2014
20:02 sunpoet search for other commits by this committer
- Update to 4.0.3

Changes:	http://pecl.php.net/package-changelog.php?package=APCu
PR:		ports/186263
Submitted by:	John Chen <johnpupu@gmail.com> (maintainer)
Original commitRevision:342831 
Sunday, 15 Sep 2013
18:26 sunpoet search for other commits by this committer
- Update to 4.0.2

Changes:	http://pecl.php.net/package-changelog.php?package=APCu
PR:		ports/182114
Submitted by:	John Chen <johnpupu@gmail.com> (maintainer)
Original commitRevision:327351 
Monday, 13 May 2013
02:29 miwi search for other commits by this committer
APCu - APC User Cache

WWW: http://pecl.php.net/package/apcu

PR:		ports/178300
Submitted by:	John Chen <johnpupu@gmail.com>
Original commitRevision:317992 

Number of commits found: 20