pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/php-pdflib print/php-pdflib: dose not support PH...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a533cd86bb3e
branches:  trunk
changeset: 379719:a533cd86bb3e
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun May 22 12:43:09 2022 +0000

description:
print/php-pdflib: dose not support PHP 8 and later

This package dose not support php80 and php81.

diffstat:

 print/php-pdflib/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 23b08bc0049a -r a533cd86bb3e print/php-pdflib/Makefile
--- a/print/php-pdflib/Makefile Sun May 22 12:35:43 2022 +0000
+++ b/print/php-pdflib/Makefile Sun May 22 12:43:09 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2021/01/03 07:31:35 taca Exp $
+# $NetBSD: Makefile,v 1.31 2022/05/22 12:43:09 taca Exp $
 
 MODNAME=               pdflib
 PKGMODNAME=            pdf
@@ -7,6 +7,8 @@
 COMMENT=               PHP extension for PDFlib on-the-fly PDF generation
 LICENSE=               php
 
+PHP_VERSIONS_ACCEPTED= 56 74
+
 CONFLICTS=     php-pdf-[0-9]*
 
 USE_LANGUAGES=         c c++



Home | Main Index | Thread Index | Old Index