Created attachment 224513 [details] 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. portlint: ok. 2 expected warnings. testport: ok. 13amd64. https://reviews.freebsd.org/D30030
Hi Derek, Could you attach a plain git diff patch? There are comments at the top that come from the review itself and makes it harder to apply :-) Thanks!
It also touches devel/universal-ctags/Makefile which is unrelated
oops forgot to reupload that patch here. You can find the updated one on the Phab review. https://reviews.freebsd.org/D30030 "Download Raw Diff".
Created attachment 224524 [details] Update to g20210423 (e8f78181f) (removing rogue univ-ctags change)
(In reply to Fernando Apesteguía from comment #1) You should be able to apply patches from git-format-patch (the first patch) via git-am.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca4d4d01cf0aaa7cac65c813b188687825a7cce2 commit ca4d4d01cf0aaa7cac65c813b188687825a7cce2 Author: Fernando ApesteguÃa <fernape@FreeBSD.org> AuthorDate: 2021-04-30 06:15:34 +0000 Commit: Fernando ApesteguÃa <fernape@FreeBSD.org> CommitDate: 2021-04-30 08:38:10 +0000 www/tt-rss: Update to g20210423 e8f78181f PR: 255476 Reported by: dereks@lifeofadishwasher.com (maintainer) Differential Revision: https://reviews.freebsd.org/D30030 UPDATING | 13 + www/tt-rss/Makefile | 31 +- www/tt-rss/distinfo | 6 +- www/tt-rss/files/config.php.in (new) | 29 + www/tt-rss/files/pkg-message.in | 36 +- www/tt-rss/files/ttrssd.in | 59 +- www/tt-rss/pkg-plist | 2346 ++++++++++++++++------------------ 7 files changed, 1242 insertions(+), 1278 deletions(-)
Committed, Thanks!
You might have jumped the gun on this. The patches were attached without + (maintainer approved). I was waiting on the review (https://reviews.freebsd.org/D30030) to finish.
(In reply to Derek Schrock from comment #8) I must have not checked the creation date properly and thought the review was older. Do you want me to revert the change and reopen the review?
(In reply to Fernando Apesteguía from comment #9) Yeah, revert it until the review is finished.
(In reply to Derek Schrock from comment #10) Done. https://cgit.FreeBSD.org/ports/commit/?id=626f25dc094ccfa8f3fdd6a30488855b297343d4
Created attachment 225039 [details] Update to g20210423 (e8f78181f) D30030 review complete. Patch is ready.
Committed, thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e3a028cf0cdd1aed9f8309f2955a7e071a0c095 commit 7e3a028cf0cdd1aed9f8309f2955a7e071a0c095 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2021-05-23 10:06:15 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2021-05-23 10:09:58 +0000 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> UPDATING | 11 + www/tt-rss/Makefile | 31 +- www/tt-rss/distinfo | 6 +- www/tt-rss/files/config.php.in (new) | 31 + www/tt-rss/files/pkg-message.in | 36 +- www/tt-rss/files/ttrssd.in | 59 +- www/tt-rss/pkg-plist | 2346 ++++++++++++++++------------------ 7 files changed, 1242 insertions(+), 1278 deletions(-)