aboutsummaryrefslogtreecommitdiff
path: root/www/tt-rss
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2024-03-07 13:32:34 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2024-03-07 13:35:25 +0000
commit24ed2e2cf6d1ebb003bf446e7f9cdc5e0b1a552e (patch)
treee2b5be3980fa2d11304d003c7e4b52edcf93bde1 /www/tt-rss
parent0ed1d0f924db0e647fffaf4e43105a626056e0cd (diff)
downloadports-24ed2e2cf6d1ebb003bf446e7f9cdc5e0b1a552e.tar.gz
ports-24ed2e2cf6d1ebb003bf446e7f9cdc5e0b1a552e.zip
www/tt-rss: flavourize
This port works with PHP 8.3. PR: 277478 Approved by: maintainer
Diffstat (limited to 'www/tt-rss')
-rw-r--r--www/tt-rss/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/tt-rss/Makefile b/www/tt-rss/Makefile
index a3842397f5a0..06056ac5b33c 100644
--- a/www/tt-rss/Makefile
+++ b/www/tt-rss/Makefile
@@ -1,8 +1,9 @@
PORTNAME= tt-rss
PORTVERSION= g20240221
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 2
CATEGORIES= www
+PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
MAINTAINER= dereks@lifeofadishwasher.com
COMMENT= Tiny Tiny RSS: web-based news feed (RSS/Atom) aggregator
@@ -12,7 +13,7 @@ LICENSE= GPLv2
RUN_DEPENDS= ${LOCALBASE}/bin/git:devel/git
-USES= gettext-tools php:cli,web shebangfix
+USES= gettext-tools php:cli,web,flavors shebangfix
USE_GITLAB= yes
GL_SITE= https://gitlab.tt-rss.org