From fa82626fd5e958f00fbf82e9249c249161fe1c60 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 3 Jan 2021 06:52:47 +0000 Subject: [PATCH] devel/php-raphf2: update supported PHP version Update supported PHP version; other than PHP 5.6. --- devel/php-raphf2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/php-raphf2/Makefile b/devel/php-raphf2/Makefile index 3a901d072b5d..0e1cac569d5d 100644 --- a/devel/php-raphf2/Makefile +++ b/devel/php-raphf2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2019/12/16 16:30:13 taca Exp $ +# $NetBSD: Makefile,v 1.6 2021/01/03 06:52:47 taca Exp $ MODNAME= raphf PECL_VERSION= 2.0.0 @@ -11,7 +11,7 @@ LICENSE= 2-clause-bsd BUILD_DEPENDS+= re2c>=0.13.0.4:../../devel/re2c -PHP_VERSIONS_ACCEPTED= 72 +PHP_VERSIONS_INCOMPATIBLE= 56 USE_LANGUAGES= c c++ USE_LIBTOOL= yes