pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/php-memcache
Module Name: pkgsrc
Committed By: taca
Date: Sun Mar 7 15:41:30 UTC 2021
Modified Files:
pkgsrc/devel/php-memcache: Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/php-memcache/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/php-memcache/Makefile
diff -u pkgsrc/devel/php-memcache/Makefile:1.14 pkgsrc/devel/php-memcache/Makefile:1.15
--- pkgsrc/devel/php-memcache/Makefile:1.14 Sun Sep 11 17:03:25 2016
+++ pkgsrc/devel/php-memcache/Makefile Sun Mar 7 15:41:30 2021
@@ -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