Bug 281088 - net/spoofdpi: Update 0.10.11 → 0.10.12
Summary: net/spoofdpi: Update 0.10.11 → 0.10.12
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-27 10:03 UTC by Yusuf Yaman
Modified: 2024-08-27 14:38 UTC (History)
2 users (show)

See Also:


Attachments
net/spoofdpi (2.15 KB, patch)
2024-08-27 10:05 UTC, Yusuf Yaman
nxjoseph: maintainer-approval+
Details | Diff
pkg-message (357 bytes, text/plain)
2024-08-27 10:05 UTC, Yusuf Yaman
no flags Details
poudriere testport log (23.94 KB, text/plain)
2024-08-27 10:06 UTC, Yusuf Yaman
no flags Details
portlint log (12 bytes, text/plain)
2024-08-27 10:06 UTC, Yusuf Yaman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuf Yaman 2024-08-27 10:03:17 UTC

    
Comment 1 Yusuf Yaman 2024-08-27 10:05:35 UTC
Created attachment 253116 [details]
net/spoofdpi

Port changes:
 * Remove GO_TARGET output binary because program is renamed as spoofdpi now.
 * Add pkg-message to let users know there is a rc.d script for spoofdpi.

Changelog:
 * Renamed the name of binary to spoofdpi
https://github.com/xvzc/SpoofDPI/releases/tag/0.10.12
Comment 2 Yusuf Yaman 2024-08-27 10:05:56 UTC
Created attachment 253117 [details]
pkg-message
Comment 3 Yusuf Yaman 2024-08-27 10:06:14 UTC
Created attachment 253118 [details]
poudriere testport log
Comment 4 Yusuf Yaman 2024-08-27 10:06:24 UTC
Created attachment 253119 [details]
portlint log
Comment 5 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-27 13:05:49 UTC
> Add pkg-message to let users know there is a rc.d script for spoofdpi.
Where is this file?
Comment 6 Yusuf Yaman 2024-08-27 13:07:45 UTC
(In reply to Vladimir Druzenko from comment #5)
It's the second attachment.
Comment 7 commit-hook freebsd_committer freebsd_triage 2024-08-27 14:34:53 UTC
A commit in branch main references this bug:

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

commit bb212b0519bf41054555a2b5e573cbf791de057c
Author:     Yusuf Yaman <nxjoseph@protonmail.com>
AuthorDate: 2024-08-27 14:32:27 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-08-27 14:32:27 +0000

    net/spoofdpi: Update 0.10.11 → 0.10.12

    Port changes:
     * Remove GO_TARGET output binary because program is renamed as spoofdpi now.
     * Add pkg-message to let users know there is a rc.d script for spoofdpi.

    Changelog:
     * Renamed the name of binary to spoofdpi
    https://github.com/xvzc/SpoofDPI/releases/tag/0.10.12

    PR:     281088

 net/spoofdpi/Makefile          |  4 ++--
 net/spoofdpi/distinfo          |  6 +++---
 net/spoofdpi/pkg-message (new) | 13 +++++++++++++
 3 files changed, 18 insertions(+), 5 deletions(-)
Comment 8 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-27 14:37:26 UTC
Thanks.
Comment 9 Yusuf Yaman 2024-08-27 14:38:02 UTC
(In reply to Vladimir Druzenko from comment #8)
You're welcome and thanks for giving a look.