View | Details | Raw Unified | Return to bug 286680
Collapse All | Expand All

(-)b/lang/php83/Makefile (-2 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	php83
1
PORTNAME=	php83
2
DISTVERSION=	8.3.20
2
DISTVERSION=	8.3.21
3
PORTREVISION?=	0
3
PORTREVISION?=	0
4
CATEGORIES?=	lang devel www
4
CATEGORIES?=	lang devel www
5
MASTER_SITES=	PHP/distributions
5
MASTER_SITES=	PHP/distributions
Lines 398-404 CONFIGURE_ARGS+= --with-mysqli Link Here
398
.if ${PHP_MODNAME} == "odbc"
398
.if ${PHP_MODNAME} == "odbc"
399
LIB_DEPENDS+=	libodbc.so:databases/unixODBC
399
LIB_DEPENDS+=	libodbc.so:databases/unixODBC
400
400
401
CONFIGURE_ARGS+= --with-unixODBC=${LOCALBASE}
401
CONFIGURE_ARGS+=	--with-unixODBC=${LOCALBASE}
402
.endif
402
.endif
403
403
404
.if ${PHP_MODNAME} == "opcache"
404
.if ${PHP_MODNAME} == "opcache"
(-)b/lang/php83/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1744364022
1
TIMESTAMP = 1746747235
2
SHA256 (php-8.3.20.tar.xz) = f15914e071b5bddaf1475b5f2ba68107e8b8846655f9e89690fb7cd410b0db6c
2
SHA256 (php-8.3.21.tar.xz) = 4dfb329f209a552c3716394fc123bb62e80a468b55ce27fc8cb0fd5f30b9dcd6
3
SIZE (php-8.3.20.tar.xz) = 12549020
3
SIZE (php-8.3.21.tar.xz) = 12565664
4
- 

Return to bug 286680