Upgrade to 1.5.0.

Changelog at <http://tt-rss.org/redmine/versions/show/59>.
This commit is contained in:
Thierry Thomas 2010-12-22 22:15:39 +00:00
parent 37ef380b56
commit 5e075f0828
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266742
4 changed files with 1383 additions and 39 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= tt-rss
PORTVERSION= 1.4.3.1
PORTVERSION= 1.5.0
CATEGORIES= www
MASTER_SITES= http://tt-rss.org/download/
@ -15,7 +15,7 @@ COMMENT= Tiny Tiny RSS: web-based news feed (RSS/Atom) aggregator
NO_BUILD= yes
USE_PHP= json mbstring pcntl session xmlrpc
USE_PHP= json mbstring pcntl posix session xmlrpc
WANT_PHP_WEB= yes
WANT_PHP_CLI= yes
REINPLACE_ARGS= -i ""
@ -41,11 +41,9 @@ SUB_LIST= DB=${DB}
PLIST_SUB= WWWOWN=${WWWOWN}:${WWWGRP}
PKGMESSAGE= ${WRKDIR}/pkg-message
PHP2FIX= config.php-dist update_daemon.php update_daemon2.php \
update_daemon_loop.php update_feedbrowser.php update_feeds.php
PHP2FIX= config.php-dist update.php update_daemon2.php
SCRIPTS= update-translations.sh update_daemon.php update_daemon2.php \
update_daemon_loop.php update_feedbrowser.php update_feeds.php
SCRIPTS= update.php update_daemon2.php
pre-everything::
@${ECHO_MSG}
@ -78,6 +76,7 @@ do-install:
(cd ${WRKSRC} && ${COPYTREE_SHARE} "*" ${WWWDIR} "! -name LICENSE")
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
${CHMOD} ug+x ${SCRIPTS:S|^|${WWWDIR}/|}
${CHMOD} ug+x ${WWWDIR}/utils/*.sh ${WWWDIR}/utils/*.pl
${INSTALL_DATA} ${WRKDIR}/httpd-tt-rss.conf ${DATADIR}
if [ ! -f ${WWWDIR}/config.php ]; then \
${CP} -p ${WWWDIR}/config.php-dist ${WWWDIR}/config.php; \

View File

@ -1,3 +1,2 @@
MD5 (tt-rss-1.4.3.1.tar.gz) = a6a114dda7ca43f774a3f50d0491c4b4
SHA256 (tt-rss-1.4.3.1.tar.gz) = ccba032387c44edccb198b346063665aec9eaa3d152d9f8a435c7bd2083599ca
SIZE (tt-rss-1.4.3.1.tar.gz) = 1235590
SHA256 (tt-rss-1.5.0.tar.gz) = 5034f4c26c741ac417587170b3b2fd39454a46a70f59e0a6ee8f598001bb335f
SIZE (tt-rss-1.5.0.tar.gz) = 2630759

View File

@ -22,6 +22,10 @@ And to update your feeds, you have to enable the daemon ttrssd in
/etc/rc.conf and start %%PREFIX%%/etc/rc.d/ttrssd . You may also add an entry
for /var/log/ttrssd.log in your /etc/newsyslog.conf .
Important note: after an upgrade, you have to set SINGLE_USER_MODE to true
in your config.php; remember to modify after that if needed. And your
DB_USER must be granted to ALTER any tables of your DB_NAME.
Please read <http://tt-rss.org/redmine/wiki/tt-rss/InstallationNotes> and
<http://tt-rss.org/redmine/wiki/tt-rss/UpdatingFeeds> for important points.
===============================================================================

File diff suppressed because it is too large Load Diff