pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/php-memcache devel/php-memcache: update to 8.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b67d55fcb8c0
branches:  trunk
changeset: 448403:b67d55fcb8c0
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 07 15:41:30 2021 +0000

description:
devel/php-memcache: update to 8.0

Update php-memcache to 8.0.  This is now for php80.

8.0.0 (2020-12-06)

- Version 8.x support PHP 8.x
- Version 4.x supports PHP 7.0-7.4.
- Version 4.x is considered to be stable for production usage.
- Support for PHP 5.x has been removed, please use memcache extension
  ver. 3.x
- Special thanks to Frantisek Drojak - thesource93 (github) and Zaffy
  (github) for making this happen

diffstat:

 devel/php-memcache/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r ecefd81bf65b -r b67d55fcb8c0 devel/php-memcache/Makefile
--- a/devel/php-memcache/Makefile       Sun Mar 07 15:39:16 2021 +0000
+++ b/devel/php-memcache/Makefile       Sun Mar 07 15:41:30 2021 +0000
@@ -1,15 +1,17 @@
-# $NetBSD: Makefile,v 1.14 2016/09/11 17:03:25 taca Exp $
+# $NetBSD: Makefile,v 1.15 2021/03/07 15:41:30 taca Exp $
 #
 
 MODNAME=               memcache
-PECL_VERSION=          2.2.7
+PECL_VERSION=          8.0
 PECL_LEGACY_VERSION_SCHEME=    yes
 CATEGORIES+=           devel
+
 COMMENT=               PHP extension for memcached
+LICENSE=               php
 
 CONFLICTS=             php-memcache-[0-9]*
 
-PHP_VERSIONS_ACCEPTED= 56
+PHP_VERSIONS_ACCEPTED= 80
 
 CONFIGURE_ARGS+=       --enable-${MODNAME}
 CONFIGURE_ARGS+=       --with-zlib-dir=${BUILDLINK_PREFIX.zlib}



Home | Main Index | Thread Index | Old Index