pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/php-memcached



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Feb 11 08:26:14 UTC 2026

Modified Files:
        pkgsrc/devel/php-memcached: Makefile

Log Message:
devel/php-memcached: allow php85


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/php-memcached/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-memcached/Makefile
diff -u pkgsrc/devel/php-memcached/Makefile:1.14 pkgsrc/devel/php-memcached/Makefile:1.15
--- pkgsrc/devel/php-memcached/Makefile:1.14    Thu Jan  8 14:17:47 2026
+++ pkgsrc/devel/php-memcached/Makefile Wed Feb 11 08:26:14 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2026/01/08 14:17:47 taca Exp $
+# $NetBSD: Makefile,v 1.15 2026/02/11 08:26:14 taca Exp $
 #
 
 MODNAME=               memcached
@@ -12,7 +12,7 @@ LICENSE=              php
 
 CONFLICTS=             php-memcached-[0-9]*
 
-PHP_VERSIONS_ACCEPTED= 74 82 83 84
+PHP_VERSIONS_ACCEPTED= 74 82 83 84 85
 
 USE_TOOLS+=            pkg-config
 USE_LANGUAGES=         c c++



Home | Main Index | Thread Index | Old Index