Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2024 13:35:29 GMT
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 24ed2e2cf6d1 - main - www/tt-rss: flavourize
Message-ID:  <202403071335.427DZTHP073041@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by netchild:

URL: https://cgit.FreeBSD.org/ports/commit/?id=24ed2e2cf6d1ebb003bf446e7f9cdc5e0b1a552e

commit 24ed2e2cf6d1ebb003bf446e7f9cdc5e0b1a552e
Author:     Alexander Leidinger <netchild@FreeBSD.org>
AuthorDate: 2024-03-07 13:32:34 +0000
Commit:     Alexander Leidinger <netchild@FreeBSD.org>
CommitDate: 2024-03-07 13:35:25 +0000

    www/tt-rss: flavourize
    
    This port works with PHP 8.3.
    
    PR:             277478
    Approved by:    maintainer
---
 www/tt-rss/Makefile | 5 +++--
 1 file 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403071335.427DZTHP073041>