Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2023 20:36:51 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8c2c8610b78a - main - net-mgmt/gping: revert 2e8418910610 to fix patch
Message-ID:  <202312122036.3BCKaph2021436@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ehaupt:

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

commit 8c2c8610b78a2030ad1a0e609c23ebb59280c64e
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2023-12-12 20:33:39 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2023-12-12 20:33:39 +0000

    net-mgmt/gping: revert 2e8418910610 to fix patch
    
    The patch introduced in 2e8418910610 does not apply and is not needed
    to build the port.
    
    Notified by:    pkg-fallout
    Pointy hat:     mikael
---
 net-mgmt/gping/Makefile                |  2 +-
 net-mgmt/gping/files/patch-rust-1.74.0 | 15 ---------------
 2 files changed, 1 insertion(+), 16 deletions(-)

diff --git a/net-mgmt/gping/Makefile b/net-mgmt/gping/Makefile
index 2d21ad22cb52..9ef10bd9e42a 100644
--- a/net-mgmt/gping/Makefile
+++ b/net-mgmt/gping/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	gping
 PORTVERSION=	1.16.0
 DISTVERSIONPREFIX=	gping-v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	ehaupt@FreeBSD.org
diff --git a/net-mgmt/gping/files/patch-rust-1.74.0 b/net-mgmt/gping/files/patch-rust-1.74.0
deleted file mode 100644
index 0af07c3973ac..000000000000
--- a/net-mgmt/gping/files/patch-rust-1.74.0
+++ /dev/null
@@ -1,15 +0,0 @@
-https://github.com/orf/gping/pull/395
-https://github.com/orf/gping/commit/7ad129c979b48cbea8b1c64ddf37e71da7f00d13
-
---- gping/src/main.rs.orig	2023-11-07 15:32:02 UTC
-+++ gping/src/main.rs
-@@ -487,8 +487,7 @@ fn main() -> Result<()> {
-                             iter::repeat(Constraint::Length(1))
-                                 .take(app.data.len())
-                                 .chain(iter::once(Constraint::Percentage(10)))
--                                .collect::<Vec<_>>()
--                                .as_ref(),
-+                                .collect::<Vec<_>>(),
-                         )
-                         .split(f.size());
- 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312122036.3BCKaph2021436>