1: Upgrade to 1.6.3.
2: strip binary. 3: switch to USES=tar:tgz
This commit is contained in:
parent
a11691e382
commit
f0c1dc3e80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379352
2 changed files with 7 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue