Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2018-03-08
Affects: */php* */pecl* */pear* Author: mat@FreeBSD.org Reason:
PHP extensions and modules have been flavored.
People using Poudriere 3.2+ and binary packages do not have to do anything if
they are using PHP applications.
PHP modules and extensions may have change their names from php5- or php7- to
fully versionned phpXY-.
PECL extensions and PEAR modules package names have changed from pecl- and
pear- to phpXX-pecl and phpXX-pear-.
To rename an installed package to match the new naming scheme, for example,
for the imagick pecl extension, run:
# pkg set -n pecl-imagick:php56-pecl-imagick
For other people, to build the PHP 7.2 version of, for example,
databases/php-memcached, you need to run:
# make FLAVOR=php72 install
|
Number of commits found: 10
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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.
(Only the first 15 lines of the commit message are shown above ) |
1.2.0 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.2.0 11 Jan 2022 18:44:14
    |
Po-Chuan Hsieh (sunpoet)  |
devel/pecl-psr: Update to 1.2.0
Changes: https://pecl.php.net/package-changelog.php?package=psr |
1.1.0 25 Apr 2021 20:35:20
    |
Po-Chuan Hsieh (sunpoet)  |
devel/pecl-psr: Update to 1.1.0
Changes: https://pecl.php.net/package-changelog.php?package=psr |
1.0.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0.1 15 Nov 2020 18:01:25
  |
sunpoet  |
Update to 1.0.1
Changes: https://pecl.php.net/package-changelog.php?package=psr |
1.0.0 21 Feb 2020 18:56:17
  |
sunpoet  |
Update to 1.0.0
Changes: https://pecl.php.net/package-changelog.php?package=psr |
0.7.0 13 Aug 2019 20:50:13
  |
sunpoet  |
Update to 0.7.0
Changes: https://pecl.php.net/package-changelog.php?package=psr |
0.6.1 18 Nov 2018 20:36:26
  |
sunpoet  |
Add pecl-psr 0.6.1
This PHP extension provides the interfaces from the PSR standards as established
by the PHP-FIG group. You can use interfaces provided by this extension in
another extension easily.
WWW: https://github.com/jbboehr/php-psr |
Number of commits found: 10
|