Bug 279678

Summary: irc/srain: Update to 1.7.0
Product: Ports & Packages Reporter: Jesús Daniel Colmenares Oviedo <DtxdF>
Component: Individual Port(s)Assignee: Ashish SHUKLA <ashish>
Status: Closed FIXED    
Severity: Affects Only Me CC: DtxdF
Priority: --- Flags: ashish: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/SrainApp/srain/releases/tag/1.7.0
Attachments:
Description Flags
srain-1.7.0.patch none

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!