Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Feb 2015 20:48:39 +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: r378682 - head/www/tt-rss
Message-ID:  <201502082048.t18Kmd2p093500@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sun Feb  8 20:48:38 2015
New Revision: 378682
URL: https://svnweb.freebsd.org/changeset/ports/378682
QAT: https://qat.redports.org/buildarchive/r378682/

Log:
  No more release will be done for Tiny Tiny RSS, it switched to a rolling
  model. This is a snapshot of the latest code.

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	Sun Feb  8 20:46:26 2015	(r378681)
+++ head/www/tt-rss/Makefile	Sun Feb  8 20:48:38 2015	(r378682)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tt-rss
-PORTVERSION=	1.15.3
+PORTVERSION=	1.15.3.150208
 CATEGORIES=	www
 
 MAINTAINER=	thierry@FreeBSD.org
@@ -13,7 +13,8 @@ LICENSE=	GPLv2
 USE_GITHUB=	yes
 GH_ACCOUNT=	gothfox
 GH_PROJECT=	Tiny-Tiny-RSS
-GH_COMMIT=	d8895ec
+GH_TAGNAME=	${GH_COMMIT}
+GH_COMMIT=	4ca621a
 
 NO_BUILD=	yes
 NO_ARCH=	yes

Modified: head/www/tt-rss/distinfo
==============================================================================
--- head/www/tt-rss/distinfo	Sun Feb  8 20:46:26 2015	(r378681)
+++ head/www/tt-rss/distinfo	Sun Feb  8 20:48:38 2015	(r378682)
@@ -1,2 +1,2 @@
-SHA256 (tt-rss-1.15.3.tar.gz) = 96a8e53674ef7a4272a44431717fa07d038b6993bd1620db18a4ea1ddfbe35a5
-SIZE (tt-rss-1.15.3.tar.gz) = 2803265
+SHA256 (tt-rss-1.15.3.150208.tar.gz) = db65a9150de32ecb4176207b6e446d79d1186b96512292cb56fc5acedc39d5ae
+SIZE (tt-rss-1.15.3.150208.tar.gz) = 2850894

Modified: head/www/tt-rss/pkg-plist
==============================================================================
--- head/www/tt-rss/pkg-plist	Sun Feb  8 20:46:26 2015	(r378681)
+++ head/www/tt-rss/pkg-plist	Sun Feb  8 20:48:38 2015	(r378682)
@@ -53,9 +53,7 @@
 %%WWWDIR%%/classes/pref/users.php
 %%WWWDIR%%/classes/rpc.php
 %%WWWDIR%%/classes/ttrssmailer.php
-@unexec if cmp -s %D/%%WWWDIR%%/config.php %D/%%WWWDIR%%/config.php-dist; then rm -f %D/%%WWWDIR%%/config.php; fi
 %%WWWDIR%%/config.php-dist
-@exec [ -f %B/config.php ] || (cp %D/%F %B/config.php && chmod go-r %B/config.php && chown %%WWWOWN%% %B/config.php)
 %%WWWDIR%%/css/cdm.css
 %%WWWDIR%%/css/dijit.css
 %%WWWDIR%%/css/layout.css
@@ -2072,6 +2070,9 @@
 %%WWWDIR%%/plugins/af_fsckportal/init.php
 %%WWWDIR%%/plugins/af_habr/init.php
 %%WWWDIR%%/plugins/af_natgeo/init.php
+%%WWWDIR%%/plugins/af_psql_trgm/button.png
+%%WWWDIR%%/plugins/af_psql_trgm/init.js
+%%WWWDIR%%/plugins/af_psql_trgm/init.php
 %%WWWDIR%%/plugins/af_redditimgur/init.php
 %%WWWDIR%%/plugins/af_sciam/init.php
 %%WWWDIR%%/plugins/af_tumblr_1280/init.php
@@ -2123,8 +2124,6 @@
 %%WWWDIR%%/plugins/shorten_expanded/init.js
 %%WWWDIR%%/plugins/shorten_expanded/init.php
 %%WWWDIR%%/plugins/swap_jk/init.php
-%%WWWDIR%%/plugins/updater/init.php
-%%WWWDIR%%/plugins/updater/updater.js
 %%WWWDIR%%/plugins/vf_shared/init.php
 %%WWWDIR%%/plugins/vf_shared/share.png
 %%WWWDIR%%/prefs.php
@@ -2163,6 +2162,7 @@
 %%WWWDIR%%/schema/versions/mysql/124.sql
 %%WWWDIR%%/schema/versions/mysql/125.sql
 %%WWWDIR%%/schema/versions/mysql/126.sql
+%%WWWDIR%%/schema/versions/mysql/127.sql
 %%WWWDIR%%/schema/versions/mysql/13.sql
 %%WWWDIR%%/schema/versions/mysql/14.sql
 %%WWWDIR%%/schema/versions/mysql/15.sql
@@ -2287,6 +2287,7 @@
 %%WWWDIR%%/schema/versions/pgsql/124.sql
 %%WWWDIR%%/schema/versions/pgsql/125.sql
 %%WWWDIR%%/schema/versions/pgsql/126.sql
+%%WWWDIR%%/schema/versions/pgsql/127.sql
 %%WWWDIR%%/schema/versions/pgsql/13.sql
 %%WWWDIR%%/schema/versions/pgsql/14.sql
 %%WWWDIR%%/schema/versions/pgsql/15.sql
@@ -2391,6 +2392,8 @@
 %%WWWDIR%%/themes/.empty
 %%WWWDIR%%/themes/default.css
 %%WWWDIR%%/themes/night.css
+@exec [ -f %B/config.php ] || (cp %D/%F %B/config.php && chmod go-r %B/config.php && chown %%WWWOWN%% %B/config.php)
+@unexec if cmp -s %D/%%WWWDIR%%/config.php %D/%%WWWDIR%%/config.php-dist; then rm -f %D/%%WWWDIR%%/config.php; fi
 @mode u=rx
 %%WWWDIR%%/update.php
 %%WWWDIR%%/update_daemon2.php
@@ -2412,7 +2415,6 @@
 @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/schema/versions
 @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/schema
 @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/vf_shared
-@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/updater
 @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/swap_jk
 @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/shorten_expanded
 @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/share



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