FreeBSD Bugzilla – Attachment 238131 Details for
Bug 267815
net-mgmt/smokeping: Fix mismatch version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
updated patch
0001-net-mgmt-smokeping-Fix-mismatch-version.patch (text/plain), 2.15 KB, created by
Gasol Wu
on 2022-11-17 00:42:45 UTC
(
hide
)
Description:
updated patch
Filename:
MIME Type:
Creator:
Gasol Wu
Created:
2022-11-17 00:42:45 UTC
Size:
2.15 KB
patch
obsolete
>From 615113ef86e8f04f999885deba405a36f00759ec Mon Sep 17 00:00:00 2001 >From: Gasol Wu <gasol.wu@gmail.com> >Date: Thu, 17 Nov 2022 08:24:08 +0800 >Subject: [PATCH] net-mgmt/smokeping: Fix mismatch version > >By changing the distribution file. > >The distfile is downloaded from GitHub without this patch. It is just a >Git archive created on particular tag. Compares to the distfiles from >https://oss.oetiker.ch/smokeping/pub/. They were created by the >`release-smokeping.sh` script. SmokePing uses automake's dist-hook to >replace $VERSION declared in lib/Smokeping.pm when release. >You can check out the dist-hook by the following link. > >https://github.com/oetiker/SmokePing/blob/1d6b686a537492a63ade2f3ad0f9b8117b152093/Makefile.am#L23 >--- > net-mgmt/smokeping/Makefile | 7 ++----- > net-mgmt/smokeping/distinfo | 6 +++--- > 2 files changed, 5 insertions(+), 8 deletions(-) > >diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile >index a67fa425f303..b2a2f50d423c 100644 >--- a/net-mgmt/smokeping/Makefile >+++ b/net-mgmt/smokeping/Makefile >@@ -1,7 +1,8 @@ > PORTNAME= smokeping > PORTVERSION= 2.8.2 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= net-mgmt www >+MASTER_SITES= https://oss.oetiker.ch/smokeping/pub/ > > MAINTAINER= rodrigo@FreeBSD.org > COMMENT= Latency logging and graphing system >@@ -74,10 +75,6 @@ TELNET_RUN_DEPENDS= p5-Net-Telnet>=0:net/p5-Net-Telnet > DNS_DESC= Support for AnotherDNS probes > DNS_RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS > >-USE_GITHUB= yes >-GH_ACCOUNT= oetiker >-GH_PROJECT= SmokePing >- > # We will take these from CPAN instead > post-extract: > cd ${WRKSRC}/lib ; ${RM} BER.pm SNMP_util.pm SNMP_Session.pm >diff --git a/net-mgmt/smokeping/distinfo b/net-mgmt/smokeping/distinfo >index 2f92e6205a5f..2777f416fce6 100644 >--- a/net-mgmt/smokeping/distinfo >+++ b/net-mgmt/smokeping/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1636906084 >-SHA256 (oetiker-SmokePing-2.8.2_GH0.tar.gz) = 2f21e4d2c0e03040d46c477f20b9fbed5e5b33318a5b3e8bdd55a1f4e7bf9761 >-SIZE (oetiker-SmokePing-2.8.2_GH0.tar.gz) = 373312 >+TIMESTAMP = 1668644545 >+SHA256 (smokeping-2.8.2.tar.gz) = 29e61118b455e23b969ada5f8e2ab432d3e2ef87d4afe2c86de4a03d7188b6ea >+SIZE (smokeping-2.8.2.tar.gz) = 582311 >-- >2.38.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 267815
:
238124
|
238125
| 238131