git: a10e63728d5f - main - www/nibbleblog: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 08:52:29 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a10e63728d5f8b5eceef42f08b8282982ace83e4 commit a10e63728d5f8b5eceef42f08b8282982ace83e4 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-10 13:16:49 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-12 08:52:14 +0000 www/nibbleblog: Mark DEPRECATED - Last upstream release was in 2011 - Current WWW redirects to a different CMS application - Set EXPIRATION_DATE 2024-02-29 Approved by: portmgr (blanket) --- www/nibbleblog/Makefile | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/www/nibbleblog/Makefile b/www/nibbleblog/Makefile index 7fd5732e5bad..355c1422f458 100644 --- a/www/nibbleblog/Makefile +++ b/www/nibbleblog/Makefile @@ -1,6 +1,6 @@ PORTNAME= nibbleblog -PORTVERSION= 3.0.2 -PORTREVISION= 2 +DISTVERSION= 3.0.2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/v${PORTVERSION}/ DISTNAME= nibbleblogv302 @@ -9,16 +9,24 @@ MAINTAINER= marekholienka@gmail.com COMMENT= Lightweight blog system for general use WWW= https://www.nibbleblog.com/ +LICENSE= GPLv3 +LICENSE_FILE= ${WRKDIR}/${PORTNAME}/COPYRIGHT.txt + +DEPRECATED= Upstream WWW redirects to a different CMS software +EXPIRATION_DATE= 2024-02-29 + RUN_DEPENDS= pear:devel/pear@${PHP_FLAVOR} USES= cpe php zip -NO_BUILD= yes -NO_ARCH= yes USE_PHP= session filter xml simplexml gd IGNORE_WITH_PHP= 82 83 + +NO_ARCH= yes +NO_BUILD= yes +SUB_FILES= pkg-message + PKGMESSAGE= ${MASTERDIR}/pkg-message PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" -SUB_FILES= pkg-message OPTIONS_DEFINE= APACHE LIGHTTPD OPTIONS_DEFAULT= APACHE