| 2026-01-08 15:17:50 by Takahiro Kambe | Files touched by this commit (24) |
Log message: Remove reference to php81. |
| 2025-09-23 17:41:54 by Takahiro Kambe | Files touched by this commit (3) | |
Log message: devel/php-raphf2: update to 2.0.2 pkgsrc change: fix buildlinke3.mk with pkglint. 2.0.2 (2025-08-29) * Merged gh#9: fix format, used is unsigned long (Remi) |
| 2025-02-08 04:41:15 by Takahiro Kambe | Files touched by this commit (18) |
Log message: multiple PHP support * Use PHP_BASE_VERS in DEPENDS if required. * Use REPLACE_PHP. Bump PKGREVISION. |
| 2024-05-12 16:36:46 by Takahiro Kambe | Files touched by this commit (12) |
Log message: Drop support for php80 (PHP 8.0). |
| 2023-11-30 17:21:18 by Takahiro Kambe | Files touched by this commit (1) |
Log message: devel/php-raphf2: allow php82 and php83 |
| 2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message: 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 |
| 2022-05-28 16:57:33 by Takahiro Kambe | Files touched by this commit (1) |
Log message: devel/php-raphf2: switch to use PHP_VERSIONS_ACCEPTED |
| 2021-12-13 16:07:00 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: devel/php-raphf2: update to 2.0.1 2.0.1 (2019-10-25) * Fixed pointless initialization of persistent handles lists on cleanup * Fixed Windows build (Jan Ehrhardt) |