Bug 279678 - irc/srain: Update to 1.7.0
Summary: irc/srain: Update to 1.7.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ashish SHUKLA
URL: https://github.com/SrainApp/srain/rel...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-11 13:53 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2024-06-17 16:10 UTC (History)
1 user (show)

See Also:
ashish: maintainer-feedback+


Attachments
srain-1.7.0.patch (4.05 KB, patch)
2024-06-11 13:53 UTC, Jesús Daniel Colmenares Oviedo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Daniel Colmenares Oviedo 2024-06-11 13:53:02 UTC
Created attachment 251394 [details]
srain-1.7.0.patch

Description:

* Pet portfmt/portclippy.
* Use libsoup3.
* Add APP_INDICATOR option.
* Remove DOCS from OPTIONS_DEFAULT (It is set by default).
    
ChangeLog: https://github.com/SrainApp/srain/releases/tag/1.7.0
    
* Remove GIMPNet.
* Migrate to libsoup3.

QA:

* portlint:
  - WARN: Makefile: Consider adding support for a NLS knob to conditionally disable gettext support.
* testport: (poudriere: 14.1-RELEASE, amd64, DOCS APP_INDICATOR tested):
  - Warning: you might not need LIB_DEPENDS on libatk-1.0.so
  - Warning: you might not need LIB_DEPENDS on libharfbuzz.so
  - Warning: you might not need LIB_DEPENDS on libpango-1.0.so
Comment 1 Jesús Daniel Colmenares Oviedo 2024-06-11 13:56:52 UTC
Also:

* Update WWW to a new site.

Notes:

* dbus need to be enabled before running srain.
* gnome-keyring is necessary when we want to remember a password.
* A font was needed. I used noto-sans.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-06-17 02:02:22 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=646d34af7ae360a795aeeb67e05f2c4029327d1f

commit 646d34af7ae360a795aeeb67e05f2c4029327d1f
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2024-06-11 13:46:15 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2024-06-17 02:00:39 +0000

    irc/srain: Update to 1.7.0

    * Pet portfmt/portclippy.
    * Use libsoup3.
    * Add APP_INDICATOR option.
    * Remove DOCS from OPTIONS_DEFAULT (It is set by default).
    * Remove GIMPNet.
    * Migrate to libsoup3.

    ChangeLog: https://github.com/SrainApp/srain/releases/tag/1.7.0

    PR:             279678

 irc/srain/Makefile  | 28 ++++++++++++++++------------
 irc/srain/distinfo  |  6 +++---
 irc/srain/pkg-plist | 14 ++++++++++++++
 3 files changed, 33 insertions(+), 15 deletions(-)
Comment 3 Ashish SHUKLA freebsd_committer freebsd_triage 2024-06-17 16:10:51 UTC
Committed, thanks!