View | Details | Raw Unified | Return to bug 261563
Collapse All | Expand All

(-)b/www/tt-rss/Makefile (-4 / +3 lines)
Lines 1-7 Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
2
3
PORTNAME=	tt-rss
3
PORTNAME=	tt-rss
4
PORTVERSION=	g20211223
4
PORTVERSION=	g20220128
5
PORTEPOCH=	2
5
PORTEPOCH=	2
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	https://git.tt-rss.org/fox/tt-rss/archive/
7
MASTER_SITES=	https://git.tt-rss.org/fox/tt-rss/archive/
Lines 17-29 RUN_DEPENDS= ${LOCALBASE}/bin/git:devel/git Link Here
17
17
18
USES=		gettext-tools php:cli,web shebangfix
18
USES=		gettext-tools php:cli,web shebangfix
19
USE_PHP=	ctype dom exif fileinfo filter hash iconv intl json mbstring \
19
USE_PHP=	ctype dom exif fileinfo filter hash iconv intl json mbstring \
20
		openssl pcntl pdo posix session tokenizer xml xmlrpc zip
20
		openssl pcntl pdo posix session tokenizer xml zip
21
IGNORE_WITH_PHP=	81
22
USE_RC_SUBR=	ttrssd
21
USE_RC_SUBR=	ttrssd
23
22
24
SHEBANG_FILES=	update.php update_daemon2.php
23
SHEBANG_FILES=	update.php update_daemon2.php
25
24
26
_GIT_TAGNAME=	97baf3e8b
25
_GIT_TAGNAME=	b59bde7b4
27
26
28
REINPLACE_ARGS=	-i ""
27
REINPLACE_ARGS=	-i ""
29
28
(-)b/www/tt-rss/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1640509996
1
TIMESTAMP = 1643434205
2
SHA256 (tt-rss/97baf3e8b.tar.gz) = 5810abdde57daa282f470c0bb4c631596f6b6487a41ef8f27b10f0d2ad6407b0
2
SHA256 (tt-rss/b59bde7b4.tar.gz) = f2bec3e19e641ee623db905367e0ec8b82d9cf8f44bd9e1d833aba87a8ee6755
3
SIZE (tt-rss/97baf3e8b.tar.gz) = 9917040
3
SIZE (tt-rss/b59bde7b4.tar.gz) = 9916572
4
- 

Return to bug 261563