svn commit: r497755 - head/www/tt-rss

Thierry Thomas thierry at FreeBSD.org
Wed Apr 3 19:19:16 UTC 2019


Author: thierry
Date: Wed Apr  3 19:19:14 2019
New Revision: 497755
URL: https://svnweb.freebsd.org/changeset/ports/497755

Log:
  Update to g20190401.
  
  PR:		236976
  Submitted by:	dereks (at) lifeofadishwasher.com

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	Wed Apr  3 19:15:49 2019	(r497754)
+++ head/www/tt-rss/Makefile	Wed Apr  3 19:19:14 2019	(r497755)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tt-rss
-PORTVERSION=	g20181226
+PORTVERSION=	g20190401
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	https://git.tt-rss.org/git/tt-rss/archive/
@@ -21,7 +21,7 @@ REINPLACE_ARGS=	-i ""
 SHEBANG_FILES=	lib/dojo-src/rebuild-dojo.sh utils/extract-i18n-js.pl
 WRKSRC=		${WRKDIR}/tt-rss
 
-GIT_TAGNAME=	734af3357d
+GIT_TAGNAME=	1a484ec3f5
 
 NO_BUILD=	yes
 NO_ARCH=	yes

Modified: head/www/tt-rss/distinfo
==============================================================================
--- head/www/tt-rss/distinfo	Wed Apr  3 19:15:49 2019	(r497754)
+++ head/www/tt-rss/distinfo	Wed Apr  3 19:19:14 2019	(r497755)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545898059
-SHA256 (tt-rss/734af3357d.tar.gz) = 60e6e7cc88a6d61a691cc04105f563f8cac11de864b546045da096a804f51ae9
-SIZE (tt-rss/734af3357d.tar.gz) = 3291950
+TIMESTAMP = 1554165786
+SHA256 (tt-rss/1a484ec3f5.tar.gz) = ddb614d0535b3b92485d5d817ca961a8637f155c8f7f67b85774b449f1cc01d0
+SIZE (tt-rss/1a484ec3f5.tar.gz) = 3341935

Modified: head/www/tt-rss/pkg-plist
==============================================================================
--- head/www/tt-rss/pkg-plist	Wed Apr  3 19:15:49 2019	(r497754)
+++ head/www/tt-rss/pkg-plist	Wed Apr  3 19:19:14 2019	(r497755)
@@ -81,15 +81,12 @@
 %%WWWDIR%%/images/indicator_white.gif
 %%WWWDIR%%/images/information.png
 %%WWWDIR%%/images/logo_small.png
-%%WWWDIR%%/images/logo_wide.png
-%%WWWDIR%%/images/toolbar.png
 %%WWWDIR%%/include/autoload.php
 %%WWWDIR%%/include/colors.php
 %%WWWDIR%%/include/controls.php
 %%WWWDIR%%/include/db-prefs.php
 %%WWWDIR%%/include/db.php
 %%WWWDIR%%/include/errorhandler.php
-%%WWWDIR%%/include/feedbrowser.php
 %%WWWDIR%%/include/functions.php
 %%WWWDIR%%/include/login_form.php
 %%WWWDIR%%/include/sanity_check.php
@@ -2321,6 +2318,8 @@
 %%WWWDIR%%/locale/sv_SE/LC_MESSAGES/messages.po
 %%WWWDIR%%/locale/tr_TR/LC_MESSAGES/messages.mo
 %%WWWDIR%%/locale/tr_TR/LC_MESSAGES/messages.po
+%%WWWDIR%%/locale/uk_UA/LC_MESSAGES/messages.mo
+%%WWWDIR%%/locale/uk_UA/LC_MESSAGES/messages.po
 %%WWWDIR%%/locale/zh_CN/LC_MESSAGES/messages.mo
 %%WWWDIR%%/locale/zh_CN/LC_MESSAGES/messages.po
 %%WWWDIR%%/locale/zh_TW/LC_MESSAGES/messages.mo
@@ -2365,6 +2364,7 @@
 %%WWWDIR%%/plugins/cache_starred_images/init.php
 %%WWWDIR%%/plugins/close_button/init.php
 %%WWWDIR%%/plugins/googlereaderkeys/init.php
+%%WWWDIR%%/plugins/hotkeys_noscroll/init.php
 %%WWWDIR%%/plugins/import_export/import_export.js
 %%WWWDIR%%/plugins/import_export/init.php
 %%WWWDIR%%/plugins/index.html
@@ -2393,6 +2393,7 @@
 %%WWWDIR%%/plugins/shorten_expanded/init.js
 %%WWWDIR%%/plugins/shorten_expanded/init.php
 %%WWWDIR%%/plugins/swap_jk/init.php
+%%WWWDIR%%/plugins/toggle_sidebar/init.js
 %%WWWDIR%%/plugins/toggle_sidebar/init.php
 %%WWWDIR%%/plugins/vf_shared/init.php
 %%WWWDIR%%/prefs.php
@@ -2440,6 +2441,8 @@
 %%WWWDIR%%/schema/versions/mysql/133.sql
 %%WWWDIR%%/schema/versions/mysql/134.sql
 %%WWWDIR%%/schema/versions/mysql/135.sql
+%%WWWDIR%%/schema/versions/mysql/136.sql
+%%WWWDIR%%/schema/versions/mysql/137.sql
 %%WWWDIR%%/schema/versions/mysql/14.sql
 %%WWWDIR%%/schema/versions/mysql/15.sql
 %%WWWDIR%%/schema/versions/mysql/16.sql
@@ -2573,6 +2576,8 @@
 %%WWWDIR%%/schema/versions/pgsql/133.sql
 %%WWWDIR%%/schema/versions/pgsql/134.sql
 %%WWWDIR%%/schema/versions/pgsql/135.sql
+%%WWWDIR%%/schema/versions/pgsql/136.sql
+%%WWWDIR%%/schema/versions/pgsql/137.sql
 %%WWWDIR%%/schema/versions/pgsql/14.sql
 %%WWWDIR%%/schema/versions/pgsql/15.sql
 %%WWWDIR%%/schema/versions/pgsql/16.sql


More information about the svn-ports-all mailing list