diff options
-rw-r--r-- | databases/pecl-mongo/Makefile | 7 | ||||
-rw-r--r-- | databases/pecl-mongo/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/databases/pecl-mongo/Makefile b/databases/pecl-mongo/Makefile index 1937caa4ee63..8c940d21379c 100644 --- a/databases/pecl-mongo/Makefile +++ b/databases/pecl-mongo/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= mongo -PORTVERSION= 1.6.2 +PORTVERSION= 1.6.3 CATEGORIES= databases pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= ports@FreeBSD.org @@ -14,10 +13,14 @@ COMMENT= PECL classes for Mongo Database Driver LICENSE= APACHE20 +USES= tar:tgz USE_PHP= spl USE_PHP_BUILD= yes USE_PHPEXT= yes CONFIGURE_ARGS= --enable-mongo SUB_FILES= pkg-message +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/mongo.so + .include <bsd.port.mk> diff --git a/databases/pecl-mongo/distinfo b/databases/pecl-mongo/distinfo index bd2b7b408060..910ac7ade0f1 100644 --- a/databases/pecl-mongo/distinfo +++ b/databases/pecl-mongo/distinfo @@ -1,2 +1,2 @@ -SHA256 (PECL/mongo-1.6.2.tgz) = b9a1319910a3d91af94aec46b9dd0021e5b2504b199c60cc8b6075f8d3d78e7b -SIZE (PECL/mongo-1.6.2.tgz) = 204061 +SHA256 (PECL/mongo-1.6.3.tgz) = 53620808eaf0c3dc7537162984354b45b3c90cbaaa36b7b23e0bf650051e77c3 +SIZE (PECL/mongo-1.6.3.tgz) = 204130 |