View | Details | Raw Unified | Return to bug 242517 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/tt-rss/Makefile (-4 / +4 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	tt-rss
4
PORTNAME=	tt-rss
5
PORTVERSION=	g20191009
5
PORTVERSION=	g20191209
6
PORTEPOCH=	1
6
PORTEPOCH=	1
7
CATEGORIES=	www
7
CATEGORIES=	www
8
MASTER_SITES=	https://git.tt-rss.org/git/tt-rss/archive/
8
MASTER_SITES=	https://git.tt-rss.org/fox/tt-rss/archive/
9
DISTNAME=	${GIT_TAGNAME}
9
DISTNAME=	${GIT_TAGNAME}
10
DIST_SUBDIR=	${PORTNAME}
10
DIST_SUBDIR=	${PORTNAME}
11
11
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=	81bf1125a
24
GIT_TAGNAME=	6191c4859
25
25
26
NO_BUILD=	yes
26
NO_BUILD=	yes
27
NO_ARCH=	yes
27
NO_ARCH=	yes
Lines 68-74 PHP2FIX= config.php-dist update.php update_daemon2.php Link Here
68
SCRIPTS=	update.php update_daemon2.php
68
SCRIPTS=	update.php update_daemon2.php
69
69
70
pre-configure:
70
pre-configure:
71
	${REINPLACE_CMD} -E "1,/define.*VERSION_STATIC/s/([0-9]+\.[0-9]+)/\1 (${GIT_TAGNAME})/" ${WRKSRC}/include/version.php
72
.for script in ${PHP2FIX}
71
.for script in ${PHP2FIX}
73
	${REINPLACE_CMD} -e 's|/usr/bin/php|${LOCALBASE}/bin/php|'	\
72
	${REINPLACE_CMD} -e 's|/usr/bin/php|${LOCALBASE}/bin/php|'	\
74
		-e 's|/usr/bin/env php| ${LOCALBASE}/bin/php|'		\
73
		-e 's|/usr/bin/env php| ${LOCALBASE}/bin/php|'		\
Lines 88-93 do-install: Link Here
88
	${MKDIR} ${STAGEDIR}${WWWDIR}/icons/	# Not used for fresh installation
87
	${MKDIR} ${STAGEDIR}${WWWDIR}/icons/	# Not used for fresh installation
89
	${TOUCH} ${STAGEDIR}${WWWDIR}/icons/.empty
88
	${TOUCH} ${STAGEDIR}${WWWDIR}/icons/.empty
90
	${INSTALL_DATA} ${WRKDIR}/httpd-tt-rss.conf ${STAGEDIR}${DATADIR}
89
	${INSTALL_DATA} ${WRKDIR}/httpd-tt-rss.conf ${STAGEDIR}${DATADIR}
90
	${ECHO} "${OPSYS}:${PORTVERSION}:${GIT_TAGNAME}" > "${STAGEDIR}${WWWDIR}/version_static.txt"
91
91
92
	${MV} ${STAGEDIR}${WWWDIR}/config.php-dist ${STAGEDIR}${WWWDIR}/config.php.sample
92
	${MV} ${STAGEDIR}${WWWDIR}/config.php-dist ${STAGEDIR}${WWWDIR}/config.php.sample
93
93
(-)b/www/tt-rss/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1570907864
1
TIMESTAMP = 1575870260
2
SHA256 (tt-rss/81bf1125a.tar.gz) = 8c57bd825a508f08f1470c04c18a54b6347f5e3ae4aaad6168bddc044813cdbc
2
SHA256 (tt-rss/6191c4859.tar.gz) = 919c1b435772d3052e2a965bbb0991b29b81132d28594380c96a8f3abd6f75d8
3
SIZE (tt-rss/81bf1125a.tar.gz) = 3346629
3
SIZE (tt-rss/6191c4859.tar.gz) = 3367191
(-)b/www/tt-rss/pkg-plist (-10 / +5 lines)
Lines 2289-2294 Link Here
2289
%%WWWDIR%%/locale/de_DE/LC_MESSAGES/messages.po
2289
%%WWWDIR%%/locale/de_DE/LC_MESSAGES/messages.po
2290
%%WWWDIR%%/locale/el_GR/LC_MESSAGES/messages.mo
2290
%%WWWDIR%%/locale/el_GR/LC_MESSAGES/messages.mo
2291
%%WWWDIR%%/locale/el_GR/LC_MESSAGES/messages.po
2291
%%WWWDIR%%/locale/el_GR/LC_MESSAGES/messages.po
2292
%%WWWDIR%%/locale/eo/LC_MESSAGES/messages.mo
2293
%%WWWDIR%%/locale/eo/LC_MESSAGES/messages.po
2292
%%WWWDIR%%/locale/es_ES/LC_MESSAGES/messages.mo
2294
%%WWWDIR%%/locale/es_ES/LC_MESSAGES/messages.mo
2293
%%WWWDIR%%/locale/es_ES/LC_MESSAGES/messages.po
2295
%%WWWDIR%%/locale/es_ES/LC_MESSAGES/messages.po
2294
%%WWWDIR%%/locale/es_LA/LC_MESSAGES/messages.mo
2296
%%WWWDIR%%/locale/es_LA/LC_MESSAGES/messages.mo
Lines 2560-2565 Link Here
2560
%%WWWDIR%%/schema/versions/mysql/136.sql
2562
%%WWWDIR%%/schema/versions/mysql/136.sql
2561
%%WWWDIR%%/schema/versions/mysql/137.sql
2563
%%WWWDIR%%/schema/versions/mysql/137.sql
2562
%%WWWDIR%%/schema/versions/mysql/138.sql
2564
%%WWWDIR%%/schema/versions/mysql/138.sql
2565
%%WWWDIR%%/schema/versions/mysql/139.sql
2563
%%WWWDIR%%/schema/versions/pgsql/3.sql
2566
%%WWWDIR%%/schema/versions/pgsql/3.sql
2564
%%WWWDIR%%/schema/versions/pgsql/4.sql
2567
%%WWWDIR%%/schema/versions/pgsql/4.sql
2565
%%WWWDIR%%/schema/versions/pgsql/5.sql
2568
%%WWWDIR%%/schema/versions/pgsql/5.sql
Lines 2696-2701 Link Here
2696
%%WWWDIR%%/schema/versions/pgsql/136.sql
2699
%%WWWDIR%%/schema/versions/pgsql/136.sql
2697
%%WWWDIR%%/schema/versions/pgsql/137.sql
2700
%%WWWDIR%%/schema/versions/pgsql/137.sql
2698
%%WWWDIR%%/schema/versions/pgsql/138.sql
2701
%%WWWDIR%%/schema/versions/pgsql/138.sql
2702
%%WWWDIR%%/schema/versions/pgsql/139.sql
2699
%%WWWDIR%%/templates/digest_template.txt
2703
%%WWWDIR%%/templates/digest_template.txt
2700
%%WWWDIR%%/templates/digest_template_html.txt
2704
%%WWWDIR%%/templates/digest_template_html.txt
2701
%%WWWDIR%%/templates/email_article_template.txt
2705
%%WWWDIR%%/templates/email_article_template.txt
Lines 2704-2710 Link Here
2704
%%WWWDIR%%/templates/otp_disabled_template.txt
2708
%%WWWDIR%%/templates/otp_disabled_template.txt
2705
%%WWWDIR%%/templates/password_change_template.txt
2709
%%WWWDIR%%/templates/password_change_template.txt
2706
%%WWWDIR%%/templates/resetpass_link_template.txt
2710
%%WWWDIR%%/templates/resetpass_link_template.txt
2707
%%WWWDIR%%/tests/ApiTest.php
2708
%%WWWDIR%%/themes.local/.empty
2711
%%WWWDIR%%/themes.local/.empty
2709
%%WWWDIR%%/themes/.empty
2712
%%WWWDIR%%/themes/.empty
2710
%%WWWDIR%%/themes/compact.css
2713
%%WWWDIR%%/themes/compact.css
Lines 2717-2732 Link Here
2717
%%WWWDIR%%/themes/night_blue.css
2720
%%WWWDIR%%/themes/night_blue.css
2718
%%WWWDIR%%/themes/night_blue.css.map
2721
%%WWWDIR%%/themes/night_blue.css.map
2719
%%WWWDIR%%/themes/night_blue.less
2722
%%WWWDIR%%/themes/night_blue.less
2723
%%WWWDIR%%/version_static.txt
2720
@mode u=rx
2724
@mode u=rx
2721
%%WWWDIR%%/update.php
2725
%%WWWDIR%%/update.php
2722
%%WWWDIR%%/update_daemon2.php
2726
%%WWWDIR%%/update_daemon2.php
2723
%%WWWDIR%%/utils/extract-i18n-js.pl
2727
%%WWWDIR%%/utils/extract-i18n-js.pl
2724
%%WWWDIR%%/utils/gitlab-ci/check-schema.sh
2725
%%WWWDIR%%/utils/gitlab-ci/config-template.php
2726
%%WWWDIR%%/utils/gitlab-ci/nginx-default
2727
%%WWWDIR%%/utils/gitlab-ci/php-lint.sh
2728
%%WWWDIR%%/utils/gitlab-ci/phpmd-ruleset.xml
2729
%%WWWDIR%%/utils/gitlab-ci/phpmd.sh
2730
@mode
2728
@mode
2731
%%WWWDIR%%/utils/localized_schema.txt
2729
%%WWWDIR%%/utils/localized_schema.txt
2732
@mode u=rx
2730
@mode u=rx
Lines 2753-2763 Link Here
2753
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/vendor/Psr/Log/Test
2751
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/vendor/Psr/Log/Test
2754
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/vendor/Psr/Log
2752
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/vendor/Psr/Log
2755
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/vendor/OTPHP
2753
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/vendor/OTPHP
2756
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/utils/gitlab-ci
2757
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/utils
2754
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/utils
2758
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/themes.local
2755
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/themes.local
2759
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/themes
2756
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/themes
2760
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tests
2761
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/templates
2757
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/templates
2762
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/schema/versions/pgsql
2758
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/schema/versions/pgsql
2763
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/schema/versions/mysql
2759
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/schema/versions/mysql
2764
- 

Return to bug 242517