Date: Wed, 12 Sep 2018 01:11:14 +0000 (UTC) From: Kevin Bowling <kbowling@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479578 - in head/www/tt-rss: . files Message-ID: <201809120111.w8C1BEfC098071@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kbowling Date: Wed Sep 12 01:11:13 2018 New Revision: 479578 URL: https://svnweb.freebsd.org/changeset/ports/479578 Log: www/tt-rss: update to 5a35b31b89 (2018/09/08) Approved by: thierry (maintainer), krion (mentor) Differential Revision: https://reviews.freebsd.org/D17078 Modified: head/www/tt-rss/Makefile head/www/tt-rss/distinfo head/www/tt-rss/files/pkg-message.in head/www/tt-rss/pkg-plist Modified: head/www/tt-rss/Makefile ============================================================================== --- head/www/tt-rss/Makefile Wed Sep 12 00:31:03 2018 (r479577) +++ head/www/tt-rss/Makefile Wed Sep 12 01:11:13 2018 (r479578) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tt-rss -PORTVERSION= g20180718 +PORTVERSION= g20180908 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= https://git.tt-rss.org/git/tt-rss/archive/ @@ -14,7 +14,7 @@ COMMENT= Tiny Tiny RSS: web-based news feed (RSS/Atom) LICENSE= GPLv2 -GIT_TAGNAME= a2d1fa5b14 +GIT_TAGNAME= 5a35b31b89 NO_BUILD= yes NO_ARCH= yes @@ -37,14 +37,14 @@ GD_DESC= Use OTP QR code generation .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPGSQL} -USE_PHP+= pdo_pgsql +USE_PHP+= pdo_pgsql pgsql DB= pgsql MYSQL= "\#" PGSQL= .endif .if ${PORT_OPTIONS:MMYSQL} -USE_PHP+= pdo_mysql +USE_PHP+= pdo_mysql mysqli DB= mysql MYSQL= PGSQL= "\#" Modified: head/www/tt-rss/distinfo ============================================================================== --- head/www/tt-rss/distinfo Wed Sep 12 00:31:03 2018 (r479577) +++ head/www/tt-rss/distinfo Wed Sep 12 01:11:13 2018 (r479578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532818802 -SHA256 (tt-rss/a2d1fa5b14.tar.gz) = 3b5957fb0c572054b0b7a0a5d03b23416f376181cda68cf6b0d76615fdc9ea50 -SIZE (tt-rss/a2d1fa5b14.tar.gz) = 3067931 +TIMESTAMP = 1536400837 +SHA256 (tt-rss/5a35b31b89.tar.gz) = aa8da2cbc145b2533b0d601338a32967a316f62958a7fbb066ab1b07742bb15f +SIZE (tt-rss/5a35b31b89.tar.gz) = 2958264 Modified: head/www/tt-rss/files/pkg-message.in ============================================================================== --- head/www/tt-rss/files/pkg-message.in Wed Sep 12 00:31:03 2018 (r479577) +++ head/www/tt-rss/files/pkg-message.in Wed Sep 12 01:11:13 2018 (r479578) @@ -28,6 +28,6 @@ in your config.php; remember to modify after that if n DB_USER must be granted to ALTER any tables of your DB_NAME. And don't forget to empty the cache of your browser! -Please read <http://tt-rss.org/redmine/wiki/tt-rss/InstallationNotes> and -<http://tt-rss.org/redmine/wiki/tt-rss/UpdatingFeeds> for important points. +Please read <https://git.tt-rss.org/fox/tt-rss/wiki/InstallationNotes> and +<https://git.tt-rss.org/fox/tt-rss/wiki/UpdatingFeeds> for important points. =============================================================================== Modified: head/www/tt-rss/pkg-plist ============================================================================== --- head/www/tt-rss/pkg-plist Wed Sep 12 00:31:03 2018 (r479577) +++ head/www/tt-rss/pkg-plist Wed Sep 12 01:11:13 2018 (r479578) @@ -42,6 +42,7 @@ %%WWWDIR%%/classes/labels.php %%WWWDIR%%/classes/logger.php %%WWWDIR%%/classes/logger/sql.php +%%WWWDIR%%/classes/logger/stdout.php %%WWWDIR%%/classes/logger/syslog.php %%WWWDIR%%/classes/opml.php %%WWWDIR%%/classes/plugin.php @@ -114,7 +115,6 @@ %%WWWDIR%%/include/autoload.php %%WWWDIR%%/include/colors.php %%WWWDIR%%/include/controls.php -%%WWWDIR%%/include/crypt.php %%WWWDIR%%/include/db-prefs.php %%WWWDIR%%/include/db.php %%WWWDIR%%/include/errorhandler.php @@ -127,9 +127,12 @@ %%WWWDIR%%/include/version.php %%WWWDIR%%/index.php %%WWWDIR%%/install/index.php +%%WWWDIR%%/js/FeedStoreModel.js %%WWWDIR%%/js/FeedTree.js %%WWWDIR%%/js/PluginHost.js +%%WWWDIR%%/js/PrefFeedStore.js %%WWWDIR%%/js/PrefFeedTree.js +%%WWWDIR%%/js/PrefFilterStore.js %%WWWDIR%%/js/PrefFilterTree.js %%WWWDIR%%/js/PrefLabelTree.js %%WWWDIR%%/js/feedlist.js @@ -138,10 +141,12 @@ %%WWWDIR%%/js/prefs.js %%WWWDIR%%/js/tt-rss.js %%WWWDIR%%/js/viewfeed.js +%%WWWDIR%%/lib/CheckBoxStoreModel.js %%WWWDIR%%/lib/CheckBoxTree.js %%WWWDIR%%/lib/MiniTemplator.class.php %%WWWDIR%%/lib/Mobile_Detect.php %%WWWDIR%%/lib/accept-to-gettext.php +%%WWWDIR%%/lib/_CheckBoxTreeNode.js %%WWWDIR%%/lib/dijit/BackgroundIframe.js %%WWWDIR%%/lib/dijit/CONTRIBUTING.md %%WWWDIR%%/lib/dijit/Calendar.js @@ -2399,13 +2404,6 @@ %%WWWDIR%%/plugins/af_comics/filters/af_comics_whomp.php %%WWWDIR%%/plugins/af_comics/init.php %%WWWDIR%%/plugins/af_fsckportal/init.php -%%WWWDIR%%/plugins/af_lang_detect/init.php -%%WWWDIR%%/plugins/af_lang_detect/languagedetect/LanguageDetect.php -%%WWWDIR%%/plugins/af_lang_detect/languagedetect/Text/LanguageDetect/Exception.php -%%WWWDIR%%/plugins/af_lang_detect/languagedetect/Text/LanguageDetect/ISO639.php -%%WWWDIR%%/plugins/af_lang_detect/languagedetect/Text/LanguageDetect/Parser.php -%%WWWDIR%%/plugins/af_lang_detect/languagedetect/data/lang.dat -%%WWWDIR%%/plugins/af_lang_detect/languagedetect/data/unicode_blocks.dat %%WWWDIR%%/plugins/af_psql_trgm/button.png %%WWWDIR%%/plugins/af_psql_trgm/init.js %%WWWDIR%%/plugins/af_psql_trgm/init.php @@ -2853,11 +2851,6 @@ @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_redditimgur @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_readability @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_psql_trgm -@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_lang_detect/languagedetect/Text/LanguageDetect -@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_lang_detect/languagedetect/Text -@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_lang_detect/languagedetect/data -@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_lang_detect/languagedetect -@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_lang_detect @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_fsckportal @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_comics/filters.local @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_comics/filters
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809120111.w8C1BEfC098071>