The NetBSD Project

CVS log for pkgsrc/www/php-phalcon/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / www / php-phalcon

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.10 / (download) - annotate - [select for diffs], Tue Jun 6 12:42:48 2023 UTC (10 months, 1 week ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, HEAD
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.4 (colored)

Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.9 / (download) - annotate - [select for diffs], Sun Jan 3 15:26:12 2021 UTC (3 years, 3 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.4 (colored)

Remove reference to php72.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Dec 1 12:29:47 2020 UTC (3 years, 4 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.7: +3 -1 lines
Diff to previous 1.7 (colored) to selected 1.4 (colored)

php-phalcon: Only works with php <= 7.2

Revision 1.7 / (download) - annotate - [select for diffs], Sat Nov 21 14:52:58 2020 UTC (3 years, 4 months ago) by otis
Branch: MAIN
Changes since 1.6: +8 -12 lines
Diff to previous 1.6 (colored) to selected 1.4 (colored)

php-phalcon: Revert back to 3.x (due to erroneous commit)

Revision 1.6 / (download) - annotate - [select for diffs], Sat Nov 21 13:57:21 2020 UTC (3 years, 4 months ago) by otis
Branch: MAIN
Changes since 1.5: +12 -8 lines
Diff to previous 1.5 (colored) to selected 1.4 (colored)

php-phalcon4: Add php-phalcon4 4.1.0

Phalcon is a full stack PHP framework offering low resource consumption and
high performance.

See https://pecl.php.net/package/phalcon

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jul 10 10:11:02 2020 UTC (3 years, 9 months ago) by plunky
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Update www-phalcon to 3.4.5 to fix pkgsrc build

This is minor bugfix updates only (as 4.x branch is available) the
biggest of which is that this now supports PHP 7.3.

Changes are detailed at https://blog.phalcon.io/tags#phalcon3

Revision 1.4 / (download) - annotate - [selected], Sat Dec 15 17:05:29 2018 UTC (5 years, 4 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.3: +1 -3 lines
Diff to previous 1.3 (colored)

PHP_VERSIONS_ACCEPTED clean up

Remove PHP_VERSIONS_ACCEPTED since it specifies all PHP versions supported
by pkgsrc.

Revision 1.3 / (download) - annotate - [select for diffs], Tue May 29 09:13:35 2018 UTC (5 years, 10 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.4 (colored)

www/php-phalcon: Update to 3.4.0.

- Added Phalcon\Mvc\Router::attach to add Route object directly into
  Router
- Added the ability to listen request:beforeAuthorizationResolve and
  request:afterAuthorizationResolve events. This ability enables using
  custom authorization resolvers
- Added call event afterFetch in Phalcon\Mvc\Model:refresh
- Added Phalcon\Http\Response::getReasonPhrase to retrieve the reason
  phrase from the Status header
- Added Phalcon\Loader::setFileCheckingCallback to set internal file
  existence resolver
- Added ability to pass aggregation options for
  Phalcon\Mvc\Collection::aggregate
- Added Phalcon\Crypt::setHashAlgo to set the name of hashing
  algorithm used to the calculating message digest
- Added Phalcon\Crypt::getHashAlgo to get the name of hashing
  algorithm used to the calculating message digest
- Added Phalcon\Crypt::useSigning to set if the calculating message
  digest must used (NOTE: This feature will be enabled by default in
  Phalcon 4.0.0)
- Added Phalcon\Crypt::getAvailableHashAlgos to get a list of
  registered hashing algorithms suitable for calculating message
  digest
- Added Phalcon\Crypt::__construct so now the cipher can be set at
  object construction and the calculating message digest can be
  enabled without the need to call setCipher or useSigning explicitly
- Added Phalcon\Crypt\Mismatch. Exceptions thrown in Phalcon\Crypt
  will use this class
- Added Phalcon\Http\Cookie::setSignKey to set sign key used to
  generate a message authentication code (eg. message digest)
- Added Phalcon\Http\Response\Cookies::setSignKey to set sign key used
  to generate a message authentication code (eg. message digest)
- Changed Phalcon\Crypt::setCipher so that IV length will be
  reconfigured during setting the cipher algorithm
- Changed Phalcon\Crypt::setCipher so that method will throw
  Phalcon\Crypt\Exception if a cipher is unavailable
- Fixed regression (#13308) for Phalcon\Debug\Dump::output to
  correctly work with detailed mode
- Fixed Phalcon\Mvc\Model\Query\Builder::having and
  Phalcon\Mvc\Model\Query\Builder::where to correctly merge the bind
  types
- Fixed Phalcon\Mvc\Model::setSnapshotData to properly sets the old
  snapshot
- Do not throw Exception when superglobal does not exist

Revision 1.2 / (download) - annotate - [select for diffs], Tue Mar 13 10:43:38 2018 UTC (6 years, 1 month ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored) to selected 1.4 (colored)

www/php-phalcon: Update to 3.3.2.

- Fixed Phalcon\Db\Dialect\Mysql::modifyColumn to produce valid SQL
  for renaming the column
- Fixed Phalcon\Forms\Form::getMessages to return back previous
  behaviour: return array of messages with element name as key
- Fixed Phalcon\Mvc\Model\Behavior\SoftDelete::notify to solve
  the exception that soft deletion renamed model
- Fixed E_DEPRECATED error for each() in Phalcon\Debug\Dump

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jan 15 21:36:05 2018 UTC (6 years, 3 months ago) by fhajny
Branch: MAIN
Diff to selected 1.4 (colored)

Import phalcon-3.3.1 as www/php-phalcon.

Phalcon is an open source full stack framework for PHP, written as a
C-extension. Phalcon is optimized for high performance. Its unique
architecture allows the framework to always be memory resident,
offering its functionality whenever its needed, without expensive
file stats and file reads that traditional PHP frameworks employ.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>