- Update to 1.5
PR: ports/84616 Submitted by: Gerrit Beine <tux@pinguru.net> (maintainer)
This commit is contained in:
parent
914ecd97b7
commit
498aabcf9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142654
2 changed files with 5 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= memcache
|
||||
PORTVERSION= 1.4
|
||||
PORTVERSION= 1.5
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
|
@ -22,6 +22,8 @@ USE_PHP= zlib
|
|||
USE_PHPEXT= yes
|
||||
PHP_MODNAME= memcache
|
||||
|
||||
CONFIGURE_ARGS+=--with-zlib-dir=/usr
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (PECL/memcache-1.4.tgz) = da079652629ba2726d8e66563231bc6b
|
||||
SIZE (PECL/memcache-1.4.tgz) = 14039
|
||||
MD5 (PECL/memcache-1.5.tgz) = f521dd4d3cad4ccb05d9ade4e1cc04d4
|
||||
SIZE (PECL/memcache-1.5.tgz) = 14291
|
||||
|
|
Loading…
Reference in a new issue