pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/php-pdflib



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May 22 12:43:09 UTC 2022

Modified Files:
        pkgsrc/print/php-pdflib: Makefile

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

This package dose not support php80 and php81.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/print/php-pdflib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/php-pdflib/Makefile
diff -u pkgsrc/print/php-pdflib/Makefile:1.30 pkgsrc/print/php-pdflib/Makefile:1.31
--- pkgsrc/print/php-pdflib/Makefile:1.30       Sun Jan  3 07:31:35 2021
+++ pkgsrc/print/php-pdflib/Makefile    Sun May 22 12:43:09 2022
@@ -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 @@ CATEGORIES+=            print
 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