aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-10 13:16:49 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-12 08:52:14 +0000
commita10e63728d5f8b5eceef42f08b8282982ace83e4 (patch)
tree8e254e8b2bc2c9d87903e49627cddc38541585c7
parentc3c35a9b94d3c4c2cb89481fab4eeb01943ced03 (diff)
downloadports-a10e63728d5f8b5eceef42f08b8282982ace83e4.tar.gz
ports-a10e63728d5f8b5eceef42f08b8282982ace83e4.zip
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)
-rw-r--r--www/nibbleblog/Makefile18
1 files 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