non port: devel/php-jq/Makefile |
Number of commits found: 12 |
Thursday, 6 Dec 2018
|
11:22 rene
Remove version 7.0 from the IGNORE_WITH_PHP list.
 |
Sunday, 2 Dec 2018
|
17:43 antoine
Deprecate ports depending on php 5.6
 |
Monday, 8 Oct 2018
|
15:08 antoine
Fix some PKGNAME collisions
 |
Thursday, 8 Mar 2018
|
19:48 mat
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208
 |
Wednesday, 7 Feb 2018
|
17:46 mat
Note PHP ports that do not build with 7.2.
Sponsored by: Absolight
 |
Tuesday, 7 Feb 2017
|
12:14 mat
Mark ports not building with PHP 7.1.
Sponsored by: Absolight
 |
Tuesday, 27 Dec 2016
|
12:20 amdmi3
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes
Approved by: portmgr blanket
 |
Wednesday, 3 Aug 2016
|
12:47 mat
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
 |
Tuesday, 28 Jun 2016
|
14:00 mat
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
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 13 Mar 2016
|
16:56 mat
These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0.
Sponsored by: Absolight
 |
Sunday, 1 Nov 2015
|
09:13 pi
jq is like sed for JSON data - you can use it to slice and filter
and map and transform structured data with the same ease that sed,
awk, grep and friends let you play with text.
WWW: https://github.com/kjdev/php-ext-jq
PR: 200438
Submitted by: Gasol Wu <gasol.wu@gmail.com>
 |
Number of commits found: 12 |