git: 6ef9851e9f84 - main - www/Stikked: broken with PHP 8+, deprecate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Oct 2024 16:16:48 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ef9851e9f84512445fee040a607be5dfb08117e commit 6ef9851e9f84512445fee040a607be5dfb08117e Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2024-10-06 14:45:25 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-10-06 16:16:16 +0000 www/Stikked: broken with PHP 8+, deprecate Reported by: ek@purplehat.org PR: 281858 --- www/Stikked/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www/Stikked/Makefile b/www/Stikked/Makefile index 60b6e529ceb2..958a2e89d9a7 100644 --- a/www/Stikked/Makefile +++ b/www/Stikked/Makefile @@ -1,12 +1,15 @@ PORTNAME= Stikked DISTVERSION= 0.14.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= ports@FreeBSD.org COMMENT= PHP-based Pastebin, with a simple and easy to use user interface WWW= https://github.com/claudehohl/Stikked +DEPRECATED= Broken with PHP 8+ (see PR 281858) +EXPIRATION_DATE= 2024-12-31 + USES= php:web USE_GITHUB= yes