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

(-)databases/pecl-mongodb/Makefile (-5 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
PORTNAME=	mongodb
2
PORTNAME=	mongodb
3
PORTVERSION=	1.8.1
3
PORTVERSION=	1.9.0
4
CATEGORIES=	databases pear
4
CATEGORIES=	databases pear
5
MAINTAINER=	pi@FreeBSD.org
5
MAINTAINER=	pi@FreeBSD.org
Lines 10-19 COMMENT= PECL classes for MongoDB Link Here
10
LICENSE=	APACHE20
10
LICENSE=	APACHE20
11
USES=		php:pecl ssl
11
USES=		php:pecl ssl
12
# 8.0 not yet supported, see
13
# https://github.com/mongodb/mongo-php-driver/issues/1161
14
# and https://jira.mongodb.org/browse/PHPC-1631
15
IGNORE_WITH_PHP=80
16
USE_PHP=	spl:build
12
USE_PHP=	spl:build
17
CFLAGS+=	-I${LOCALBASE}/include
13
CFLAGS+=	-I${LOCALBASE}/include
(-)databases/pecl-mongodb/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1603562262
1
TIMESTAMP = 1607328895
2
SHA256 (PECL/mongodb-1.8.1.tgz) = d42f85a74ed89062c0f27a1c1bc8c383f5401e239cbff40c09df1e7602a5b977
2
SHA256 (PECL/mongodb-1.9.0.tgz) = 1a9e7117b749c2dd63bd3493bf38c24a9acd11646ec96a0d92ba6380eee0ab9a
3
SIZE (PECL/mongodb-1.8.1.tgz) = 1292453
3
SIZE (PECL/mongodb-1.9.0.tgz) = 1300408

Return to bug 251665