Bug 275599 - net/rsplib: Update to new release version 3.4.7
Summary: net/rsplib: Update to new release version 3.4.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Daniel Engberg
URL: https://github.com/dreibh/rsplib/blob...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-07 11:14 UTC by Thomas Dreibholz
Modified: 2024-02-18 16:26 UTC (History)
2 users (show)

See Also:


Attachments
The diff file (1.92 KB, patch)
2023-12-07 11:14 UTC, Thomas Dreibholz
no flags Details | Diff
The diff file (1.73 KB, patch)
2023-12-07 12:42 UTC, Thomas Dreibholz
no flags Details | Diff
The diff file (1.67 KB, patch)
2023-12-18 09:19 UTC, Thomas Dreibholz
no flags Details | Diff
The diff file (1.19 KB, patch)
2023-12-18 12:22 UTC, Thomas Dreibholz
no flags Details | Diff
The diff file (4.61 KB, patch)
2024-02-10 11:31 UTC, Thomas Dreibholz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Dreibholz 2023-12-07 11:14:01 UTC
Created attachment 246857 [details]
The diff file

The latest upstream version of rsplib is 3.4.5.
Therefore, the port net/rsplib needs an update.

Fix: The updated diff file rsplib-3.4.5.diff is attached.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2023-12-07 11:14:01 UTC
Maintainer informed via mail
Comment 2 Thomas Dreibholz 2023-12-07 12:42:10 UTC
Created attachment 246868 [details]
The diff file
Comment 3 Thomas Dreibholz 2023-12-18 09:19:13 UTC
Created attachment 247114 [details]
The diff file
Comment 4 Thomas Dreibholz 2023-12-18 12:22:30 UTC
Created attachment 247128 [details]
The diff file
Comment 5 Daniel Engberg freebsd_committer freebsd_triage 2024-01-20 11:28:19 UTC
Hi,

Fails to build,
===> FAILED to apply cleanly FreeBSD patch(es)  patch-src_randomizer.c

Please use DISTVERSION instead of PORTVERSION
https://docs.freebsd.org/en/books/porters-handbook/book/#makefile-versions

Manpages should go in share/man...

Update PLIST_SUB and PLIST to use ${DISTVERSION} / DISTVERSION

Please use git to generate patches

Best regards,
Daniel
Comment 6 Thomas Dreibholz 2024-02-10 11:31:04 UTC
Created attachment 248303 [details]
The diff file
Comment 7 Nuno Teixeira freebsd_committer freebsd_triage 2024-02-13 10:14:59 UTC
Hello Daniel,

Just a reminder, this port is the last to include maintainer e-mail change:
dreibh@iem.uni-due.de -> thomas.dreibholz@gmail.com

Cheers
Comment 8 commit-hook freebsd_committer freebsd_triage 2024-02-18 16:23:01 UTC
A commit in branch main references this bug:

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

commit fe7c4186b6d2bec94404c0a6b0adc35f3fa2725c
Author:     Thomas Dreibholz <thomas.dreibholz@gmail.com>
AuthorDate: 2024-02-18 15:32:56 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-02-18 16:20:20 +0000

    net/rsplib: Update to 3.4.7

    Update maintainer email

    Changelog:
    https://github.com/dreibh/rsplib/blob/rsplib-3.4.7/ChangeLog

    PR:             275599

 net/rsplib/Makefile                               | 17 ++++---
 net/rsplib/distinfo                               |  6 +--
 net/rsplib/files/patch-docs_CMakeLists.txt (gone) |  6 ---
 net/rsplib/files/patch-src_CMakeLists.txt (new)   | 11 +++++
 net/rsplib/files/patch-src_randomizer.c (gone)    | 47 --------------------
 net/rsplib/pkg-plist                              | 54 +++++++++++------------
 6 files changed, 49 insertions(+), 92 deletions(-)
Comment 9 Daniel Engberg freebsd_committer freebsd_triage 2024-02-18 16:26:07 UTC
Committed with changes, please at least use make check-plist next time.