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

(-)b/www/tt-rss/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	tt-rss
4
PORTNAME=	tt-rss
5
PORTVERSION=	g20200305
5
PORTVERSION=	g20200328
6
PORTEPOCH=	1
6
PORTEPOCH=	1
7
CATEGORIES=	www
7
CATEGORIES=	www
8
MASTER_SITES=	https://git.tt-rss.org/fox/tt-rss/archive/
8
MASTER_SITES=	https://git.tt-rss.org/fox/tt-rss/archive/
Lines 21-27 REINPLACE_ARGS= -i "" Link Here
21
SHEBANG_FILES=	lib/dojo-src/rebuild-dojo.sh utils/extract-i18n-js.pl
21
SHEBANG_FILES=	lib/dojo-src/rebuild-dojo.sh utils/extract-i18n-js.pl
22
WRKSRC=		${WRKDIR}/tt-rss
22
WRKSRC=		${WRKDIR}/tt-rss
23
23
24
GIT_TAGNAME=	da926067a
24
GIT_TAGNAME=	586ed5517
25
25
26
NO_BUILD=	yes
26
NO_BUILD=	yes
27
NO_ARCH=	yes
27
NO_ARCH=	yes
(-)b/www/tt-rss/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1583630960
1
TIMESTAMP = 1585873095
2
SHA256 (tt-rss/da926067a.tar.gz) = 9fee9569b2cc1b934c8e5d67b4b3fd016a00932a07dd6298f828e625c1c79550
2
SHA256 (tt-rss/586ed5517.tar.gz) = c3affac1e8118007dc1b8913122629cb061d7008da80dc2d6695c1f25737c283
3
SIZE (tt-rss/da926067a.tar.gz) = 3419485
3
SIZE (tt-rss/586ed5517.tar.gz) = 3414880
(-)b/www/tt-rss/pkg-plist (-2 / +2 lines)
Lines 5-11 Link Here
5
%%WWWDIR%%/COPYING
5
%%WWWDIR%%/COPYING
6
%%WWWDIR%%/README.md
6
%%WWWDIR%%/README.md
7
%%WWWDIR%%/api/index.php
7
%%WWWDIR%%/api/index.php
8
%%WWWDIR%%/atom-to-html.xsl
9
%%WWWDIR%%/backend.php
8
%%WWWDIR%%/backend.php
10
%%WWWDIR%%/cache/export/.empty
9
%%WWWDIR%%/cache/export/.empty
11
%%WWWDIR%%/cache/feeds/.empty
10
%%WWWDIR%%/cache/feeds/.empty
Lines 56-61 Link Here
56
%%WWWDIR%%/classes/pref/users.php
55
%%WWWDIR%%/classes/pref/users.php
57
%%WWWDIR%%/classes/rpc.php
56
%%WWWDIR%%/classes/rpc.php
58
%%WWWDIR%%/classes/rssutils.php
57
%%WWWDIR%%/classes/rssutils.php
58
%%WWWDIR%%/classes/templator.php
59
@mode 0400
59
@mode 0400
60
@sample %%WWWDIR%%/config.php.sample
60
@sample %%WWWDIR%%/config.php.sample
61
@mode
61
@mode
Lines 2701-2706 Link Here
2701
%%WWWDIR%%/templates/otp_disabled_template.txt
2701
%%WWWDIR%%/templates/otp_disabled_template.txt
2702
%%WWWDIR%%/templates/password_change_template.txt
2702
%%WWWDIR%%/templates/password_change_template.txt
2703
%%WWWDIR%%/templates/resetpass_link_template.txt
2703
%%WWWDIR%%/templates/resetpass_link_template.txt
2704
%%WWWDIR%%/templates.local/index.html
2704
%%WWWDIR%%/themes.local/.empty
2705
%%WWWDIR%%/themes.local/.empty
2705
%%WWWDIR%%/themes/.empty
2706
%%WWWDIR%%/themes/.empty
2706
%%WWWDIR%%/themes/compact.css
2707
%%WWWDIR%%/themes/compact.css
2707
- 

Return to bug 245326