Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2020 03:28:30 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552924 - head/www/tt-rss
Message-ID:  <202010220328.09M3SUVJ016248@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Thu Oct 22 03:28:30 2020
New Revision: 552924
URL: https://svnweb.freebsd.org/changeset/ports/552924

Log:
  www/tt-rss: Update to g20201015
  
  PR:		250427
  Submitted by:	Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)

Modified:
  head/www/tt-rss/Makefile
  head/www/tt-rss/distinfo
  head/www/tt-rss/pkg-plist

Modified: head/www/tt-rss/Makefile
==============================================================================
--- head/www/tt-rss/Makefile	Thu Oct 22 03:17:17 2020	(r552923)
+++ head/www/tt-rss/Makefile	Thu Oct 22 03:28:30 2020	(r552924)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tt-rss
-PORTVERSION=	g20200919
+PORTVERSION=	g20201015
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	https://git.tt-rss.org/fox/tt-rss/archive/
@@ -21,7 +21,7 @@ REINPLACE_ARGS=	-i ""
 SHEBANG_FILES=	lib/dojo-src/rebuild-dojo.sh utils/extract-i18n-js.pl update_daemon2.php
 WRKSRC=		${WRKDIR}/tt-rss
 
-GIT_TAGNAME=	05ef9aac2
+GIT_TAGNAME=	fffccbd2f
 
 NO_BUILD=	yes
 NO_ARCH=	yes
@@ -71,6 +71,7 @@ do-install:
 	${RM} -r ${STAGEDIR}${WWWDIR}/debian
 	${INSTALL_DATA} ${WRKDIR}/httpd-tt-rss.conf ${STAGEDIR}${DATADIR}
 	${ECHO} "${OPSYS}:${PORTVERSION}:${GIT_TAGNAME}" > "${STAGEDIR}${WWWDIR}/version_static.txt"
-	${RLN} ${STAGEDIR}${WWWDIR}/config.php-dist ${STAGEDIR}${WWWDIR}/config.php.sample
+	${MV} ${STAGEDIR}${WWWDIR}/config.php-dist ${STAGEDIR}${WWWDIR}/config.php.sample
+	${RLN} ${STAGEDIR}${WWWDIR}/config.php.sample ${STAGEDIR}${WWWDIR}/config.php-dist
 
 .include <bsd.port.mk>

Modified: head/www/tt-rss/distinfo
==============================================================================
--- head/www/tt-rss/distinfo	Thu Oct 22 03:17:17 2020	(r552923)
+++ head/www/tt-rss/distinfo	Thu Oct 22 03:28:30 2020	(r552924)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1600570171
-SHA256 (tt-rss/05ef9aac2.tar.gz) = c2bef32173391ec2bb5efe1fca3f7f1956f8c73cb7323ae7d885dd0423ce2adc
-SIZE (tt-rss/05ef9aac2.tar.gz) = 3392049
+TIMESTAMP = 1602880903
+SHA256 (tt-rss/fffccbd2f.tar.gz) = 199a503093747c657c3c36b1c578c73e337ba884c92ab32d35b692300065f540
+SIZE (tt-rss/fffccbd2f.tar.gz) = 3437452

Modified: head/www/tt-rss/pkg-plist
==============================================================================
--- head/www/tt-rss/pkg-plist	Thu Oct 22 03:17:17 2020	(r552923)
+++ head/www/tt-rss/pkg-plist	Thu Oct 22 03:28:30 2020	(r552924)
@@ -50,7 +50,11 @@
 %%WWWDIR%%/classes/pref/users.php
 %%WWWDIR%%/classes/rpc.php
 %%WWWDIR%%/classes/rssutils.php
+%%WWWDIR%%/classes/sanitizer.php
 %%WWWDIR%%/classes/templator.php
+%%WWWDIR%%/classes/timehelper.php
+%%WWWDIR%%/classes/urlhelper.php
+%%WWWDIR%%/classes/userhelper.php
 %%WWWDIR%%/errors.php
 %%WWWDIR%%/feed-icons/index.html
 %%WWWDIR%%/gulpfile.js
@@ -2277,6 +2281,8 @@
 %%WWWDIR%%/locale/es_ES/LC_MESSAGES/messages.po
 %%WWWDIR%%/locale/es_LA/LC_MESSAGES/messages.mo
 %%WWWDIR%%/locale/es_LA/LC_MESSAGES/messages.po
+%%WWWDIR%%/locale/fa/LC_MESSAGES/messages.mo
+%%WWWDIR%%/locale/fa/LC_MESSAGES/messages.po
 %%WWWDIR%%/locale/fi_FI/LC_MESSAGES/messages.mo
 %%WWWDIR%%/locale/fi_FI/LC_MESSAGES/messages.po
 %%WWWDIR%%/locale/fr_FR/LC_MESSAGES/messages.mo
@@ -2550,6 +2556,7 @@
 %%WWWDIR%%/schema/versions/mysql/137.sql
 %%WWWDIR%%/schema/versions/mysql/138.sql
 %%WWWDIR%%/schema/versions/mysql/139.sql
+%%WWWDIR%%/schema/versions/mysql/140.sql
 %%WWWDIR%%/schema/versions/pgsql/3.sql
 %%WWWDIR%%/schema/versions/pgsql/4.sql
 %%WWWDIR%%/schema/versions/pgsql/5.sql
@@ -2687,6 +2694,7 @@
 %%WWWDIR%%/schema/versions/pgsql/137.sql
 %%WWWDIR%%/schema/versions/pgsql/138.sql
 %%WWWDIR%%/schema/versions/pgsql/139.sql
+%%WWWDIR%%/schema/versions/pgsql/140.sql
 %%WWWDIR%%/templates/digest_template.txt
 %%WWWDIR%%/templates/digest_template_html.txt
 %%WWWDIR%%/templates/email_article_template.txt



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