freebsd-ports/databases/php74-pdo_pgsql/Makefile
Torsten Zuehlsdorff 8aea544d5b databases/php74-pdo_pgsql: Apply patch for PHP Bug 81002
The last release introduces a bug, which causes BOOL values inserted into PostgreSQL
converted to INT. This causes exceptions when tried.

Since this is a serious issue, we apply the upstream patch
until it gets official released

Approved by:	madpilot
Sponsored by:	Bounce Experts
Differential Revision:	https://reviews.freebsd.org/D30117
2021-05-05 13:44:15 +02:00

11 lines
162 B
Makefile

CATEGORIES= databases
PORTREVISION= 1
MASTERDIR= ${.CURDIR}/../../lang/php74
PKGNAMESUFFIX= -pdo_pgsql
TEST_TARGET= test
.include "${MASTERDIR}/Makefile"