git: 01e39fca6cf2 - main - print/pecl-pdflib: mark DEPRECATED and set EXPIRATION_DATE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Jan 2022 22:18:40 UTC
The branch main has been updated by ale:
URL: https://cgit.FreeBSD.org/ports/commit/?id=01e39fca6cf287dacf17ea2cbc90ad88a64463a8
commit 01e39fca6cf287dacf17ea2cbc90ad88a64463a8
Author: Alex Dupre <ale@FreeBSD.org>
AuthorDate: 2022-01-31 22:17:40 +0000
Commit: Alex Dupre <ale@FreeBSD.org>
CommitDate: 2022-01-31 22:17:40 +0000
print/pecl-pdflib: mark DEPRECATED and set EXPIRATION_DATE
PR: 261632
Submitted by: bofh
---
print/pecl-pdflib/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/print/pecl-pdflib/Makefile b/print/pecl-pdflib/Makefile
index 9ecf16c17d4e..7bb3a2349789 100644
--- a/print/pecl-pdflib/Makefile
+++ b/print/pecl-pdflib/Makefile
@@ -13,6 +13,9 @@ LICENSE_NAME= PDFlib GmbH General License
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= none
+DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29
+EXPIRATION_DATE=2022-11-28
+
LIB_DEPENDS= libpdf.so:print/pdflib
USES= php:pecl