notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/tt-rss/files/ttrssd.in

Number of commits found: 12

Monday, 15 May 2023
04:34 Koichiro Iwao (meta) search for other commits by this committer Author: Derek Schrock
www/tt-rss: Update to g20230509 and move database drivers to post config

- Update to g20230509 11946f014
- Move php database drivers a post install operation allowing the port
  to support both databases without having to make option changes or
  rebuilds.
- Update ttrssd to check for the configured driver

PR:		271397
commit hash: 9b9114f7e7c81d53d9dc1f261a6ff9cf92826176 commit hash: 9b9114f7e7c81d53d9dc1f261a6ff9cf92826176 commit hash: 9b9114f7e7c81d53d9dc1f261a6ff9cf92826176 commit hash: 9b9114f7e7c81d53d9dc1f261a6ff9cf92826176 9b9114f
Tuesday, 6 Sep 2022
11:41 Nuno Teixeira (eduardo) search for other commits by this committer Author: Derek Schrock
www/tt-rss: Update to g20220903

 - Update to g20220903 d47b8c849
 - Add newsyslog config
 - Add -H to daemon to support log rotation
 - portclipply and SUB var cleanup

ChangeLog:	https://dev.tt-rss.org/fox/tt-rss/compare/7c45b3f78...d47b8c849
PR:		266242
commit hash: 96dd38432f28d69f348deb5a3278d6f660d42bd7 commit hash: 96dd38432f28d69f348deb5a3278d6f660d42bd7 commit hash: 96dd38432f28d69f348deb5a3278d6f660d42bd7 commit hash: 96dd38432f28d69f348deb5a3278d6f660d42bd7 96dd384
Sunday, 23 May 2021
10:09 Thierry Thomas (thierry) search for other commits by this committer
www/tt-rss: Update to g20210423 e8f78181f

This update adds a new plugin installer and removes the web based installer.

    - Update to g20210423 (e8f78181f).
      - New config.php syntax.
      - Removeal of web installer.
      - New web based plug installer.
    - web plugin installer requires git.
    - pkg-message changes due to web installer removal.
    - ttrssd update to handle database schema upgrades.
    - ttrssd use daemon and cleanup.
    - UPDATING for config.php changes.
    - pkg-plist cleanup.

PR:		255476
Reported by:	Derek Schrock (maintainer)
Differential Revision:	<https://reviews.freebsd.org/D30030>
commit hash: 7e3a028cf0cdd1aed9f8309f2955a7e071a0c095 commit hash: 7e3a028cf0cdd1aed9f8309f2955a7e071a0c095 commit hash: 7e3a028cf0cdd1aed9f8309f2955a7e071a0c095 commit hash: 7e3a028cf0cdd1aed9f8309f2955a7e071a0c095 7e3a028
Friday, 30 Apr 2021
15:49 Fernando ApesteguĂ­a (fernape) search for other commits by this committer
Revert "www/tt-rss: Update to g20210423 e8f78181f"

This reverts commit ca4d4d01cf0aaa7cac65c813b188687825a7cce2.

Requested by maintainer.
commit hash: 626f25dc094ccfa8f3fdd6a30488855b297343d4 commit hash: 626f25dc094ccfa8f3fdd6a30488855b297343d4 commit hash: 626f25dc094ccfa8f3fdd6a30488855b297343d4 commit hash: 626f25dc094ccfa8f3fdd6a30488855b297343d4 626f25d
08:38 Fernando ApesteguĂ­a (fernape) search for other commits by this committer
www/tt-rss: Update to g20210423 e8f78181f

PR:	255476
Reported by:	dereks@lifeofadishwasher.com (maintainer)
Differential Revision: https://reviews.freebsd.org/D30030
commit hash: ca4d4d01cf0aaa7cac65c813b188687825a7cce2 commit hash: ca4d4d01cf0aaa7cac65c813b188687825a7cce2 commit hash: ca4d4d01cf0aaa7cac65c813b188687825a7cce2 commit hash: ca4d4d01cf0aaa7cac65c813b188687825a7cce2 ca4d4d0
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d 135fdee
Thursday, 14 Apr 2016
19:19 thierry search for other commits by this committer
Replace the option DBLOCAL by a flag in /etc/rc.conf.

PR:		208410
Submitted by:	john (at) johnanddalene.net
Original commitRevision:413313 
Tuesday, 3 Jun 2014
19:39 thierry search for other commits by this committer
It has been reported that sometimes the daemon is launched before the
database get available, this patch tries to fix that:

- add an option to teach if the DB is distant;

- for mysql, run `mysqladmin ping'
	(use a fake account, because not authorized for root!)

- for pgsl, run `postgresql status'
	(pg_isready is not available before 9.3).

Reported by:	Mike Brown <mike (at) skew.org>
Original commitRevision:356397 
Wednesday, 22 Feb 2012
23:03 thierry search for other commits by this committer
Upgrade to 1.5.10.

Changelog at <http://tt-rss.org/redmine/versions/75>.
Original commit
Saturday, 14 Jan 2012
08:57 dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Original commit
Monday, 2 Jan 2012
12:55 thierry search for other commits by this committer
Fix the stop of the daemon.
Original commit
Thursday, 23 Sep 2010
02:40 pgollucci search for other commits by this committer
Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) aggregator,
designed to allow you to read news from any location, while feeling as close to
a real desktop application as possible.

It can be seen as a replacement for Google Reader.

WWW: http://tt-rss.org/

PR:             ports/150246
Submitted by:   Thierry Thomas <thierry at pompo.net>
Original commit

Number of commits found: 12