Date: Fri, 26 Aug 2016 17:54:13 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420938 - head/www/tt-rss Message-ID: <201608261754.u7QHsDli025150@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Fri Aug 26 17:54:13 2016 New Revision: 420938 URL: https://svnweb.freebsd.org/changeset/ports/420938 Log: Upgrade to 16.8.2016.08.11. PR: 211820 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 Fri Aug 26 17:35:57 2016 (r420937) +++ head/www/tt-rss/Makefile Fri Aug 26 17:54:13 2016 (r420938) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tt-rss -PORTVERSION= 16.1.2016.02.23 -PORTREVISION= 1 +PORTVERSION= 16.8.2016.08.11 CATEGORIES= www MASTER_SITES= https://tt-rss.org/gitlab/fox/tt-rss/repository/archive${EXTRACT_SUFX}?ref=${GL_TAGNAME}#/ @@ -12,16 +11,14 @@ COMMENT= Tiny Tiny RSS: web-based news f LICENSE= GPLv2 -GL_TAGNAME= 94d425fe +GL_TAGNAME= 5cbd1fe8 NO_BUILD= yes NO_ARCH= yes USE_PHP= ctype dom hash json mbstring pcntl posix session xmlrpc -WANT_PHP_WEB= yes -WANT_PHP_CLI= yes REINPLACE_ARGS= -i "" -USES= shebangfix tar:bz2 gettext +USES= php:cli,web shebangfix tar:bz2 SHEBANG_FILES= lib/dojo-src/rebuild-dojo.sh utils/extract-i18n-js.pl WRKSRC= ${WRKDIR}/tt-rss.git Modified: head/www/tt-rss/distinfo ============================================================================== --- head/www/tt-rss/distinfo Fri Aug 26 17:35:57 2016 (r420937) +++ head/www/tt-rss/distinfo Fri Aug 26 17:54:13 2016 (r420938) @@ -1,2 +1,3 @@ -SHA256 (tt-rss-16.1.2016.02.23.tar.bz2) = 04a6614566c5e085aad911399b6d7ee249a4ede6da119dece9f4f06a83cce23b -SIZE (tt-rss-16.1.2016.02.23.tar.bz2) = 2058073 +TIMESTAMP = 1472234022 +SHA256 (tt-rss-16.8.2016.08.11.tar.bz2) = f6bf1acdbe45b3a0dd0cec3ffe675914bc98e9c84d01b4fb81362e18c400248f +SIZE (tt-rss-16.8.2016.08.11.tar.bz2) = 2065800 Modified: head/www/tt-rss/pkg-plist ============================================================================== --- head/www/tt-rss/pkg-plist Fri Aug 26 17:35:57 2016 (r420937) +++ head/www/tt-rss/pkg-plist Fri Aug 26 17:54:13 2016 (r420938) @@ -5,13 +5,11 @@ %%WWWDIR%%/api/index.php %%WWWDIR%%/atom-to-html.xsl %%WWWDIR%%/backend.php -%%WWWDIR%%/cache/.htaccess %%WWWDIR%%/cache/export/.empty %%WWWDIR%%/cache/images/.empty %%WWWDIR%%/cache/js/.empty %%WWWDIR%%/cache/simplepie/.empty %%WWWDIR%%/cache/upload/.empty -%%WWWDIR%%/classes/.htaccess %%WWWDIR%%/classes/api.php %%WWWDIR%%/classes/article.php %%WWWDIR%%/classes/auth/base.php @@ -1996,7 +1994,7 @@ %%WWWDIR%%/lib/scriptaculous/scriptaculous.js %%WWWDIR%%/lib/timezones.txt %%WWWDIR%%/lib/xsl_mop-up.js -%%WWWDIR%%/locale/.htaccess +@comment gettext not needed - see %%WWWDIR%%/lib/gettext/README %%WWWDIR%%/locale/ar_SA/LC_MESSAGES/messages.mo %%WWWDIR%%/locale/ar_SA/LC_MESSAGES/messages.po %%WWWDIR%%/locale/bg_BG/LC_MESSAGES/messages.mo @@ -2050,7 +2048,6 @@ %%WWWDIR%%/locale/zh_TW/LC_MESSAGES/messages.mo %%WWWDIR%%/locale/zh_TW/LC_MESSAGES/messages.po %%WWWDIR%%/lock/.empty -%%WWWDIR%%/lock/.htaccess %%WWWDIR%%/messages.pot %%WWWDIR%%/opml.php %%WWWDIR%%/plugins.local/index.html @@ -2138,7 +2135,6 @@ %%WWWDIR%%/prefs.php %%WWWDIR%%/public.php %%WWWDIR%%/register.php -%%WWWDIR%%/schema/.htaccess %%WWWDIR%%/schema/ttrss_schema_mysql.sql %%WWWDIR%%/schema/ttrss_schema_pgsql.sql %%WWWDIR%%/schema/versions/mysql/10.sql @@ -2397,7 +2393,6 @@ %%WWWDIR%%/schema/versions/pgsql/97.sql %%WWWDIR%%/schema/versions/pgsql/98.sql %%WWWDIR%%/schema/versions/pgsql/99.sql -%%WWWDIR%%/templates/.htaccess %%WWWDIR%%/templates/digest_template.txt %%WWWDIR%%/templates/digest_template_html.txt %%WWWDIR%%/templates/email_article_template.txt @@ -2412,7 +2407,6 @@ %%WWWDIR%%/update.php %%WWWDIR%%/update_daemon2.php @mode -%%WWWDIR%%/utils/.htaccess %%WWWDIR%%/utils/localized_schema.txt @mode u=rx %%WWWDIR%%/utils/extract-i18n-js.pl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608261754.u7QHsDli025150>