non port: devel/pecl-APCu/Makefile |
SVNWeb
|
Number of commits found: 35 |
Wed, 13 Oct 2021
|
[ 19:13 Po-Chuan Hsieh (sunpoet) ] fdf8180
devel/pecl-APCu: Update to 5.1.21
Changes: https://pecl.php.net/package-changelog.php?package=APCu
https://github.com/krakjoe/apcu/releases
|
Tue, 4 May 2021
|
[ 19:14 Po-Chuan Hsieh (sunpoet) ] 563e40d
devel/pecl-APCu: Update to 5.1.20
- Take maintainership
Changes: https://pecl.php.net/package-changelog.php?package=APCu
|
[ 16:57 Rene Ladan (rene) ] 727adba (Only the first 10 of 290 ports in this commit are shown above. )
*: reset miwi's ports after safekeeping his ports bit.
Hat: portmgr-secretary
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 8 Nov 2020
|
[ 10:24 joneum ]
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
|
Fri, 6 Mar 2020
|
[ 17:05 joneum ] (Only the first 10 of 163 ports in this commit are shown above. )
hand over Maintainership to miwi
Sponsored by: Netzkommune GmbH
|
Thu, 7 Nov 2019
|
[ 07:12 joneum ]
Port is PHP7.4 and PHP8.0 ready
Reported by: fluffy via private Mail
Sponsored by: Netzkommune GmbH
|
Wed, 6 Nov 2019
|
[ 17:39 joneum ]
Update to 5.1.18
Sponsored by: Netzkommune GmbH
|
Sun, 22 Sep 2019
|
[ 07:14 antoine ] (Only the first 10 of 41 ports in this commit are shown above. )
Ignore with php 7.4
Reported by: pkg-fallout
|
Fri, 15 Feb 2019
|
[ 08:16 joneum ]
Update to 5.1.17
Sponsored by: Netzkommune GmbH
|
Sat, 5 Jan 2019
|
[ 10:43 joneum ]
Remove expired IGNORE_WITH_PHP= 56
Sponsored by: Netzkommune GmbH
|
Sun, 23 Dec 2018
|
[ 10:59 joneum ]
- Update to 5.1.16
Changelog:
- Fix build on OSX.
Sponsored by: Netzkommune GmbH
|
Mon, 10 Dec 2018
|
[ 16:41 joneum ]
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
|
Sat, 24 Nov 2018
|
[ 13:35 joneum ]
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
|
Wed, 21 Nov 2018
|
[ 12:41 joneum ] (Only the first 10 of 16 ports in this commit are shown above. )
Take Maintainership
Approved by: johnpupu@gmail.com (maintainer, via eMail)
Sponsored by: Netzkommune GmbH
|
Tue, 24 Jul 2018
|
[ 19:49 joneum ]
devel/pecl-APCu: Update to 5.1.12
Changelog: https://pecl.php.net/package/APCu
PR: 225270
Reported by: joneum
Approved by: maintainer
|
Thu, 21 Sep 2017
|
[ 12:17 mat ]
Install the apc.php administration script, so that people do not need to
go and search for it.
PR: 222473
Submitted by: mat
Approved by: maintainer
Sponsored by: Absolight
|
Wed, 31 May 2017
|
[ 17:36 pawel ]
Fix CONFLICTS lines
Approved by: blanket approval
|
Mon, 10 Apr 2017
|
[ 15:08 mat ] (Only the first 10 of 152 ports in this commit are shown above. )
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281
|
Sun, 12 Feb 2017
|
[ 08:23 sunpoet ]
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]
|
Tue, 7 Feb 2017
|
[ 12:14 mat ] (Only the first 10 of 81 ports in this commit are shown above. )
Mark ports not building with PHP 7.1.
Sponsored by: Absolight
|
Wed, 3 Aug 2016
|
[ 12:47 mat ] (Only the first 10 of 381 ports in this commit are shown above. )
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022
|
Tue, 28 Jun 2016
|
[ 14:00 mat ] (Only the first 10 of 246 ports in this commit are shown above. )
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936
|
Thu, 18 Feb 2016
|
[ 14:47 miwi ] (Only the first 10 of 114 ports in this commit are shown above. )
- Ignore php70
- While here remove old php gruft
|
Sat, 12 Dec 2015
|
[ 23:44 sunpoet ]
- 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)
|
Wed, 4 Nov 2015
|
[ 20:56 sunpoet ]
- Fix fetch
- Use USES=tar:tgz
PR: 204258
Submitted by: John Chen <johnpupu@gmail.com> (maintainer)
|
Fri, 24 Oct 2014
|
[ 11:12 robak ]
devel/pecl-APCu: update 4.0.6 -> 4.0.7
PR: 194319
Submitted by: John Chen <johnpupu@gmail.com>
Approved by: mentors (implicit)
|
Thu, 24 Jul 2014
|
[ 11:40 robak ]
devel/pecl-APCu: update 4.0.4 -> 4.0.6
PR: 191838
Submitted by: John Chen <johnpupu@gmail.com>
Approved by: marino (mentor)
|
Mon, 5 May 2014
|
[ 09:45 bapt ] (Only the first 10 of 293 ports in this commit are shown above. )
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
|
Mon, 3 Mar 2014
|
[ 17:17 sunpoet ]
- 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)
|
Wed, 5 Feb 2014
|
[ 20:02 sunpoet ]
- 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)
|
Thu, 23 Jan 2014
|
[ 15:12 miwi ] (Only the first 10 of 27 ports in this commit are shown above. )
- Marke these ports as stage safe
- While here remove php4 gruft
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Sun, 15 Sep 2013
|
[ 18:26 sunpoet ]
- 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)
|
Mon, 13 May 2013
|
[ 02:29 miwi ]
APCu - APC User Cache
WWW: http://pecl.php.net/package/apcu
PR: ports/178300
Submitted by: John Chen <johnpupu@gmail.com>
|
Number of commits found: 35 |